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

Adrien Vogt-Schilb vogt at centre-cired.fr
Tue Jan 21 13:50:55 CET 2014


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);

foo(2) = []

  foo  =

     2.    6.

-- 
Adrien Vogt-Schilb
PhD Student (Cired)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20140121/c51070fc/attachment.htm>


More information about the users mailing list