How to find a real positive root of a bi-quadratic equation
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Suppose a bi-quadratic equation x^4+4*x^2-7=0. How to find a positive real root of it.
solve(x^4+4*x^2-7=0, x, Real, Positive)
Is the above correct?
How to use fsolve here?
0 comentarios
Ver también
Categorías
Más información sobre Biomechanics en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!