Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
aldotb committed Feb 12, 2024
1 parent 50d7987 commit b81e5f3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Libaldomath.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
import sys
sys.path.insert(0, 'Libaldo/')

from sympy import *
import numpy as np
import matplotlib.pyplot as plt
from IPython.display import Image, display



from lib_Variables import *
from lib_Mathematica import *
from lib_Algorith import *
from lib_Mathbasic import *
from lib_tools import *


from lib_MyEq import *
from lib_MyEqEq import *
from lib_MyIntegral import *
from lib_MyDiff import *

from lib_Physics import *


init_printing()


0 comments on commit b81e5f3

Please sign in to comment.