New Reply

AlgebraicNumber to simple number in Mathematica

 
Share Thread Thread Tools
Apr30-12, 10:31 AM   #1
 

AlgebraicNumber to simple number in Mathematica


Hello,

From some matrix operations I get "AlgebraicNumber[-4 I, {0, -(1/16)}]" as output.

I need to get i/4 and I don't know how. If I write "N[AlgebraicNumber[-4 I, {0, -(1/16)}]]",
I get 0. + 0.25 i but it is not what I want neither. I would like to get just i/4 as output.

Can anybody help?
Thank you in advance.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Apr30-12, 11:06 AM   #2
 
Quote by zplot View Post
From some matrix operations I get "AlgebraicNumber[-4 I, {0, -(1/16)}]" as output.

I need to get i/4 and I don't know how.
That seems odd because this
http://reference.wolfram.com/mathema...aicNumber.html
under More Information says
"AlgebraicNumber objects representing integers or rational numbers are automatically reduced to explicit integer or rational form."
Perhaps that implies that complex are not automatically reduced to explicit form.

What do you get with Im[AlgebraicNumber[-4 I, {0, -(1/16)}]]

What do you get with Simplify[AlgebraicNumber[-4 I, {0, -(1/16)}]]
 
Apr30-12, 11:19 AM   #3
 
Thank you Bill.

With
Im[AlgebraicNumber[-4 I, {0, -(1/16)}]]
I get
Im[AlgebraicNumber[-4 I, {0, -(1/16)}]]
and with
Simplify[AlgebraicNumber[-4 I, {0, -(1/16)}]]
I get
AlgebraicNumber[-4 I, {0, -(1/16)}]

so no solution yet.

Any other idea?

Thanks a lot.
 
Apr30-12, 12:58 PM   #4
 

AlgebraicNumber to simple number in Mathematica


Unfortunately I can't test that for you at the moment and that severely restricts what I can find.

You might post it here
http://forums.wolfram.com/student-su...discussions/4/

This is very very odd and looks like a limitation that should not be there.
The URL I posted previously seemed like it said Im should have worked.
 
Apr30-12, 01:00 PM   #5
 
Thank you
 
New Reply

Tags
algebraic numbers, mathematica
Thread Tools


Similar Threads for: AlgebraicNumber to simple number in Mathematica
Thread Forum Replies
Mathematica setting variable to be real number Math & Science Software 6
Table item number in Mathematica Math & Science Software 4
Mathematica: Number Generator Math & Science Software 1
Mathematica - help with a loop that would number the output files Math & Science Software 4
Mathematica, fitting an arbitrary number of parameters Math & Science Software 4