Post Reply 
LinSolve Syntax and Documentation
11-17-2016, 02:56 AM (This post was last modified: 11-17-2016 03:12 AM by toshk.)
Post: #4
RE: LinSolve Syntax and Documentation
both functions are more alike ... than unlike, if you remove the masking by hp.

LinSolve([[1,5,8],[2,6,9]]) same as
linsolve([[1,5],[2,6]],[[8],[9]]) same as
LSQ([[1,5],[2,6]],[[8],[9]]) same as using other matrix factorization;(svd, QR, and etc)

svd is more robust in solving linear systems of equations:(with ill condition matrices).
depending on the matrix condition feel free to use any.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: LinSolve Syntax and Documentation - toshk - 11-17-2016 02:56 AM



User(s) browsing this thread: 1 Guest(s)