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
Walter Roberson 2015년 8월 13일
Try simple(trigo) as an experiment

답변 (0개)

이 질문은 마감되었습니다.

제품

질문:

2015년 8월 13일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by