Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

symbolic simplification to a function

조회 수: 1 (최근 30일)
Odien
Odien 2015년 8월 13일
마감: MATLAB Answer Bot 2021년 8월 20일
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개)

제품

Community Treasure Hunt

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

Start Hunting!

Translated by