Pregunta


How to calculate Matrix within loops? store values for n numbers fo 3*3 and 6*6 matrix
T(i)=[m(i)*m(i) n(i)*n(i) 2*m(i)*n(i); n(i)*n(i) m(i)*m(i) -2*m(i)*n(i); -m(i)*n(i) m(i)*n(i) (m(i)*m(i))-(n(i)*n)]; ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I have 60*3 Matrix. i have store it into L. then i have to allocate these value as (L1, L2, L3, L4.......L20) for 20 matrix. how can i allocate. please tell me command or allocation
L = 6.1028e-11 -4.8863e-11 0 -4.8863e-11 6.1028e-11 0 0 0 2.6185e-11...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to allocate variables
I have 20 values of L L = 1.0e-04 * 0.1215 0 0 0.1215 0 0 -0.1285...

más de 10 años hace | 1 respuesta | 0

1

respuesta