Skip to content
Prev 31553 / 398506 Next

How to save several matrix in a variable

Bernardo Rangel Tura wrote:
Use a list (of matrices), see ?list and the manuals for how to work with 
lists.

If all the matrices have the same dimensions, you might want to use an 
array instead, see ?array and the manuals for details.

Uwe Ligges