[Scilab-users] ./ Operator Question

Dang, Christophe Christophe.Dang at sidel.com
Mon Sep 29 11:13:51 CEST 2014


Hello,

> De Santiago Chialvo
> Envoyé : samedi 27 septembre 2014 01:20
>
> when I do the operation
>
>R = A/B;
> [...]
> R(1)*B(1) + R(2)*B(2) .... + R(N)*B(N) = A;
>
> [...] but it's only 1 equation with N unknowns!

Maybe the solution is in the help page:
http://help.scilab.org/docs/5.5.0/en_US/slash.html

" If the condition number of A is smaller than 1/(10*%eps) [...], the LU factorization with row pivoting is used. If not[...], then X is the minimum-norm solution which minimizes ||A*X-B|| using a complete orthogonal factorization of A (i.e. X is the solution of a linear least squares problem)."

--
Christophe Dang Ngoc Chan
Mechanical calculation engineer
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.



More information about the users mailing list