Operating Matrix in vba
when i wanna get the solution of multiplying two matrix, i can use a
worksheet function.
worksheetfunction.mmult(MarixA, MatrixB)
but how can i get the solution of multiplying a number and a matrix without
using a user-defined function?
|