Re: [Scilab-users] null space and nullity of a matrix

2014-01-21 Thread Serge Steer
Le 21/01/2014 13:38, A Khorshidi a écrit : Hi; Is there an equivalent for the Matlab function "null" in Scilab? Yes, look at the kernel function Serge Steer Thank you Mehran _ ___ users mailing list users@lists.scilab.org http://lists.scilab.org/m

Re: [Scilab-users] null space and nullity of a matrix

2014-01-21 Thread jasper van baten
The null space is returned by the function kernel, Best wishes, Jasper. On 1/21/2014 13:38, A Khorshidi wrote: Hi; Is there an equivalent for the Matlab function "null" in Scilab? Thank you Mehran _ ___ users mailing list users@lists.scilab.org h

Re: [Scilab-users] null space and nullity of a matrix

2014-01-21 Thread Adrien Vogt-Schilb
On 21/01/2014 13:38, A Khorshidi wrote: Hi; Is there an equivalent for the Matlab function "null" in Scilab? Thank you Mehran _ ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users Reading the title of your me

Re: [Scilab-users] null space and nullity of a matrix

2014-01-21 Thread Adrien Vogt-Schilb
On 21/01/2014 13:38, A Khorshidi wrote: Hi; Is there an equivalent for the Matlab function "null" in Scilab? Thank you Mehran Hi Yes. It's called "null" For instance: foo = list(23,"a") foo(2) = null() Note that for matrices you can delete elements using empty matrices [] foo= 2*(1:3); f

[Scilab-users] null space and nullity of a matrix

2014-01-21 Thread A Khorshidi
Hi; Is there an equivalent for the Matlab function "null" in Scilab? Thank you Mehran _ ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users