Next:
4.5.3 パラメーター曲線
Up:
4.5 Maple
Previous:
4.5.1 1変数関数のグラフ
4.5.2 2変数関数の零点集合
>
with(plots);
>
contourplot(x**2-y**2,x=-2..2,y=-2..2);
>
with(plots);
>
implicitplot(x**2-y**2=0,x=-2..2,y=-2..2);
Next:
4.5.3 パラメーター曲線
Up:
4.5 Maple
Previous:
4.5.1 1変数関数のグラフ
Masashi Katsurada
2011-10-01