1-Visitor
December 7, 2010
Solved
Calculating multiple matrices in a loop
- December 7, 2010
- 11 replies
- 11049 views
Normally, we work with a matric which is a 2D element. (with rows and columns A i,j). However, if I were to work with generation of a few matrices in a loop, I would need another index to preserve the matrices, so that I can return a 'set' of matrices in the operation. How would someone approach this problem to return a set of matrices and hence 3D matrices in a loop or 4D matrices in 2 sets of loops?
I did a search and found a previous discussion on it.
http://communities.ptc.com/message/46160#46160
However, when I tried this approach, I am not having any success on it. Maybe I didn't put in with the right syntax? Attached is the file. Please provide any assistance or suggestion if you can. Thanks in advance.
Regards,
Charles Chan

