Use numpy or something. If you read the following, it will be out.
Python Scientific Lecture Notes (Japanese translation) Tentative NumPy Tutorial (Japanese translation) SciPy Tutorial SymPy 0.7.1-git documentation Encounter with Python for machine learning
Below is an example of using it myself.
Answer to Question 4.19 (Trapezoidal rule, Simpson's rule) Solution to Problem 4.13 (Surface area of rotating body) Answer to problems 4.7 and 4.8 (indefinite integral and definite integral) Answer to Question 3.17 (Matplotlib) Answer to Question 3.16-3.18 (SymPy) Answer to Question 3.19 (Maclaurin expansion) Answer to Question 3.21 (Newton's method)
Recommended Posts