How to separate imaginary and real parts from the equation..​..........​.....Pleas help

153 ビュー (過去 30 日間)
Maruti Patil
Maruti Patil 2015 年 9 月 28 日
コメント済み: Walter Roberson 2015 年 10 月 6 日
I have the following equation(p) and I want to separate out real and imag parts
syms a b
p=(a+1i*b)*3.142*tan((a+1i*b)*3.142)-1i*1.23*340*sqrt((a+1i*b)^2*3.142^2+(3.142/0.8)^2+(3.142/0.6)^2)
How to do this...?

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 9 月 28 日
real(p) and imag(p)
However, the results are not going to be "nice"
  1 件のコメント
Walter Roberson
Walter Roberson 2015 年 10 月 6 日
This is difficult to separate. The real part involves a component which is the imaginary part of sqrt(144*(a+I*b)^2*Pi^2+625*Pi^2) and the imaginary part involves a component which is the real part of the same quantity. Separating this further is hard.
It is possible to get rid of the explicit Real and Imaginary taking by rewriting in terms of abs() and simplifying. However you still end up working with imaginary quantities, even if you can demonstrate that afterwards the imaginary parts must cancel.

サインインしてコメントする。

製品

Community Treasure Hunt

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

Start Hunting!

Translated by