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.
61 download
Aggiornato 7 mag 2019

Visualizza la licenza

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)

Cita come

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

Compatibilità della release di MATLAB
Creato con R2019a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Quadratic Programming and Cone Programming in Help Center e MATLAB Answers
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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