• Tidak ada hasil yang ditemukan

modul al 1 kls bhs inggrisinvers matriks

N/A
N/A
Protected

Academic year: 2017

Membagikan "modul al 1 kls bhs inggrisinvers matriks"

Copied!
9
0
0

Teks penuh

(1)

Linear Algebra I

42

Section 2.3. Matrix Inverses

Three basic operations on matrices, addition, multiplication, and subtraction, are analogues for matrices of the same operations for numbers. In this section we introduce the matrix analogue of numerical division.

To begin, consider hoe a numerical equation: b ax

is solved when a and b are known numbers. If a 0, there is no solution ( unless b 0). But if a 0, we can multiply both sides by inverse of a,

denoted by a 1, to obtain the solution x a 1b. This multiplication by a 1

is commonly called dividing by a, and the property of a 1that makes the

work is that a 1a 1. More over, we saw in the previous section that the role that 1 plays in arithmetic is played in matrix algebra by the identity matrix I.

This suggests the following definition. If A is a square matrix, a matrix B is called an inverse of A if and only if:

I

AB and BA I

A matrix A that has an inverse is called an invertible matrix.

Example 24

Show that

0 1

1 1

B is an inverse of

1 1

1 0 A

Solution:

Compute AB and BA

AB

1 1

1 0

0 1

1 1

1 0

0 1

BA=

0 1

1 1

1 1

1 0

1 0

0 1

(2)

Linear Algebra I

43

Example 25

Show that

3 1

0 0

A has no solution

Solution: Let

d c

b a

B denote an arbitrary 2 2 matrix. Then:

AB= 3 1

0 0

d c

b a

=

d 3 b c 3 a

0 0

so AB has a row of zeros. Hence AB cannot equal I for anyB .

Example 25 shows that it is possible for a nonzero matrix to have no inverse. But if a matrix has an inverse, it has only one.

Theorem 7 If a matrix has an inverse, it is unique

Proof

Let A is a matrix that has two inverse, these called B and C. Since B and C are both inverses of A, we have CA I AB. Hence

C CI AB C B CA IB

B ( ) ( ) .

If somehow a matrix B can be found such that e AB I =BA,then

A

is

an invertible and B is the inverse of A, in symbols, B A 1.

Example 26 If

d c

b a

A and ad bc 0, show that

bc ad

1 1

A

a c

b d

Solution:

(3)

Linear Algebra I

44

d

c b a

bc ad

1

a c

b d

=

bc ad

1

d c

b a

a c

b d

=

bc ad

1

bc ad 0

0 bc ad

I

Exercises:

1. Find the inverse of the matrices as follow. ( Use the definition of an inverse of a matrix ):

a. 3 1

1 2

b

1 3

2 2

c . 8 6

4 3

2. Find the inverse of the matrices as follow. ( Use the definition of an inverse of a matrix )

a.

2 1 2

2 2 1

1 1 1

b.

4 3 1

2 2 2

2 1 1

Inverse and Linear System

Matrix inverses can be used t o solve certain systems of linear equations. A system of linear equations can be written as a single matrix equation:

B AX

where A and B are known matrices and X is to be determined. If A is

invertible, then multiply each side of the equation the left by A 1 to get:

1

A AX A 1B

B A

IX 1

B A

(4)

Linear Algebra I

45

This gives a solution to the system of equations , because if X A 1B is

substitute to this equation will be hold:

A

AX A 1B IB B

Furthermore, the argument shows that if X is any solution, then

necessarily X A 1B, so the solution is unique. Of course the technique works only when the coefficient matrix A has an inverse.

Theorem 8

Suppose a system of

n

equations in

n

variables is written in matrix form as

:

B AX

If the

n n

coefficient matrix

A

is invertible, the system has the unique

solution:

B A

X 1

Example 27 Solve this system of linear equations

0 y x 2

3 y 2 x

Solution:

Be written in matrix form:

1 2

2 1

y x

= 0 3

We get the inverse of the coefficient matrix as follow:

5 1 5 2

5 2 5 1

So the solution of system of linear equations is:

y x

=

5 1 5 2

5 2 5 1

0 3

=

(5)

Linear Algebra I

46

An Inversion Method

Given the invertible 2 2 matrix A, we determined A 1 from the

equation A A 1 I. Write

1

A = y x

b a

where a,b,x,y are to be determined. Equating columns in the equation A

