student[showtangent] - 関数と接線のプロット
使い方
showtangent (f(x), x = a)
パラメータ
f(x) - x についての式
x - 独立変数
a - 接線を求める点の x の値
|
説明
|
|
•
|
f(x) で定義された関数と、点 [a, f(a)] での接線のグラフを表示します。
|
•
|
with(student,showtangent) を実行すると, このコマンドのみを定義できます。
|
|
|
例
|
|
>
|
with(student):
showtangent(x^2+5, x = 2);
|
|
|
Download Help Document
Was this information helpful?