We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d7987 commit b81e5f3Copy full SHA for b81e5f3
Libaldomath.py
@@ -0,0 +1,28 @@
1
+import sys
2
+sys.path.insert(0, 'Libaldo/')
3
+
4
+from sympy import *
5
+import numpy as np
6
+import matplotlib.pyplot as plt
7
+from IPython.display import Image, display
8
9
10
11
+from lib_Variables import *
12
+from lib_Mathematica import *
13
+from lib_Algorith import *
14
+from lib_Mathbasic import *
15
+from lib_tools import *
16
17
18
+from lib_MyEq import *
19
+from lib_MyEqEq import *
20
+from lib_MyIntegral import *
21
+from lib_MyDiff import *
22
23
+from lib_Physics import *
24
25
26
+init_printing()
27
28
0 commit comments