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!