Googleクラスルーム
GeoGebraGeoGebra Classroom

Curve() and Vector()

Samples

c = Curve(f(t), g(t), t, -10, 10) : 媒介変数曲線を描く命令 u = Vector(A) : 点Aの位置ベクトル a v = Vector(A, B) : 始点A,終点Bのベクトル D = C + u : 点Cをベクトル u で移動した点 Vector(C, C+u) : 始点C, 終点Bのベクトル