Function "lsq" on Scilab

357 Views Asked by At

I want to get a positive solution "x" for the linear system Ax = b. Is there any function for this?

I did some research and I find a function called "lsq" under scilab, what this function is for?

Thank you.