Message-ID: <433B861A.8080501@7d4.com>
Date: 2005-09-29T06:13:46Z
From: vincent@7d4.com
Subject: is it possible to form matrix of matrices...and multiple arrays
In-Reply-To: <20050928191003.36972.qmail@web61224.mail.yahoo.com>
booop booop a ??crit :
> 1...........Kindly tell me is it possible to form
> a matrix which contains a no of matrices.. for eg..
> if a,b,c,d are matrices....
> and e is a matrix which contains a,b,c,d as rows and columns..
I don't think you can use matrix() to store other matrix() inside.
But array() is a solution to store matrix() inside.
(At least I have use it).