Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. g["Liesphere"] = Metric[
  2. SubMinus[i], SubMinus[j], SubMinus[k], SubMinus[l], SubMinus[m],
  3. SubMinus[n],
  4. -([DifferentialD]x1)^2 + ([DifferentialD]x2)^2 +
  5. ([DifferentialD]x3)^2 + ([DifferentialD]x4)^2 +
  6. ([DifferentialD]x5)*([DifferentialD]x6) + ([DifferentialD]x6)*(
  7. [DifferentialD]x5),
  8. CoordinateSystem -> {x1, x2, x3, x4, x5, x6},
  9. TensorName -> h,
  10. StartIndex -> 1
  11. ]
  12.  
  13. Metric[SubMinus[i], SubMinus[j], SubMinus[k], SubMinus[l],
  14. SubMinus[m], SubMinus[n], -([DifferentialD]x1)^2 +
  15. ([DifferentialD]x2)^2 + ([DifferentialD]x3)^2 +
  16. ([DifferentialD]x4)^2 + 2 [DifferentialD]x5 [DifferentialD]x6,
  17. CoordinateSystem -> {x1, x2, x3, x4, x5, x6}, TensorName -> h,
  18. StartIndex -> 1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement