Jump to content

4 Variable System of Equation


Asian

Recommended Posts

If you wanted to, you could use substitution, but it might be a little long for four variables. I'm not sure if you could use a matrix with four or not. I'm sorry I can't be of more help, it's been a while since I've done systems of equations

Link to comment
Share on other sites

If it is linear, a matrix algebra appraoch should be good -- there are certain restraints on whether the matrix is invertable or not, but in the vast majority of time the matrix is invertable.

 

If the system is nonlinear, usually an interative method is necessary, like Newton's method. Once you get a handle on Newton's method, then you can explore various improvements -- almost all of the iterative methods are based on linearizing the system and making an approximate improvement toward a solution. See http://en.wikipedia.org/wiki/Newton's_method

 

As a decent guide, if you are planning on writing computer software to help you solve these systems, computational fluid dynamics (CFD) books are about as good a start as any. A three dimensional viscous flow is a 4 equation non-linear system of equations. (x-velocity, y-velocity, z-velocity, and pressure are all coupled together.) Any good introductory CFD book will have lots of discussions about how to solve coupled systems of equations.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.