1

A I gives

0 1 x a

A and

0 1 y b A

These are systems of linear equations, each with A as coefficient matrix. Since A is invertible , each system has a unique solution by Theorem 2. But this means that the reduced row – echelon form R of A cannot have a row of zeros, and so is the identity matrix ( R is square ). Hence, there is a sequence of elementary row operations carrying A to the 2 2 identity matrix I. This sequence carries the augmented matrices of both system to reduced row echelon form and so solves the systems:

x a I 0 1 A

y b I 1 0 A

Hence, we can do both calculations simultaneously.

y b x a I 1 0 0 1 A

This can be written more compactly as follows:

1

A I I A

In other words, the sequence of row operations that carries A to I also

carries I toA 1.

Matrix Inversion Algorithm

If A is an invertible matrix, there exists a sequence of elementary row

(6)

Linear Algebra I

47

I. This same series of row operations carries I to A 1, that is I

1

A . The algorithm can be summarized as follows:

1

A I I A

where the row operations on A and I are carried out simultaneously.

Example 28 Use the inversion algorithm to find the inverse of the matrix:

0

Apply elementary row operations to the double matrix:

I

Subtract 2 times row 1 from row 2, and subtract row 1 from row 3

1

Continue to reduced row-echelon form.

(7)

Linear Algebra I

48

Hence,

1 1 1

3 1 1

11 3 3 A

2 1 1

Theorem 9 If A is an n n matrix, either A can be reduced to Iby elementary row operations or it cannot. In the first case, the algorithm produces A 1; in the

second case, A 1 does not exist.

Properties of Inverses

Theorem 10 All the following matrices are square matrices of the same size:

1. I is invertible and I 1 I

2. If A is invertible, so is A 1, and (A 1) 1 A

3. If A,B are invertible, so is AB and (AB) 1=B 1 A 1

4. If A1,A2,...,Ak are all invertible matrices, so is the product A1A2...Ak

and (A1A2...Ak) 1 Ak1...A21A11

5. If A is invertible, so is Ak for k 1 and (Ak) 1 (A 1)k

6. If A is invertible and a 0 is a number, then aA is invertible and

1 a 1

1 A

aA) (

7. If A is invertible, so is its transpose AT and (AT) 1 (A 1)T

Corollary A square matrix A is invertible if and only if AT is invertible.

Example 29 Find A if (AT 2I) 1=

0 1

1 2

Solution

(8)

Linear Algebra I

49

)

(AT 2I = [(AT 2I) 1]-1=

1

0 1

1 2

= 2 1

1 0

Hence AT 2I+ 2 1

1 0

= 4 1

1 2

, so

4 1

1 2 A

Theorem 10 The following conditions are equivalent for an n n matrix A:

1. A is invertible

2. The homogeneous system AX 0 has only the trivial solution X 0 3. A can be carried to the identity matrix In by elementary row

operations.

4. The system AX B has at least one solution X for every choice of column B.

5. There exists an n n matrix C such that AC In

Corollary If A and C are square matrices such that AC I. In particular, both A

and C are invertible, C A 1 and A C 1.

Exercises 2.3

1. Find the inverse of each of the following matrices:

a.

4 2 1

3 1 1

2 1 3

b.

1 5 1

0 2 5

1 1 3

c.

1 5 1 1

2 5 1 1

6 3 1 0

5 7 0 1

(9)

Referensi

Dokumen terkait

On checking the history of the basic ideas, we find that the companion matrix itself plays an important role in the “rational canonical form” of a matrix under similarity (over

There are games A for which the copycat strategy, which plays the role of the identity, is the unique strategy in the game A, A ; because of that, the asynchronous

Thirdly, the Papua Moslems is in subordinate position in the realm of politics and religion in Papua that competed identity through discourse with Christians that Islam is part of

The econometric analysis suggests that the rate of interest plays an important role in determining the demand for money in non-Islamic countries but is not a significant factor in

Karlina 2020 suggests that the community plays a pivotal role in preventing juvenile delinquency by 1 speaking to adolescents who violate the norms, 2 becoming a good model for them,

The element that will be of particular important to our analysis will be the relation of Place and identity in order to better understand the role played by the spaces portrayed in the

Ill-conditioning of the correlation matrix occurs in this case, which can produce spurious local minimizers in the MLE function if double precision arithmetic is used.. The