| Author |
Comment/Response |
yehuda ben-shimol
|
09/10/12 1:39pm
notice that you need a space between b and I to represent multiplication
z=a + b I
next, use ComplexExpand to let Mathematica "know" that both a and b are real variables
ComplexExpand[Re[z]]
thats it
yehuda
URL: benshimo@bgu.ac.il, |
|