Operations on Nested Matrix
I created a set of equations that calculates the positions of the two masses with a couple of springs: one to the ground and another between them. The result looks reasonable as it shows below:

Now I am actually performing a tolerance analysis and there are 18 different conditions in a 9x2 matrix. I vectorized all statements and got as far as it shows below:

Rightfully so, each element in the vector has 9x2 matrix nested. How do I access a particular vector corresponding to a condition? For example, how do I plot one vector or all vectors?

