Determine which of these functions will cross for a given range: cos (x), tg (x), sin (x) in the interval [0, 1].
Info
This question is closed. Reopen it to edit or answer.
Show older comments
functions will cross for a given range
cos (x), tan (x), sin (x) in the interval [0, 1].
3 Comments
Image Analyst
on 28 May 2013
Cross what y value? y=0? In other words, the x axis?
Matt Kindig
on 28 May 2013
This isn't a Matlab question.
Walter Roberson
on 28 May 2013
What is tg(x) ?
Answers (1)
Roger Stafford
on 28 May 2013
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.
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!