Question
Matrix of Matrix Problem UNsolved
- May 29, 2015
- 1 reply
- 1577 views
Hello,
I want to create a matrix composed of vectors and matrix, and manipulate each coefficient one by one by using his index.
In fact, you can display each coefficient of the matrix but you can't modify all of them :

In this example, I can't modify the coefficient 0,0 placed in the submatirx which is placed at 1,1 in matrix D
I have attached an example illustrating my problem.

