MathGroup Archive 2006

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

Search the Archive

Re: Electrical Power Systems

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64026] Re: [mg64018] Electrical Power Systems
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Sat, 28 Jan 2006 02:23:38 -0500 (EST)
  • Reply-to: hanlonr at cox.net
  • Sender: owner-wri-mathgroup at wolfram.com

expr=220 E^(I*Pi/2)+220 E^(I*5 Pi/6);

Abs[expr]*Exp[I*Arg[expr]]

220*Sqrt[3]*E^((2*I*Pi)/3)


Bob Hanlon

> 
> From: mibelair at hotmail.com
To: mathgroup at smc.vnet.net
> Subject: [mg64026] [mg64018] Electrical Power Systems
> 
> Dear group,
> I am running Mathematica 5.2 and I would like to find a package to
> operate with exponential expresions and numerical values for Electrical
> Power Systems.
> 
> For example,
> 220 E^(Pi/2)+220 E^(5 Pi/6) yields 380 E^(2 Pi/3)
> 
> 


  • Prev by Date: Re: How to get range of InterpolatingFunction ?
  • Next by Date: Re: How to get range of InterpolatingFunction ?
  • Previous by thread: Re: Electrical Power Systems
  • Next by thread: How to get range of InterpolatingFunction ?