hi there
how would i find all thew roots of a polynomial like this
z^4+z^3+(1-j)z+(j-1)=0
i have looked all over but cant find another example that includes anything like the (1-j)z term
thankyou
Printable View
hi there
how would i find all thew roots of a polynomial like this
z^4+z^3+(1-j)z+(j-1)=0
i have looked all over but cant find another example that includes anything like the (1-j)z term
thankyou
How about doing it the old-school way:
(1) first convert it to the reduced quartic:
via a change of variable
. Doing this I get:
Substituting this into the resolvent cubic:
yields:
This can now be solved as a cubic using the old-school approach to cubics. Make all the back substitutions to arrive at the roots. Lotta' work. Maybe an easier way though.
I did solve it in Mathematica. The symbolic (exact) roots are very messy, too long for a single one to fit in the space allowed by Latex here.
hi
thanks for your replies .I did make a typo ,but only with the powers of the z terms ,which are 5 then 4 ,rather than 4 and 3 .any more ideas ?