Please help me how to proceed with the below equation to get A's and pi's values

1 次查看(过去 30 天)
{AcosΦ}+i{AsinΦ}={Ae^iΦ}
i am having the values as follows
{0.167; 0.096}+i{0.3; -0.1}={Ae^iΦ}
Thanks in advance.

回答(1 个)

Swetha Polemoni
Swetha Polemoni 2020-8-5
Inbuilt abs, angle and complex functions can be used.
A= [abs (complex (0.167,0.3)); abs (complex (0.096,-0.1))]
Φ= [angle (complex (0.167,0.3)); angle (complex (0.096,-0.1))]
You can refer to the following links for more information:
  4 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Octave 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by