Least Squares using Cholesky Decomposition

This function computes the (linear) least squares solution using Cholesky decomposition

You are now following this Submission

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 ).

Cite As

Marco Cococcioni (2026). Least Squares using Cholesky Decomposition (https://uk.mathworks.com/matlabcentral/fileexchange/59969-least-squares-using-cholesky-decomposition), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Linear Algebra in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

Added a picture

minor fix
minor fix
minor fix
minor fix