import sympy as sym sym.init_printing() Pi = sym.S.Pi # 円周率 E = sym.S.Exp1 # 自然対数の底 I = sym.S.ImaginaryUnit # 虚数単位 # 使用する変数の定義(小文字1文字は全てシンボルとする) (a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) = sym.symbols('a b c d e f g h i j k l m n o p q r s t u v w x y z') import numpy as np import matplotlib.pyplot as plt %matplotlib inline from mpl_toolkits.mplot3d import Axes3D def generator_p(start)