Can you please tell me which method of solving equations is this?
I have two equations:
1) a0*y^2+a1*y+a2=0
2) b0*y^4+b1*y^3+b2*y^2+b3*y+b4=0
And the professor solve this way (6x6 matrix form):
|a0 a1 a2 0 0 0 |
|0 a0 a1 a2 0 0 |
|0 0 a1 a2 a3 0 |
|0 0 0 a1 a2 a3 | =0
|b0 b1 b2 b3 b4 0|
|0 b0 b1 b2 b3 b4|
and the professor reach this equation, where a0....a2 and b0....b4 are in function of x:
po*x^12+p1*x^11+p2*x^10+p3*x^9+p4*x^8+p5*x^7+p6*x^6+p7*x^5+p8*x^4+p9*x^3+p10*x^2+p11*x+p12=0
Does anyone know which method is this?
Thanks in advance.
I have two equations:
1) a0*y^2+a1*y+a2=0
2) b0*y^4+b1*y^3+b2*y^2+b3*y+b4=0
And the professor solve this way (6x6 matrix form):
|a0 a1 a2 0 0 0 |
|0 a0 a1 a2 0 0 |
|0 0 a1 a2 a3 0 |
|0 0 0 a1 a2 a3 | =0
|b0 b1 b2 b3 b4 0|
|0 b0 b1 b2 b3 b4|
and the professor reach this equation, where a0....a2 and b0....b4 are in function of x:
po*x^12+p1*x^11+p2*x^10+p3*x^9+p4*x^8+p5*x^7+p6*x^6+p7*x^5+p8*x^4+p9*x^3+p10*x^2+p11*x+p12=0
Does anyone know which method is this?
Thanks in advance.
Last edited: