How can I reference the element of a matrix to a matrix in TI-NSPIRE cx CAS

0

Hello I am in you Nspire CAS and I would like to know how to put 1 element that is a matrix in the first element of my other matrix. For example:

q0=newMat(1,2)
qs=newMat(1,2)
qs[1,1]=q0
disp gs

deberia de imprimirme 

[[0,0],0]

Could someone help me? please?

    
asked by Fernando Rivas 28.05.2018 в 21:50
source

0 answers