How to convert complex number to trigonometric formula?
−1 + i√ 3
ANSWER : 2(cos(2π/3) + i sin(2π/3))

 채택된 답변

John D'Errico
John D'Errico 2021년 1월 9일
편집: John D'Errico 2021년 1월 9일

0 개 추천

Since this is clearly homework...
Hint: what does angle do? (atan2 would also suffice, but then you would need to know how to extract the real and imaginary parts of the number.)
Next, what does abs do, when applied to a complex number? Again, you could do this using more prosaic calls, as applied to the real and imaginary parts of the number. Or, you could play with what happens when you multiply a number with its conjugate transpose, then taking a sqrt.
Hey, this is homework. You need to do the thinking. That is why god (or more likely, your instructor) gave you the homework assignment, not me.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by