symbolic simplification to a function
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
from basic trigo formula
sec^2 x = 1+tan^2 x
in matlab
sym('x')
trigo = 1 + tan(x)^2
simplify(trigo) will give the same answer instead of sec^2 x. Why?
댓글 수: 1
Walter Roberson
2015년 8월 13일
Try simple(trigo) as an experiment
답변 (0개)
이 질문은 마감되었습니다.
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!