Numerically solve for x in a polynomial equation
Mostrar comentarios más antiguos
If I have a 3rd order polynomial (y = ax^3 + bx^2 + cx + d) with all the coefficients known, how do I plug in a y number and get out the x number?
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 21 de Feb. de 2012
roots( [a, b, c, d-y] )
1 comentario
Brian Haab
el 21 de Feb. de 2012
Categorías
Más información sobre Polynomials en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!