LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

matrix multiplication

HI,

 

I would to ask how I can input equations into matrix in labview. I have a 3x3 matrix where I want to input formulas into specific row and columns.

 

Can anyone help me?

0 Kudos
Message 1 of 12
(4,186 Views)

You're going to need to explain your question more clearly, as I, for one, have no idea what you are talking about. What do you mean by entering formulas into specific rows and columns? What exactly is this supposed to do? Are you sure you're not looking for a Wolfram board?

 

Is this homework?

0 Kudos
Message 2 of 12
(4,173 Views)

I have a 3x3 matrix where some of the digits are made of formulas. I have the formulas but I am not sure of how I can input the formulas into the specific place. e.g. I need to input a formula into column 1 row 2. How do I do that?

0 Kudos
Message 3 of 12
(4,160 Views)

I'm sorry, but I still have no idea what you are talking about. Please provide a clear example of what you are trying to do.

0 Kudos
Message 4 of 12
(4,146 Views)

Pls refer to equation 26 in the pdf. I want to input the formulas in a21 a22... how do I do that in LV?

0 Kudos
Message 5 of 12
(4,144 Views)

LabVIEW is not a symbolic math language so you need to do something like this in two steps.

 

1. Calculate a21, a23, a32, a33, b31, and d21 and place the numerical results in the matrix.

2. Do the matrix calculations.

 

Since you are dealing with a differential equation, you may need to do a numerical solution to the equation.

 

Lynn

0 Kudos
Message 6 of 12
(4,133 Views)

Perhaps you should be looking at Mathematica, or Matlab instead?

0 Kudos
Message 7 of 12
(4,113 Views)

I know I can do it in matlab but I was thinking if I could do this in labview.

0 Kudos
Message 8 of 12
(4,103 Views)

I recently converted a MATLAB program which had formulas in an array or matrix using the 2 step process I described above.  It works fine.  We did find a bug in the algorithm the other guy developed in MATLAB, but that had nothing to do with how to implement the calculations.

 

Lynn

0 Kudos
Message 9 of 12
(4,098 Views)

I did the calculations manually in excel already. So all I need to do is to input the values into matrix figures in labview? What if the values are variable such as a change in F. Do I redo the calculations again?

0 Kudos
Message 10 of 12
(4,090 Views)