Skip to content

Commit eefc1d1

Browse files
committed
Check #511
1 parent 4884005 commit eefc1d1

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

examples/ipython/issue-511.ipynb

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 1,
6+
"id": "c037437a-5863-4af2-82fb-3f715a984ad0",
7+
"metadata": {},
8+
"outputs": [
9+
{
10+
"data": {
11+
"text/plain": [
12+
"(1, e_0)"
13+
]
14+
},
15+
"execution_count": 1,
16+
"metadata": {},
17+
"output_type": "execute_result"
18+
}
19+
],
20+
"source": [
21+
"from galgebra.ga import Ga\n",
22+
"import sympy as S\n",
23+
"\n",
24+
"ga = Ga('e', g=[1,1,1], coords=S.symbols(f\"0:{3}\", real=True), wedge=False)\n",
25+
"ex,ey,ez = ga.mv()\n",
26+
"ex**-1, ga.mv(1)/ex"
27+
]
28+
},
29+
{
30+
"cell_type": "code",
31+
"execution_count": null,
32+
"id": "ea2d702a-dd04-4f5c-8794-1efefc8e7ee9",
33+
"metadata": {},
34+
"outputs": [],
35+
"source": []
36+
}
37+
],
38+
"metadata": {
39+
"kernelspec": {
40+
"display_name": "Python 3 (ipykernel)",
41+
"language": "python",
42+
"name": "python3"
43+
},
44+
"language_info": {
45+
"codemirror_mode": {
46+
"name": "ipython",
47+
"version": 3
48+
},
49+
"file_extension": ".py",
50+
"mimetype": "text/x-python",
51+
"name": "python",
52+
"nbconvert_exporter": "python",
53+
"pygments_lexer": "ipython3",
54+
"version": "3.9.18"
55+
}
56+
},
57+
"nbformat": 4,
58+
"nbformat_minor": 5
59+
}

0 commit comments

Comments
 (0)