+0  
 
0
674
1
avatar

how to convert complex form to polar form using this calculator?

 Jul 27, 2014

Best Answer 

 #1
avatar+33616 
+5

There is no direct, one-step function as far as I can tell.  However, you can use the abs() and atan() functions.

x + iy = abs(x+iy)*ei*atan(y/x) 

 Jul 27, 2014
 #1
avatar+33616 
+5
Best Answer

There is no direct, one-step function as far as I can tell.  However, you can use the abs() and atan() functions.

x + iy = abs(x+iy)*ei*atan(y/x) 

Alan Jul 27, 2014

1 Online Users