Factor[1+x^4]
- To: mathgroup at smc.vnet.net
- Subject: [mg26855] Factor[1+x^4]
- From: "Tom Cage" <k5gj at earthlink.net>
- Date: Thu, 25 Jan 2001 01:13:31 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
I would like to factor 1+x^4. Mathematica 3 will only respond with In[1]:= Factor[1+x^4] Out[2]= 1+x^4 Other systems will give the complex result 1+x^4 = (x+1/2*Sqrt(2)*I+1/2*Sqrt(2))* (x+1/2*Sqrt(2)*I-1/2*Sqrt(2))* (x-1/2*Sqrt(2)*I+1/2*Sqrt(2))* (x-1/2*Sqrt(2)*I-1/2*Sqrt(2)) How would I factor 1+x^4 with Mathematica
- Follow-Ups:
- Re: Factor[1+x^4]
- From: "Carl K. Woll" <carlw@u.washington.edu>
- Re: Factor[1+x^4]