• Tidak ada hasil yang ditemukan

SYSTEM OF LINEAR EQUATIONS

N/A
N/A
Protected

Academic year: 2018

Membagikan "SYSTEM OF LINEAR EQUATIONS"

Copied!
19
0
0

Teks penuh

(1)

SYSTEM OF LINEAR

SYSTEM OF LINEAR

EQUATIONS

EQUATIONS

INTRODUCTION

INTRODUCTION

GAUSS

GAUSS

-

-

JORDAN ELIMIATION

JORDAN ELIMIATION

HOMOGENEOUS LINEAR

HOMOGENEOUS LINEAR

EQUATIONS SYSTEM

EQUATIONS SYSTEM

(2)

INTRODUCTION

INTRODUCTION

• Linear Equations

any straight line in xy-plane can represented by an equations of the form

where a1,a2,b : constant and a1,a2 are not both zero

a linear equation in the variables x and y

More generally

b

x

a

x

a

x

a

1 1

+

2 2

+

...

+

n n

=

b

y

a

x

a

1

+

2

=

(3)

INTRODUCTION

INTRODUCTION

• System of Linear Equations

1

1

=

=

+

y

x

y

x

A sequence : {s1, s2, …, sn} is called solution of system of linear equations if x1= s1,x2= s2,…,xn= sn is a solution of every equation in the system

A finite set of linear equations in the variables x1,x2,…,xn is called a system of linear equations

Example system of linear equations

{

x

=

1

,

y

=

0

}

Solution of system

(4)

INTRODUCTION

INTRODUCTION

• Solutions of Linear Equations System

0 2 2

0

= −

= −

y x

y x

In the xy-plane, solutions system of linear equations can be represented as

A system of linear equations that has no solutions is said to be

inconsistent

x-y=0 2x-2y=0

2 0

= +

= −

y x

y x

x-y=0

x+y=2

x-y=0

x-y=-2

2 0

− = −

= −

y x

y x

one solution no solution

(5)

GAUSS

GAUSS

-

-

JORDAN ELIMIATION

JORDAN ELIMIATION

• System of Linear Equations in Matrices form

An arbitrary system of m linear equations and n variables can be written as

(6)

GAUSS

GAUSS

-

-

JORDAN ELIMIATION

JORDAN ELIMIATION

• Augmented Matrices

Augmented matrices of system Ax=b is matrices which the values is join of entries of A (left side) and entries of b (right side)

Augmented matrix [A|b]

(7)

GAUSS

GAUSS

-

-

JORDAN ELIMIATION

JORDAN ELIMIATION

Definition

A systematic procedure for solving system of linear equations by reducing augmented matrix to be reduced echelon form

Example 1

Solve this system of linear equations

7 2

3 8 3

= + +

= +

= + +

z y x

y x

z y x

  

 

  

  =   

 

  

 

  

 

  

 

7 3 8

1 1 2

0 1 1

1 1 3

z y x

  

 

  

  =

7 3 8

| 1 1 2

| 0 1 1

| 1 1 3

] |

