Re: [R] [Pls ignore] How to calculate modulus of complex number

2008-11-03 Thread Henrique Dallazuanna
Or abs(a) On Mon, Nov 3, 2008 at 4:47 PM, Bogaso <[EMAIL PROTECTED]> wrote: > > Well, I got a function Mod() for doing that. > > > Bogaso wrote: > > > > suppose I have following complex number : > > > > a = -0.0475983+0.5364486i > > > > This number I got as an eigen value of a matrix. > > > > Now

Re: [R] [Pls ignore] How to calculate modulus of complex number

2008-11-03 Thread Bogaso
Well, I got a function Mod() for doing that. Bogaso wrote: > > suppose I have following complex number : > > a = -0.0475983+0.5364486i > > This number I got as an eigen value of a matrix. > > Now I would like to calculate the Modulus of this complex number. Is there > any function for doing