04-18-2011 07:01 AM - edited 04-18-2011 07:02 AM
How may i perform the multiplication of two matrix i.e. one is [m*n] and another is [p*q] ?
Solved! Go to Solution.
04-18-2011 07:46 AM
You cannot multiply matrices whose dimensions are all different. This is an undefined operation. You can multiply subsets of them. What you do will depend on what you are trying to accomplish mathematically.
The matrix and array operations include matrix multiply. Look for them in the help for details.
04-18-2011 08:00 AM
I am not getting this "matrix multiply" function. i am using LabVIEW 2010.
04-18-2011 08:22 AM
It's under Mathematics -> Linear Algebra -> A x B