Quote:
Originally Posted by setu_sin Guys is there a method to solve polynomial equations ...the way we factorize for quadratic equations... like for an equation :
x^2 + 5x +6 ... we factorize 6 and get 2 and 3 ,thus expanding the eqn as
x^2 + 3x +2x +6....
how would we do it for say ... x^3 -7x^2 +21x -27 =0? |
By either hit or trial u put the values and check the remainder for x=-1,1,-2,2.. so on
when the remainder is 0 then divide the equation by that value
else u can take the roots as a,b,c
where
a+b+c=-coefficient of x^2/coefficient of X^3
ab+bc+ca = coefficient of x/coefficient of X^3
abc = constant term /coefficient of X^3
use these to solve for a,b,c