Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Determine which of these functions will cross for a given range: cos (x), tg (x), sin (x) in the interval [0, 1].

1 回表示 (過去 30 日間)
chathura
chathura 2013 年 5 月 28 日
functions will cross for a given range
cos (x), tan (x), sin (x) in the interval [0, 1].
  3 件のコメント
Matt Kindig
Matt Kindig 2013 年 5 月 28 日
This isn't a Matlab question.

回答 (1 件)

Roger Stafford
Roger Stafford 2013 年 5 月 28 日
If by "cross" you mean that a pair of curves pass through the same x,y point, then you are trying to determine, for example, if an x value exists in the given range for which
cos(x) = tan(x)
You can use matlab for this purpose if you go about it properly. However playing around with a calculator could accomplish the same thing in this case.

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by