Message Boards Message Boards

0
|
4761 Views
|
10 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Solving equation by radical expression

This gives square and cubic radical expressions, but of complex numbers:

ToRadicals[RootReduce[ReIm[x /. Solve[x^7 == 1]]]]
POSTED BY: Gianluca Gorni
10 Replies

I found another method to solve any equation X^n==1, by radical expression.

Attachments:
POSTED BY: RACHIDA MOUNIRA
(-1)^(2/13)  

This is not a radical expression for example:

Solve[X^3 == 1]

{{X -> 1}, {X -> -(-1)^(1/3)}, {X -> (-1)^(2/3)}}

BUT,

ToRadicals[RootReduce[ReIm[X /. Solve[X^3 == 1]]]]


{{1, 0}, {-(1/2), -(Sqrt[3]/2)}, {-(1/2), Sqrt[3]/2}}
POSTED BY: RACHIDA MOUNIRA

please I want to solve X^13==1 , by radical expression

Attachments:
POSTED BY: RACHIDA MOUNIRA

please I want to solve X^13==1 , by radical expression

POSTED BY: RACHIDA MOUNIRA

The result from Solve has, for example, (-1)^(2/13), which is a radical.

POSTED BY: Daniel Lichtblau

Perhaps Mr Rachida would like to reproduce some formulas in this page: Trigonometric constants expressed in real radicals.

POSTED BY: Gianluca Gorni

I want to solve X^13==1

POSTED BY: RACHIDA MOUNIRA

To repeat, what result are you hoping to obtain?

POSTED BY: Daniel Lichtblau

What different result are you hoping to obtain?

POSTED BY: Daniel Lichtblau

Attachments:
POSTED BY: RACHIDA MOUNIRA
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract