02-29-2012 07:30 AM
I can use Labview to do with Cramer's rule
Example
1. 2X1+7X2+1X3 = 3
3X1+5X2+2X3 = 5
1X1+4X2+9X3 = 1
What is the value of X1, X2, X3, using Cramer's rule in labview
02-29-2012 07:41 AM
Based on your other posts, this is clearly a homework question.
What have you done?
We will not give you the solution. At least I certainly won't, but I know of a few specific individuals on this forum who will just give it to you, so maybe you'll get lucky.
We will help you, of course. So, how do you plan on getting started? Have you looked at the formula VIs that ship with LabVIEW?
02-29-2012 07:47 AM
again while i wont give the answer I can give pointers that hopefully will get you started.
Write down every step you would do if you were doing it manually not matter how small. The building blocks for your code will start to appear from this document
From there the way forward should be much clearer. To code it you must have a good understanding on how to do it. You cant hope the answer will mysteriously fall out of your code.
Hope it gets you started
TD