Pages

Monday, June 6, 2011

Systems of Linear Equations

Systems of linear equations arise in many fields of science and engineering.

eg. Robotics - Force equations describing the motion of each link in a robot arm form a systems of linear equations.

A simple 2x2 system of linear equations has 2 unknowns or variables, and 2 equations like

2 x + 3 y = 6
4 x  - 6 y = 2


In electronics, systems of linear equations are important in the analysis of electronics networks:





Application of "loop analysis" to the above network will result in the following set of linear equations:

3x3 system

3  I1  - 1 I2 + 0 I3 = 10
-1 I1 + 5 I2  - 2 I1 = 0
0  I1  - 2 I2 + 8 I3 = -5

where the unknowns or variables are the "mesh currents" I1 = 3.5A,   I2 = 0.5A, and I3 = -0.5A.


In a linear system, the power of all variables is 1 and all the coefficients are constants.

 eg.
a1  x + b1 y = c1 
a2  x + b2 y = c2

a1, b1, c1, a2, b2, c2 - all constants
x, y - variables raised to power 1

A solution of the above system is any pair (x0, y0) which simultaneously satisfies both equations.

I general, a linear system of N equations in N unknowns will have:
1. Exactly one solution
2. No solution (Inconsistent)
3. Infinitely many solutions (Dependent or Redundant system)

For example: 2x2 systems...

1.

==> one solution


2.
 ==> No solution

3.

  ==>  Infinitely many solutions


Various Methods of Solving Linear System of Equations:
1. Graphing
2. Substitution
3. Elimination
4. Gauss and Gauss-Jordan Elimination
5. Determinants (Cramer's Rule)
6. [Matrices]

No comments:

Post a Comment