HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
LSQ
Syntax
LSQ(matrix1, matrix2)
Description
Least Squares. Displays the minimum norm least squares matrix (or vector).
Example
LSQ([[1,2],[3,4]],[[5],[11]]) returns [[1],[2]]
LSQ — Discussion
↑Back to top