Least Squares using Cholesky Decomposition
Versión 1.0.0.0 (1,42 KB) por
Marco Cococcioni
This function computes the (linear) least squares solution using Cholesky decomposition
This function computes the n-dimensional column vector x that minimizes norm(b-A*x),
where A is an m-by-n coefficient matrix and b is the m-dimensional right side column vector ( m >> n ).
Citar como
Marco Cococcioni (2024). Least Squares using Cholesky Decomposition (https://www.mathworks.com/matlabcentral/fileexchange/59969-least-squares-using-cholesky-decomposition), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R12
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- MATLAB > Mathematics > Linear Algebra >
Más información sobre Linear Algebra en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 | Added a picture minor fix
|