Next:
4.3.2 2変数関数の零点集合
Up:
4.3 Mathematica
Previous:
4.3 Mathematica
4.3.1 1変数関数のグラフ
In[1]:=
Plot[{Sin[x],Cos[x]},{x,-Pi,Pi}]
In[2]:=
f[x_]:=x^3+2x^2+3x+4
In[3]:=
Plot[f[x],{x,-4,4}]
In[4]:=
Plot[Sin[1000*x],{x,0,Pi},PlotPoints->4000]
Next:
4.3.2 2変数関数の零点集合
Up:
4.3 Mathematica
Previous:
4.3 Mathematica
Masashi Katsurada
2011-10-01