Hi there:
Im trying to create a list of matrices inside a loop. Lets say we want to create a 3x3 matrix. Each of the nine components in the matrix, however, always changes for each node.
So, my plan is to create a list of 3x3 matrix inside a loop. The example matrix would be as follows:
a.ElementAt(i) b.ElementAt(i) c.ElementAt(i)
d.ElementAt(i) e.ElementAt(i) f.ElementAt(i)
g.ElementAt(i) h.ElementAt(i) i.ElementAt(i)
Any idea? Thank you for your help!
Aditya
View the full article
Im trying to create a list of matrices inside a loop. Lets say we want to create a 3x3 matrix. Each of the nine components in the matrix, however, always changes for each node.
So, my plan is to create a list of 3x3 matrix inside a loop. The example matrix would be as follows:
a.ElementAt(i) b.ElementAt(i) c.ElementAt(i)
d.ElementAt(i) e.ElementAt(i) f.ElementAt(i)
g.ElementAt(i) h.ElementAt(i) i.ElementAt(i)
Any idea? Thank you for your help!
Aditya
View the full article