Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
egisatoshi committed Jul 11, 2016
1 parent ce04937 commit f270ba4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sample/math/geometry/polar-laplacian-2d-2.egi
Expand Up @@ -42,7 +42,7 @@ g~#~#;[| [| 1 0 |] [| 0 (/ 1 r^2) |] |]~#~#
Γ_2_#_#;[| [| 0 r |] [| r 0 |] |]_#_#

;;
;; Christoffel symbols of the sedond kind
;; Christoffel symbols of the second kind
;;

(define $Γ~__
Expand Down
2 changes: 1 addition & 1 deletion sample/math/geometry/polar-laplacian-3d-2.egi
Expand Up @@ -46,7 +46,7 @@ g~#~#;[| [| 1 0 0 |] [| 0 (/ 1 r^2) 0 |] [| 0 0 (/ 1 (* r^2 (sin θ)^2)) |] |]~#
Γ_3_#_#;[| [| 0 0 (* r (sin θ)^2) |] [| 0 0 (* r^2 (sin θ) (cos θ)) |] [| (* r (sin θ)^2) (* r^2 (sin θ) (cos θ)) 0 |] |]_#_#

;;
;; Christoffel symbols of the sedond kind
;; Christoffel symbols of the second kind
;;

(define $Γ~__
Expand Down
Expand Up @@ -46,7 +46,7 @@ g~#~#;[| [| (/ 1 r^2) 0 |] [| 0 (/ 1 (* r^2 (sin θ)^2)) |] |]~#~#
Γ_2_#_#;[| [| 0 (* r^2 (sin θ) (cos θ)) |] [| (* r^2 (sin θ) (cos θ)) 0 |] |]_#_#

;;
;; Christoffel symbols of the sedond kind
;; Christoffel symbols of the second kind
;;

(define $Γ~__
Expand Down
Expand Up @@ -45,7 +45,7 @@ g~#~#;[| [| (/ 1 a^2) 0 |] [| 0 (/ 1 '(+ (* a (cos θ)) b)^2) |] |]~#~#
Γ_2_#_#;[| [| 0 (* -1 '(+ (* a (cos θ)) b) a (sin θ)) |] [| (* -1 '(+ (* a (cos θ)) b) a (sin θ)) 0 |] |]_#_#

;;
;; Christoffel symbols of the sedond kind
;; Christoffel symbols of the second kind
;;

(define $Γ~__
Expand Down

0 comments on commit f270ba4

Please sign in to comment.