LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

matrix multiplication

Solved!
Go to solution

How may i perform the multiplication of two matrix i.e. one is [m*n] and another is [p*q] ?

0 Kudos
Message 1 of 4
(2,667 Views)

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.

0 Kudos
Message 2 of 4
(2,634 Views)

I am not getting this "matrix multiply" function. i am using LabVIEW 2010. 

0 Kudos
Message 3 of 4
(2,630 Views)
Solution
Accepted by topic author 9029930714

It's under Mathematics -> Linear Algebra -> A x B

0 Kudos
Message 4 of 4
(2,618 Views)