Skip to content

Commit b81e5f3

Browse files
authored
Add files via upload
1 parent 50d7987 commit b81e5f3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Libaldomath.py

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)