Question: How do i make sure my matrix math works?

I am trying to evalute symbolically a matrix looking like this:

 

V := (Matrix(3, 3, [[0, 0, 0], [0, 0, 0], [0, 0, 0]]) - (((1/2) . (Vector[row](3, [0, 0, 0]))) . (Matrix(3, 3, [[0, 0, 0], [0, 0, 0], [0, 0, 0]])))) . (Vector[column](3, [0, 0, 0]))

 

Here is the picture because the formatting is bad:

 

 

I need to have some equations in this form but maple wont allow me.

 

 

Please Wait...