Filter löschen
Filter löschen

Euler's Cosine and Sine identities

8 Ansichten (letzte 30 Tage)
Salik Mallick
Salik Mallick am 15 Sep. 2020
Beantwortet: madhan ravi am 15 Sep. 2020
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

Akzeptierte Antwort

madhan ravi
madhan ravi am 15 Sep. 2020
rewrite(A, 'exp')

Weitere Antworten (0)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by