Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Solving determinant of a 3X3 using arrays

Status
Not open for further replies.

slm843

Technical User
Nov 4, 2001
2
0
0
US
I a am trying to solve 3 simultaneous equation with 3 unknowns. The data for the equations must be entered as variables. If anyone is familiar with solving a dc network using mesh analysis, this is what is trying to be accomplised.
 
There is a method taught in most linear algebra books called Gaussian Elimination which solved the equation A*x = y for x. If you are using a computer, you should use this method. Of course for small systems (3x3) Kramers rule is often used for hand calculations. If you are going to code a solution use gaussian elimination.

Brudnakm.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top