Skip to main content
1-Visitor
April 12, 2016
Solved

Please help me

  • April 12, 2016
  • 1 reply
  • 3222 views

matr.png

Best answer by StuartBruff

Damdinsvren Bayasgalan wrote:

matr.png

I think you may need the C vectors in row form rather than column form to make the matrices conformable. The way you have implemented it, C is a nested array rather than a matrix.  Perhaps this is nearer what you want? ...

Stuart

1 reply

23-Emerald V
April 12, 2016

Damdinsvren Bayasgalan wrote:

matr.png

I think you may need the C vectors in row form rather than column form to make the matrices conformable. The way you have implemented it, C is a nested array rather than a matrix.  Perhaps this is nearer what you want? ...

Stuart

1-Visitor
April 12, 2016

matr.png

19-Tanzanite
April 12, 2016

The way you have defined C, it is a vector of vectors. You cannot use such a structure in normal matrix math. If what Stuart shows is not what you want, please explain, in words, what you are trying to do.