diff --git a/tutorials/working-in-charts.jl b/tutorials/working-in-charts.jl index cf5c6c478b..4c7a227809 100644 --- a/tutorials/working-in-charts.jl +++ b/tutorials/working-in-charts.jl @@ -26,7 +26,7 @@ There are two conceptually different approaches to working on a manifold: workin The first one, widespread in differential geometry textbooks, is based on defining an atlas on the manifold and performing computations in selected charts. This approach, while generic, is not ideally suitable in all circumstances. For example, working in charts that do not cover the entire manifold causes issues with having to switch charts when operating on a manifold. -The second one is beneficital, if there exist a representation of points and tangent vectors for a manifold, which allow for efficient closed-form formulas for standard functions like the exponential map or Riemannian distance in this representation. These computations are then chart-free. `Manifolds.jl` supports both approaches, although the chart-free approach is the main focus of the library. +The second one is beneficial if there exists a representation of points and tangent vectors for a manifold which allows for efficient closed-form formulas for standard functions like the exponential map or Riemannian distance in this representation. These computations are then chart-free. `Manifolds.jl` supports both approaches, although the chart-free approach is the main focus of the library. In this tutorial we focsus on chart-based computation. """ @@ -228,7 +228,7 @@ begin end # ╔═╡ a941fd19-faf5-49d0-8f68-ae2fbe45130d -md" ### Solving the logairthmic map ODE" +md" ### Solving the logarithmic map ODE" # ╔═╡ 922461b0-55a0-447b-b59d-cfff7b448858 if interactive diff --git a/tutorials/working-in-charts.qmd b/tutorials/working-in-charts.qmd index 7c3eebe36e..70c2f4bce2 100644 --- a/tutorials/working-in-charts.qmd +++ b/tutorials/working-in-charts.qmd @@ -19,7 +19,7 @@ There are two conceptually different approaches to working on a manifold: workin The first one, widespread in differential geometry textbooks, is based on defining an atlas on the manifold and performing computations in selected charts. This approach, while generic, is not ideally suitable in all circumstances. For example, working in charts that do not cover the entire manifold causes issues with having to switch charts when operating on a manifold. -The second one is beneficital, if there exist a representation of points and tangent vectors for a manifold, which allow for efficient closed-form formulas for standard functions like the exponential map or Riemannian distance in this representation. These computations are then chart-free. `Manifolds.jl` supports both approaches, although the chart-free approach is the main focus of the library. +The second one is beneficial if there exists a representation of points and tangent vectors for a manifold which allows for efficient closed-form formulas for standard functions like the exponential map or Riemannian distance in this representation. These computations are then chart-free. `Manifolds.jl` supports both approaches, although the chart-free approach is the main focus of the library. In this tutorial we focus on chart-based computation. @@ -156,7 +156,7 @@ geo = solve_for([θₚ, φₚ], [θₓ, φₓ], [θy, φy], t_end)(0.0:dt:t_end) ![fig-pt](working-in-charts/working-in-charts-transport.png) -### Solving the logairthmic map ODE +### Solving the logarithmic map ODE ```{julia} θ₁=π/2