필터 지우기
필터 지우기

Euler's Cosine and Sine identities

조회 수: 8 (최근 30일)
Salik Mallick
Salik Mallick 2020년 9월 15일
답변: madhan ravi 2020년 9월 15일
How do I show that A = B?
%% Problem 9_Lecture_9/14/20
display('Problem 9_Lecture_9/14/20')
syms A t ;
A=cos(5*t)
B=exp((j*5*t)+exp(-j*5*t))/2

채택된 답변

madhan ravi
madhan ravi 2020년 9월 15일
rewrite(A, 'exp')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by