Você está na página 1de 1

File: /home/rasyoung/Code_test/Py/Sinfunc/allscipy.

py Page 1 of 1

# plotting:
from pylab import *
# general matrix/vector tools:
from numpy import *
# linear algebra:
from numpy.linalg import *
# various random functions:
from numpy.random import *
# general numerical analysis tools:
from scipy import *
# integration of functions and ode:
from scipy.integrate import *

# copying tools
from copy import copy, deepcopy

Você também pode gostar