[A b

(8)

GAUSS

GAUSS

-

-

JORDAN ELIMIATION

JORDAN ELIMIATION

1

=

x

2

=

y

Example 1 (continued)

We have eliminated this matrix to be reduced row echelon before

(see matrices ppt page 17)

The reduced row echelon form of the augmented matrix is

  

 

  

 

3 2 1

| 1 0 0

| 0 1 0

| 0 0 1

3

=

z

or

  

 

  

  =   

 

  

 

3 2 1

z y x

(9)

GAUSS

GAUSS

-

-

JORDAN ELIMIATION

JORDAN ELIMIATION

[ ]

~...~

Example 2

Solve this system of linear equations

Solution

Reduced row-echelon

Column 3,4 have no leading 1

(10)

GAUSS

GAUSS

-

-

JORDAN ELIMIATION

JORDAN ELIMIATION

1

3

2

3 4

1

+

x

+

x

=

x

2

2

4

3

2

x

x

=

x

x2 = 2+ s +2t

Example 2 (continued)

  

 

  

 

− −

0 2 1

| 0 0

0 0

| 2 1

1 0

| 3 2

0

1 x1 =1−2s−3t

The solution is

+

+

=

t

s

t

s

t

s

x

x

x

x

2

2

3

2

1

(11)

GAUSS

GAUSS

-

-

JORDAN ELIMIATION

JORDAN ELIMIATION

[ ]

~...~

2 1 4

| | |

3 3 3

0 1 2

3 2 1 |

     

   

− =

b A

Example 3

Solve this system of linear equations

  

 

  

 

− =   

 

  

 

  

 

  

 

2 1 4

3 3 3

0 1 2

3 2 1

z y x

Solution

  

 

  

 −

1 0 0

| 0 0 0

| 2 1 0

| 1 0

1

Reduced row-echelon

0=1 ???

(12)

HOMOGENEOUS LINEAR

HOMOGENEOUS LINEAR

EQUATIONS SYSTEM

EQUATIONS SYSTEM

A system of linear equations is said to be homogeneous if the constant term are all zero; that is, the system has the form

0

Every homogeneous system is consistent

All system has x1=0,x2=0,…,xn=0 as a solution Æ trivial solution

(13)

HOMOGENEOUS LINEAR

HOMOGENEOUS LINEAR

EQUATIONS SYSTEM

EQUATIONS SYSTEM

There are two only possibilities for homogeneous linear system’s solutions

• The system has only the trivial solution

• The system has infinitely many solutions in addition to the trivial solution

Example

Solve the homogeneous system of linear equations

Augmented matrix

(14)

HOMOGENEOUS LINEAR

HOMOGENEOUS LINEAR

EQUATIONS SYSTEM

EQUATIONS SYSTEM

  

 

  

 

− −

0 0 0

| 0 0 0 0

| 2 1 1 0

| 3 2 0 1

Example (2)

   

 

   

 

+ −

=    

 

   

 

t s

t s

t s

x x x x

2 3 2

4 3 2 1

The solutions is

(15)

INVERSE MATRICES

INVERSE MATRICES

   

  =

d c

b a A Definition

If A,B is n x n square matrix, if B can be found such that AB=BA=I, then A is said to be invertible and B is called an inverse of A and denoted by A-1

How to find A-1 ?

If A is 2x2 square matrix

A is invertible if ad ≠ bc, then A-1 is given by formula

   

 

− −

=

a c

b d

bc ad

(16)

INVERSE MATRICES

INVERSE MATRICES

[ ]

     

    =

1 0 0

0 1 0

0 0 1

| | |

2 2 1

3 2 1

3 1 1

| I A

  

 

  

  =

2 2 1

3 2 1

3 1 1

A

     

   

− −

− 1 0 1 0 1 1

0 0 1

| | |

1 1 0

0 1 0

3 1 1

~

For generally, we can find A-1 using Row Operations

(Gauss-Jordan elimination) at augmented matrix [A|I], the final matrix that we want is [I|A-1]. If the left side of final matrix (reduced

row echelon) is not I, then A is not invertible

Example 1

Find inverse of

(17)

INVERSE MATRICES

INVERSE MATRICES

Example 1(continued)

Example 2

Showing that A is not invertible

(18)

INVERSE MATRICES

INVERSE MATRICES

[ ]

~...

1 0 0

0 1 0

0 0 1

| | |

3 2 1

3 2 1

3 1 1

|

     

    = I A

  

 

  

 

− −

1 1 0

0 1 1

0 1 2

| | |

0 0 0

0 1 0

3 0 1

~ Example 2 (continued)

We can’t reduced to be Identity matrix A is not invertible

Properties of inverse matrices

(19)

EXERCISES

EXERCISES

1. Solve system of linear equations below

2. Find solutions of homogeneous linear system Ax = 0 where

3. Find inverse matrices of A if A invertible

Referensi

Dokumen terkait

linear equations have been reduced by row operations to the given reduced row-echelon form... There are infinitely many solutions, and the general solution is given by

The conformability condition for multiplication is that the column dimension of A (the lead matrix) must be equal to the row dimension of B ( the lag matrix).. If defined the

If each row of B is a linear combination of the rows of A (i.e. a sum of multiples of the rows of A ) and each row of A is a linear combination of the rows of B , then it is easy

The rank of a matrix A is the number of pivot columns (or rows) that it has when it is transformed into reduced row echelon form.. The pivot variables are the variables that

The second row of the 4x4 byte input data the state is shifted one byte position to the left in the matrix, the third row is shifted two byte positions to the left, and the fourth row

Finally, note that ifm = n, thenAis invertible if and only if its row space has dimension m, which holds if and only if r = m, and in the latter case, B is the identity matrix, and

In addition, compulsory work may be given during the course 1.2 State Row reduction and echelon forms Lecture Tutorials 1.3 Describe the different matrix operations Lecture