Trigonometric Power Reduction Formulas using Symbolic Matlab
Ältere Kommentare anzeigen
Hi,
How can i get 1/2(1-cos(2*a)) by rewriting sin(a)^2 using Symbolic Matlab toolbox?
On the other hand if I use rewrite(.5*(1- cos(2*a)),'sin'), i will get sin(a)^2, can't I do the reverse of this process?
Thanks
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 4 Dez. 2016
syms a
simplify(rewrite(rewrite(sin(a)^2,'tan'),'sin'))
Kategorien
Mehr zu Partial Differential Equation Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!