Jump to content

Matrix Multiplication


ktatur

Recommended Posts

Hi, I want to create a VI that performs matrix multiplication for two input matrices A and B. The matrix A is an n x m matrix and matrix B is an m x p matrix. I want to create the VI without using the AxB.vi in labview. Anyone can help please? :!:

Is there something wrong with A x B.vi?

LabVIEW 8 has a built in matrix type. I don't know if that will clear up any issues you have with the current vis.

Link to comment
Is there something wrong with A x B.vi?

LabVIEW 8 has a built in matrix type. I don't know if that will clear up any issues you have with the current vis.

Thanks for your reply. I am using LabVIEW 7 and I can use the A x B.vi. But, I want to do it without this vi; is there any way of doing it?

Link to comment
Hi, I want to create a VI that performs matrix multiplication for two input matrices A and B. The matrix A is an n x m matrix and matrix B is an m x p matrix. I want to create the VI without using the AxB.vi in labview. Anyone can help please? :!:

I've created some Matrix operations just using 2D arrays and For loops and a combination of Auto Indexing and manual indexing to get the correct numbers.

I don't have any that do the specific operation you're looking to do, but it's really not that difficult to put one together.

Ed

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.