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 天)
显示 更早的评论
functions will cross for a given range
cos (x), tan (x), sin (x) in the interval [0, 1].
3 个评论
回答(1 个)
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.
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!