Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
egisatoshi committed Mar 10, 2017
1 parent b728d61 commit 3b10861
Showing 1 changed file with 7 additions and 2 deletions.
Expand Up @@ -30,8 +30,13 @@ e

(define $g__ (generate-tensor 2#(* (a θ φ ψ η δ) (V.* e_%1 e_%2)) {5 5}))
(define $g~~ (M.inverse g_#_#))
g_#_#;
g~#~#;
g_#_#
;[|[| (* (a θ φ ψ η δ) r^2) 0 0 0 0 |]
; [| 0 (* (a θ φ ψ η δ) r^2 (sin θ)^2) 0 0 0 |]
; [| 0 0 (* (a θ φ ψ η δ) r^2 (sin θ)^2 (sin φ)^2) 0 0 |]
; [| 0 0 0 (* (a θ φ ψ η δ) r^2 (sin θ)^2 (sin φ)^2 (sin ψ)^2) 0 |]
; [| 0 0 0 0 (* (a θ φ ψ η δ) r^2 (sin θ)^2 (sin φ)^2 (sin ψ)^2 (sin η)^2) |]|]_#_#
g~#~#

(with-symbols {i j k} (. g~i~j g_j_k))
;[| [| 1 0 0 0 0 |] [| 0 1 0 0 0 |] [| 0 0 1 0 0 |] [| 0 0 0 1 0 |] [| 0 0 0 0 1 |] |]
Expand Down

0 comments on commit 3b10861

Please sign in to comment.