Solutions of the linear and quadratic Equation

The linear equation is a case of quadratic equation: ax^2+bx+c=0, by taking a =0. So , solutions of them are implemented in the same code.
59 descargas
Actualizado 7 may 2019

Ver licencia

A Linear Equation is an equation of a line.

A Quadratic Equation is the equation of a parabola
and has at least one variable squared (such as x2)

Citar como

Roberto Datja (2024). Solutions of the linear and quadratic Equation (https://www.mathworks.com/matlabcentral/fileexchange/71482-solutions-of-the-linear-and-quadratic-equation), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2019a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Quadratic Programming and Cone Programming en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
2.0.0

The linear equation is a case of quadratic equation: ax^2+bx+c=0, by taking a =0.
So , solutions of them are implemented in the same code.

1.0.0