LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error in result of Matrix Multiplication

Multiplying complex A(3x3) with a vector (3x1), errorin output. details as attached. any solution?

Download All
0 Kudos
Message 1 of 5
(3,786 Views)
What were you expecting?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 5
(3,779 Views)

expected output is a matrix of 3x1. the value of element in (1,1) is 1.24+0i. 🙂

0 Kudos
Message 3 of 5
(3,768 Views)

If the inputs to the matrix multiplication is same, and the multiply is configured for AXB then there is a n error generated!

0 Kudos
Message 4 of 5
(3,759 Views)

as per this link 

http://zone.ni.com/reference/en-XX/help/371361J-01/lverror/analysis_error_codes/

 

"The number of columns in the first matrix is not equal to the number of rows in the second matrix or vector"???

0 Kudos
Message 5 of 5
(3,730 Views)