alpha
Login
or
Join now
utensil.tngl.sh
/
julia-playground
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A series of experiments with Julia and Python
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Correct naming of Kerr-Debney Metric
author
utensil
date
7 years ago
(Apr 22, 2019, 10:05 PM +0800)
commit
eb2132ef
eb2132ef0e294f596ba59d8bb9d7ad4c10ba0a61
parent
345d1ed6
345d1ed6431d4f9f4f36e4fd30b0e7c57b9d63a8
+33
-1
1 changed file
Expand all
Collapse all
Unified
Split
py
galgebra_reciprocal_basis.ipynb
+33
-1
py/galgebra_reciprocal_basis.ipynb
View file
Reviewed
···
48
48
" sgn = -sgn\n",
49
49
"```\n",
50
50
"\n",
51
51
-
"Let's verify this logic step by step using Rotating frame spacetime manifold (Kerr-Debney Metric):"
51
51
+
"Let's verify this logic step by step using Kerr-Debney Metric:"
52
52
]
53
53
},
54
54
{
···
98
98
"\n",
99
99
"def show(x):\n",
100
100
" display(Math(GaLatexPrinter.latex(x)))"
101
101
+
]
102
102
+
},
103
103
+
{
104
104
+
"cell_type": "code",
105
105
+
"execution_count": 29,
106
106
+
"metadata": {},
107
107
+
"outputs": [
108
108
+
{
109
109
+
"data": {
110
110
+
"text/plain": [
111
111
+
"' \\\\left [ \\\\begin{array}{cccc} 0 & 0 & - e^{- z} & 0 \\\\\\\\ 0 & \\\\frac{u^{2} e^{4 z}}{2} & 0 & 0 \\\\\\\\ - e^{- z} & 0 & 12 e^{- 2 z} & u e^{- z} \\\\\\\\ 0 & 0 & u e^{- z} & \\\\frac{u^{2}}{2} \\\\end{array}\\\\right ] '"
112
112
+
]
113
113
+
},
114
114
+
"metadata": {},
115
115
+
"output_type": "display_data"
116
116
+
},
117
117
+
{
118
118
+
"data": {
119
119
+
"text/latex": [
120
120
+
"$$\\left[\\begin{matrix}0 & 0 & - e^{- z} & 0\\\\0 & \\frac{u^{2} e^{4 z}}{2} & 0 & 0\\\\- e^{- z} & 0 & 12 e^{- 2 z} & u e^{- z}\\\\0 & 0 & u e^{- z} & \\frac{u^{2}}{2}\\end{matrix}\\right]$$"
121
121
+
],
122
122
+
"text/plain": [
123
123
+
"None"
124
124
+
]
125
125
+
},
126
126
+
"execution_count": 29,
127
127
+
"metadata": {},
128
128
+
"output_type": "execute_result"
129
129
+
}
130
130
+
],
131
131
+
"source": [
132
132
+
"g4.g"
101
133
]
102
134
},
103
135
{