MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Trigonometric form of complex numbers

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64166] Re: [mg64158] Trigonometric form of complex numbers
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Fri, 3 Feb 2006 01:03:53 -0500 (EST)
  • Reply-to: hanlonr at cox.net
  • Sender: owner-wri-mathgroup at wolfram.com

polar[x_]:=Abs[x]*Exp[I*Arg[x]];

polar/@(x/.Solve[x^3==-1,x])

{-1, E^((I*Pi)/3), E^(-((I*Pi)/3))}


Bob Hanlon

> 
> From: ivan.svaljek at gmail.com
To: mathgroup at smc.vnet.net
> Subject: [mg64166] [mg64158] Trigonometric form of complex numbers
> 
> Is there a way to force mathematica to output complex numbers in
> trigonometric form (I guess you call it Phasor).
> Can it return all 3 roots of a complex number in such a form ?
> 
> Thanks.
> 
> 


  • Prev by Date: FindFit and NormFunction
  • Next by Date: RE: 2D FT of f(r): Fast Hankel Transforms
  • Previous by thread: Re: Trigonometric form of complex numbers
  • Next by thread: Re: Trigonometric form of complex numbers