80
Unit II Matrices and Determinants UNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines. In this unit we study on matrices and some algebraic operations on matrices, determinants and how to use the concept on matrices and determinants in solving systems of linear equations. Our discussion focuses on matrices and some algebraic operations on matrices, some special types of matrices, Elementary row operations, determinants of any order, Matrix inversions and finally on how to solve systems of linear equations. The exercises at the end of each subtopic are organized in such a way that the reader can get enough practice on how to apply most of the central ideas of the topic. 2.1 Basic concepts and Operations on Matrices This section is devoted to introduce the definition of matrices and some related terms, and some of the algebraic operations on matrices such as: matrix addition, scalar multiplication and matrix multiplication. 2.1.1 Definitions and Notations Matrices are presented in different forms. However, throughout this unit we use the representation used in definition 2.1. Definition 2.1 A rectangular array of the form 21 Produced by Tekleyohannes Negussie, July 2009

WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

  • Upload
    others

  • View
    3

  • Download
    0

Embed Size (px)

Citation preview

Page 1: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

UNIT II

Matrices and Determinants

Introduction

Now days, Matrices and the algebraic operations defined on them play an important role in various

disciplines. In this unit we study on matrices and some algebraic operations on matrices, determinants and

how to use the concept on matrices and determinants in solving systems of linear equations.

Our discussion focuses on matrices and some algebraic operations on matrices, some special types of

matrices, Elementary row operations, determinants of any order, Matrix inversions and finally on how to

solve systems of linear equations. The exercises at the end of each subtopic are organized in such a way

that the reader can get enough practice on how to apply most of the central ideas of the topic.

2.1 Basic concepts and Operations on Matrices

This section is devoted to introduce the definition of matrices and some related terms, and some of the

algebraic operations on matrices such as: matrix addition, scalar multiplication and matrix multiplication.

2.1.1 Definitions and Notations

Matrices are presented in different forms. However, throughout this unit we use the representation used in

definition 2.1.

Definition 2.1 A rectangular array of the form

where the aij called entries or elements are scalars in or functions, is called

a matrix. If the entries or elements are scalars in , then it is called a matrix

over or simply a matrix if is implicit.

The above matrix is also denoted by , i = 1, 2, 3, … , m, j = 1, 2, 3, … , n or simply .

The m-horizontal n-tuples, , , . . . ,

are called rows of the matrix and the n-vertical m-tuples,

21Produced by Tekleyohannes Negussie, July 2009

Page 2: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

… are called columns of the matrix.

In the double subscript notation means the entry in the row and column. A matrix with m rows

and n columns is called an m by n matrix, or m n matrix. The pair of numbers (m, n) is called the size or

shape or order of the matrix.

Example 1 Find the order of each of the following matrices.

A = and B = .

Solution Number of rows of A = 2 and number of columns of A = 3, and number of rows of B = 3 and

number of columns of B = 4.

Therefore, (2, 3) is the order of A and (3, 4) is the order of B.

Definition 2.2 Sub-matrix

A matrix obtained by omitting some rows or columns or both from a matrix.

Example 2 A = and B = are sub-matrices of C = .

Note that: A matrix with one row is referred to as a row matrix (or row vector) and with one column as

a column matrix ( or column vector).

Example 3 A = is a row matrix and B = is a column matrix.

Definition 2.3 Equality of Two Matrices

Two matrices A and B are said to be equal, written A = B if and only if they have

the same size and corresponding entries are equal.

Example 4 Let A = , B = and C = . Justify that A B and A C.

Solution A B because they have different sizes and A C because one pair of corresponding entries are

not equal.

Example 5 Determine the values of x and y for which

22Produced by Tekleyohannes Negussie, July 2009

Page 3: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

=

Solution From the definition of equality of matrices, solving

2x y = 5 and x + y = 7

we get: x = 4 and y = 3.

Therefore, x = 4 and y = 3.

2.1.2 Operations on Matrices

Addition and Scalar Multiplication

Definition 2.4 Addition of Matrices

Let A = and B = be two matrices with the same size. The sum of A and B,

written A + B, is the matrix obtained by adding the corresponding entries.

That is if A = and B = are m n matrices, then A + B = .

Example 6 Let A = and B = . Find A + B.

Solution Both A and B are 2 2 matrices and hence A + B = = .

Therefore, A + B = .

Note that: Matrices of different sizes cannot be added.

Example 7 Let A = and B = . A and B have different sizes and hence the sum of A

and B is not defined.

Definition 2.5 Scalar Multiplication

The product of any m n matrix A = and any scalar c, written c A, is the

matrix c A = , of size (m, n), obtained by multiplying each entry in A by c.

In particular if c = 1, then c A = A. A is called the negative of A.

If A and B are matrices of the same size, then A B is called the difference of A and B.

Example 8 Let A = and B = . Find A + B, 2A and A B.

23Produced by Tekleyohannes Negussie, July 2009

Page 4: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

Solution A + B = = ,

2A = =

and A B = =

Therefore, A + B = ; 2A = and A B = .

Definition 2.6 Transpose of a Matrix

The transpose of an m n matrix A, written , is an n m matrix whose

entry is the entry of A for j = 1, 2, 3, … , n and i = 1, 2, 3, … , m.

Example 9 Let A = and B = . Find and .

Solution Now the row of A becomes the column of for i = 1, 2.

Hence = .

Similarly the row of B becomes the column of for i = 1, 2, 3.

Hence = .

Therefore, = and = .

Definition 2.7 The Zero Matrix

A matrix whose entries are all zero, denoted by 0, is called a zero matrix.

Example 10 , , and are examples of zero matrices.

24Produced by Tekleyohannes Negussie, July 2009

Page 5: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

Properties of matrices under matrix addition and scalar Multiplication

1. Let V be the set of all m n matrices over . Then for any matrices A, B, C V and any , .

i) A + B = B + A ii) A + (B + C) = (A + B) + C iii) A + = A

iv) A + ( A) = v) (A + B) = A + B vi) ( + ) A = A + A

vii) ( ) A = ( A) and viii) 1 A = A and 0 A =

2. Let A and B be matrices of the same size and let . Then

i) = + ii) = iii) = A

Example 11 Let A = and B = . Find + .

Solution + = . Now A + B = .

Therefore, + = .

Matrix Multiplication

Definition 2.8 The product C = A B (in this order) of an m n matrix A = and

an r p matrix B = is defined if and only if n = r. i.e. the number of

columns of A is equal to number of rows of B, and is then defined as the

m p matrix C = with entries:

=

i.e. the entry in the row and column of the product is the dot product

of the row of A and the column of B.

Example 12 Let A = and B = . Find A B.

Solution and . Hence .

25Produced by Tekleyohannes Negussie, July 2009

Page 6: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

and A B = = .

Therefore, A B = .

Example 13 Let A = and B = . Show that AB BA.

Solution and . Hence AB and AB are well defined.

Now A B = and B A = .

Therefore, AB BA.

Note that: In general matrix multiplication is not commutative.

Example 14 Let A = and B = . Show that AB = while BA .

Solution and . Hence AB and AB are well defined.

Now A B = and B A = .

Therefore, AB = while BA .

Note that: In general A B = 0 does not necessarily imply A = 0 or B = 0 or B A = 0.

Properties of Matrix Multiplication If the sizes of the matrices are such that the stated operations can be performed, then for any

i) ( A) B = (A B) = A ( B) ii) A (B C) = (A B) C

iii) (A + B) C = A C + B C iv) C (A + B) = C A + C B v) =

Example 15 Let A = and B = . Show that =

Solution = =

and = · = .

Therefore, = .

Exercises 2.1

26Produced by Tekleyohannes Negussie, July 2009

Page 7: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

1. Construct a 3 2 matrix A = such that

In exercise 2-8 use the information given below and determine which of the following matrix operations

re defined, find the order of the resulting matrix whenever defined.

Given: Suppose A, B, C, D and E are matrices with the following order

Matrix A B C D E

size 4 5 4 5 5 2 4 2 5 4

2. BA 3. AC + D 4. AE + B 5. E (A + B)

6. E (AC) 7. 8.

In exercise 9-13 use the information given below to find

Given: A = , B = and C = .

9. AB 10. AB + 2C 11. + 12. + A B 13. ( 3B)

In exercises 14-16, compute each of the following operations, where

A = , B = and C = .

14. AB 15. 3C B 16. (AB)C17. If and are two roots of the equation , then find

+

without computing the values of and .

18. Determine the values of x, y and z for which

=

19. Verify that for any angles and

=

2.2 Special Matrices

Definition 2.9 Square matrix is a matrix with the same number of rows as columns.

27Produced by Tekleyohannes Negussie, July 2009

Page 8: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

An n n matrix is called a square matrix of order n, or an n-square matrix.

Example 16 Let A = and B = . Then A is a 2-square matrix while B is a 3-

square matrix.

Definition 2.10 Symmetric Matrix

A square matrix A is called a symmetric matrix if and only if A = .

i.e. Whenever is an entry of A, = .

Example 17 and are examples of symmetric matrices.

Example 18 and are examples of matrices that are not symmetric matrices.

Definition 2.11 Skew – Symmetric Matrix

A square matrix A is said to be a skew - symmetric matrix if and only if = A.

Example 19 and are examples of skew – symmetric matrix.

Example 20 and are examples of matrices that are not skew – symmetric.

Note that: Any n-square zero matrix is both symmetric and skew-symmetric.

Remark: Any square matrix A can be written as the sum of the symmetric matrix R and the skew

symmetric matrix S where

R = (A + A t) and S = (A A t).

Example 21 Express each of the following matrices as a sum of symmetric and skew-symmetric matrices.

i) A = ii) B =

28Produced by Tekleyohannes Negussie, July 2009

Page 9: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

Solutions i) = and hence R = S = .

ii) = and hence R = and S = .

Definition 2.12 Idempotent and Nilpotent matrices

An n- square matrix A is called an idempotent matrix if = A and

a Nilpotent matrix if = for some non-negative integer m.

Example 22 Let A = . Then show that matrix A is idempotent.

Solution applying the method of multiplying two matrices we get:

=

Therefore, matrix A is idempotent.

Example 23 Let A = . Then show that matrix A is Nilpotent.

Solution applying the method of multiplying two matrices we get:

=

Therefore, matrix A is Nilpotent.

Definition 2.13 A square matrix with non-negative entries and row sum all equal

to one is called a Stochastic matrix.

Example 23 The matrix

A =

is an example of stochastic matrix.

Definition 2.14 Triangular Matrix

A square matrix whose elements are all zero for i j (for i j) is called

Upper ( lower) triangular matrix.

29Produced by Tekleyohannes Negussie, July 2009

Page 10: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

Example 24 and are examples of upper triangular matrices.

Example 25 and are examples of lower triangular matrices.

In a square matrix A = of order n, , , …, are called the diagonal elements (or are on the

main diagonal) of the square matrix A.

Note that: The transpose of an upper triangular matrix is a lower triangular matrix and vice versa.

Definition 2.15 The sum of the diagonal elements of a square matrix A is called the

trace of A, written tra (A).

Note that: For any two square matrices A and B of the same size and any :

i) tra (A + B) = tra (A) + tra (B). ii) tra ( A) = tra (A).

Example 26 Let A = and B = . Then find:

i) tra (A + B) ii) tra (A) + tra (B) and iii) tra ( A) and tra (A) for any .

Solutions i) A + B = and hence tra (A + B) = 20.

ii) tra (A) + tra (B) = 11 + 9 = 20.

iii) A = and hence tra ( A) = 11 and tra (A) = 11 , for any .

Definition 2.16 Diagonal Matrix

A square matrix whose non-diagonal elements are all equal to zero is called a

diagonal matrix.

Example 27 and are examples of diagonal matrices.

30Produced by Tekleyohannes Negussie, July 2009

Page 11: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

Note that: i) Any diagonal matrix is both upper and lower triangular matrix.

ii) Any n-square zero matrix is a diagonal matrix.

Definition 2.17 Unit Matrix

A diagonal matrix whose diagonal elements are all equal to one is called a

unit matrix.

If the order of a unit matrix is n, then we can denote the unit matrix by .

Example 28 = and = are examples of unit matrices.

Exercises 2.2

1. If A and B are square matrices such that AB = BA, then show that = .

2. If A = , then show that – 3A + 2 = 0

3. Show that any square matrix A can be written as the sum of symmetric and skew- symmetric matrices.

Use the result to write A as the sum of symmetric and skew-symmetric matrices.

A = .

4. If A and B are 2-square matrices such that A = , B = and A + B = , then

find the two matrices A and B.5. Prove that for any two square matrices A and B of the same size and any .

i) tra (A + B) = tra (A) + tra (B). ii) tra ( A) = tra (A).

6. Given: Any non-singular 2-square matrix A can be written as A = LU, where L =

(Lower triangular matrix) and U = (Upper triangular matrix). Find L and U

for which A = LU where

A = .

In exercise 7 and 8, refer the information given below.

Given: Two small cottage industries and were opened to produce chairs and tables. Matrices A and B

represent the production capacities and the cost of production in birr per week respectively .

31Produced by Tekleyohannes Negussie, July 2009

Page 12: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

A = and B =

7. Calculate the cost of production of a single chair and a table.

8. If the total profit of the two cottage industries and is birr 1,560.00 and 1,500.00 respectively, then

calculate the selling price of a single chair and table.

2.3 Elementary Row Operations and Echelon Forms

Elementary Row Operations

: Interchange the i th and the j th rows.

: Replace the row by a non-zero scalar multiple of itself. k , where k 0. : Replace the row by k times the row plus the row.

k + ., and are called Elementary row operations.

Note that: We can apply and in one step.

k + k , where k , k K and k 0.

Definition 2.18Row Equivalent Matrices

Matrix A is said to be row equivalent to matrix B if B can be obtained

from A by applying a finite sequence of elementary row operations on A.

Example 29 Let A = and B = . Show that A and B are row equivalent.

Solution A = 4 .

Therefore, A is row equivalent to B.

Definition 2.19 A matrix A = (a ij) is an echelon matrix, or in echelon form if the number

of zeros preceding the first non-zero entry of a row increases row by row until only

zero rows remain. That is if there exist non-zero entries

where

32Produced by Tekleyohannes Negussie, July 2009

Page 13: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

with the property that = 0 for for i r, and for i r.

We call the distinguished elements of the echelon matrix A.

Example 30 A = , B = , C =

are examples of echelon matrices while

E = and F =

are examples of matrices that are not echelon matrices.

In particular, an echelon matrix is called a row reduced echelon matrix if the distinguished elements are:

i) The only non-zero entries in their respective columns.

ii) Each equal to 1.

Example 31 A = , B = and D =

are examples of row-reduced echelon matrices.

Note that: The zero matrixes 0 for any number of rows or columns are row reduced echelon matrices.

Algorithm that Row Reduces a Matrix to an Echelon Form

Step 1 Suppose the column is the first column with a non-zero entry. Interchange the rows so that this

non-zero entry appears in the first row, that is, so that 0.

Step 2 For each i 1, apply the operation

+ .Repeat steps 1 and 2 with the sub-matrix formed by all the rows excluding the first. Continue the process

until the matrix is in echelon form.

Example 32 Find two different echelon forms of

A = .

Solution By step 1, since = 1 0 and =1 no need to interchange row 1 and row 2.

By step 2, for the row apply the operation

2 +

33Produced by Tekleyohannes Negussie, July 2009

Page 14: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

and hence (0, 1).

Thus A is row equivalent to . But this is an echelon matrix.

Again if we apply the operation 3 + we get which is an echelon matrix.

Therefore, and are two different echelon forms of matrix A.

Example 33 Reduce A = to an echelon form.

Solution

Therefore, is an echelon form of matrix A.

Example 34 Reduce A = to an echelon form.

Solution

Therefore, is an echelon form of matrix A.

Example 35 Reduce A = to an echelon form.

Solution

34Produced by Tekleyohannes Negussie, July 2009

Page 15: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

Therefore, is an echelon form of matrix A.

Note that: i) echelon form of a non-zero matrix is not unique.

ii) The row-reduced echelon form of a matrix is unique.

Rank of a Matrix

Definition 2 20 If A is an m n matrix and B is an echelon matrix that is row equivalent

to matrix A , then the number of non-zero rows (or number of columns that contains

distinguished elements) of matrix B is called rank of A, written rank (A).

Theorem 2.1 Row-equivalent matrices have the same rank.

Theorem 2.2 A matrix and its transpose have the same rank.

Example 36 Find the row reduced echelon form of matrix A and determine its rank, where

A =

Solution Now reduce matrix A to row reduced Echelon form.

A = ~

~

35Produced by Tekleyohannes Negussie, July 2009

Page 16: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

~

~

~

Therefore, the row reduced echelon form of A is and rank (A) = 2.

Note that: For any m n matrix A, rank (A) min. m, n.Exercises 2.3

1. Give an example of an upper triangular matrix that is not an echelon matrix?

2. Give an example of an echelon matrix that is not an upper triangular matrix?

In exercise 3-8, reduce the given matrices to an echelon forms and determine their ranks.

3. A = 4. A = 5. A =

6. A = 7. A = 8. A = .

In exercise 9 and 13, reduce the given matrices to row reduced echelon forms.

9. A = 10. A = 11. A = .

12. A = 13. A = 14. A =

36Produced by Tekleyohannes Negussie, July 2009

Page 17: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

2.4 Inverse of a Matrix

Definition 2.21 If A is a square matrix and if a matrix B of the same size can be found such

that A B = B A = I, then A is said to be invertible and B is called the inverse of A.

Example 37 Let B = and A = .

Then A B = and B A = .

Hence, B is the inverse of A.

Notation If A is invertible, then the inverse of A is denoted by .

Theorem 2.3 The inverse of an invertible matrix is unique.

Theorem 2.4 The matrix

A =

is invertible if and only if ad bc 0, in which case the inverse of

matrix A is given by the formula:

=

Example 38 Let A = . Find .

Solution Now 7 6 = 1 0 and hence by theorem 2.4 = .

Therefore, = .

Definition 2.22 An n-square matrix A is called non-singular if rank (A) = n.

Otherwise A is called singular.

Example 39 Let A = . Show that A is singular.

Solution We need to show that rank (A) 3.

37Produced by Tekleyohannes Negussie, July 2009

Page 18: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

A =

Hence rank (A) = 2 3.

Therefore, A is singular.

Existence and Determination of Inverse

(Gauss-Jordan Method)

To check whether a given square matrix A is invertible or not we need to find a finite sequence of

elementary row operations that reduces A to an echelon matrix. If rank (A) is equal to the order of matrix A,

then we can conclude that matrix A has an inverse; otherwise matrix A is singular. Whenever A is

invertible find a finite sequence of elementary row operations that reduces A to the unit matrix and then

perform these sequences of elementary operations on to obtain .

Example 40 Determine whether matrix A = is invertible or not, if invertible find A 1.

Solution

Now rank (A) = 3 and hence A is non-singular.

Therefore, =

38Produced by Tekleyohannes Negussie, July 2009

Page 19: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

Example 41 Let A = . Determine whether matrix A is invertible or not. If A is invertible

find .

Solution

Now we get a zero row and hence A cannot be row equivalent to .

Therefore, A is a singular matrix.

Theorem. 2.5 If R is the row reduced echelon form of an n -square matrix A,

then either R has a row of zeros or R is the identity matrix .

Theorem. 2.6 If A and B are invertible matrices of the same size, then:

AB is invertible and = .

Theorem. 2.7 If A is an invertible matrix, then:

i) is invertible and = A.

ii) For any natural number n, is invertible and = .

iii) For any non-zero scalar k, the matrix kA is invertible and = .

iv) is also invertible and = .

Theorem. 2.8 An n-square matrix is invertible if and only if its row reduced

echelon form is .

Exercises 2.4

In exercises 1-3, determine the value(s) of t for which each of the following matrices fails to be invertible.

39Produced by Tekleyohannes Negussie, July 2009

Page 20: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

1. 2. 3.

In exercises 4-9, determine whether the following matrices are invertible or not. If invertible find the

inverse.

4. 5. 6. A =

7. 8. 9.

2. Give an example of a two-square matrix A such that =

3. For each of the following matrices find and .

i) A = ii) A =

2.5 The Determinant of a Matrix

The determinant of a square matrix of order n is called a determinant of order n.

Second Order Determinant

Definition 2.23 The determinant of a second order matrix A = ( ) is denoted and defined by:

D = det (A) = =

Example 42 Let A = . Find .

Solution By definition 2.21, = (4 5) – (2 3) = 14.

Therefore, = 14.

Third Order Determinant

40Produced by Tekleyohannes Negussie, July 2009

Page 21: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

Definition 2.24 The determinant of a third order matrix A= ( ) is defined by:

det (A) = =

= +

= + +

Example 43 Let A = . Then find .

Solution By definition 2.22 = 3 = 12.

Therefore, = 12.

Example 44 Let A = , then find .

Solution By definition 2.22 = 2 = 0.

Therefore, = 0.

Determinant of any Order n

Definition 2.25 A determinant of order n is a scalar associated with an n-square matrix

A = ( ) defined:

for n = 1 by det (A) = and for n 2 by det (A) = , where i = 1, 2, … , n.

or det (A) = , where j = 1, 2, … , n

where = called the cofactor of and is the determinant of the sub-

matrix of A obtained from A by deleting the row and the column from A called the

minor of .

Example 45 Let A = . Find .

41Produced by Tekleyohannes Negussie, July 2009

Page 22: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

Solution The minors are:

= = 12, = = 8, = = 6

= = 6, = = 4 , = 3

= = 12 , = = 8 , = = 6

and the cofactors are:

= 12, = 8, = 6 = 6, = 4 , = 3 = 12 , = 8 , = 6 Therefore, = 0.

Hence the cofactors of det (A) are:

Therefore, det (A) = , where i = 1, 2, … , n

or det (A) = , where j = 1, 2, … , n

Remark: The determinant of any triangular matrix is the product of all the entries on the main diagonal.

Properties of the Determinant

Theorem 2.9 The determinants of an n-square matrix and its transpose are equal.

Example 46 Let A = . Then show that = .

Solution = .

Now

Thus, = 34.

42Produced by Tekleyohannes Negussie, July 2009

Page 23: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

Thus, = 34. Therefore, = .

Theorem 2.10 If one of the rows (or columns) of an n-square matrix A is a multiplied

by

a scalar k, then the determinant of the new matrix is k times det (A).

Further more det (kA) = det (A).

Example 47 Let A = . Then find det (2A).

Solution By theorem 2.11, det (2A) = = 64.

Therefore, det (2A) = 64.

Theorem 2.11 If every entries in a row (or column) of an n-square matrix is zero,

then its determinant is zero.

Example 48 Let A = and B = .

Then show that det (A) = det (B) = 0.

Solution By theorem 2.12, det (A) = det (B) = 0.

Therefore, det (A) = det (B) = 0.

Theorem 2.12 If each entries in a row (or column) of an n-square matrix is the

sum of m terms, then the determinant can be written as the sum of

m determinants.

Example 49 Let A = . Then show that A can be written as the sum of B and C,

43Produced by Tekleyohannes Negussie, July 2009

Page 24: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

where

i) B = and C = .

ii) B = and C =

Solution Using the definition of determinants we get:

A = = 180,

i) B = = 0 andC = = 180.

Therefore, A= B+C.

ii) B= = 0 andC =

= 180.

Therefore, A= B+C.

Theorem 2.13 If any two rows (or columns) of an n-square matrix are interchanged,

then the value of the determinant is multiplied by 1.

Example 50 Let A = and B = . Then show thatA = B.

Solution By theorem 2.14, matrix B is obtained from matrix A by interchanging the and the rows

of matrix A.

Therefore, A = B.

Theorem 2.14 If corresponding entries in two rows (or two columns) of an n-square

matrix are proportional, then its determinant is zero.

Example 51 Let A = . Then show that det (A) = 0.

Solution By theorem 2.15, = 2 and hence det (A) = 0.

Therefore, det (A) = 0.

Theorem 2.15 If a matrix obtained from an n-square matrix by adding to the elements

of its row (or column) a scalar multiple of the corresponding elements of

44Produced by Tekleyohannes Negussie, July 2009

Page 25: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

another row (or column), then the determinant remains unchanged.

Example 52 Let A = and B = . Then show that det (A) = det (B).

Solution Matrix B is obtained from matrix A by replacing the row of A by the sum of the first and the

third rows of A.

Therefore, by theorem 2.16, det (A) = det (B).

Theorem 2.16 For any two n-square matrices A and B

Example 53 Let A = and B = . Then evaluate det (A), det (B) and det (A B).

Solution Now A B = .

Therefore, det (A) = 6, det (B) = 13 and det (A B) = 78. Adjoint of a Matrix

Definition 2.26 The Adjoint

Let A = ( ) be an n-square matrix and be the cofactor of . Then

the adjoint of A is denoted and defined by:

Adj A =

Example

Theorem 2.17 For any n-square matrices A,

A · (adj A) = (adj A ) ·A = det (A) · .

Thus if det (A) 0

=

Note that: If A and B are n-square matrices, then

i) adj A B = adj B · adj A ii) If det (A) 0, then det adj A =

Inverse of a Matrix Using the Determinant

45Produced by Tekleyohannes Negussie, July 2009

Page 26: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

Example 50 Find where

A =

Solution Det (A) = 1

and = 40; = 13; = 5

= 16; = 5; = 2

= 9, = 3; = 1.

Therefore, = .

Example 51 Find , where

A =

Solution Det (A) = 1

and = 1; = 3; = 2

= 3; = 3; = 1

= 2, = 1; = 0.

Therefore, = .

Exercises 2.5

1. Evaluate the determinant of each of the following matrices by first reducing it to an echelon form.

i) A = ii) B =

2. If A is an n- square matrix, show that |kA| = |A|

3. Let A be 4-square matrix with det (A) = 8, then find det (2A).

4. Let A = . Determine the value(s) of t for which A fails to be invertible.

5. Find the inverse of each of the following matrices by the adjoint method, if it has any.

46Produced by Tekleyohannes Negussie, July 2009

Page 27: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

i) A = ii) B = iii) C =

In exercise 15 - 20, evaluate the determinants of the following matrices.

15. A = 16. A = 17. A =

18. A = 19. A = 20.

In exercise 21 - 26, reduce each of the following matrices into an echelon form and then use properties of

determinants to evaluate their determinants from the steps you used.

21. A = 22. A = 23. A =

24. A = 25. A = 26.

2.6 System of Linear Equations

A linear system of m equations in n unknowns is a set of equations of the form:

=

=

=

where ’s are given scalars called coefficients of the system and the ’s are given scalars.

If the ’s are all zero, then this system is called a homogeneous system of linear equations and if at least

one bi is not zero, then the system is called a non-homogeneous system of linear equations.

47Produced by Tekleyohannes Negussie, July 2009

Page 28: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

A solution of this system is a set of an n-tuple of scalars ( ) that satisfies all the m

equations.

Note that: If the system is homogeneous, then it has at least the trivial solution

.

In matrix notation the above system of linear equation can be written as

Or more compactly as:

A X = B

Where A = called the coefficient matrix X = and B =

.

The matrix

à =

is called the augmented matrix associated to the above system of linear equations.

Definition 2.27The augmented matrix à of a given system of linear equations

expressed in echelon form the unknowns where the column does

not contain a distinguished element are called free variables.

2.6.1 Homogeneous System of Linear Equations

In a homogeneous system of m linear equations in n unknowns given by

A X =

Where A is the m n coefficient matrix and X = .

There are two possibilities:

i) If rank (A) = n., then the system has only the trivial solution.

ii) If rank (A) n, then the system has a non-zero (non-trivial) solution.

48Produced by Tekleyohannes Negussie, July 2009

Page 29: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

Theorem 2. 18 A homogeneous system of linear equations with more unknowns

than equations has a non- trivial solution.

Let r = rank (A). To solve such system of linear equations assign any arbitrary value for each of these

n r free variables and using back substitution solve for the non-free variables in terms of the values

of these free variables.

Example 51 Solve:

x + 2y 3z + w = 0

x 3y + z 2 w = 0

2x + y 3z + 5 w = 0

Solution Reduce the augmented matrix to row reduced echelon form.

~

~

~

~

Now w is the free variable. Let w = t, then x = 11t, y = 7t, z = 8t and w =t.

Therefore, ( 11t, 7t, 8t, t): t is the solution set of system.

Example 52 Solve:

x + y z = 0

2 x + 4y z = 0

3x + 2y 2z = 0

Solution Reduce the augmented matrix to row reduced echelon form.

~

49

R2 R1 + R2

R3 2R1 + R3

R3 3R2 5R3

R1 2R2 + 5R1

R1 7R3 + 3R1

R2 4R3 + 3R2

R2 2R1 + R2

R3 3R1 + R3

Produced by Tekleyohannes Negussie, July 2009

Page 30: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

~

~

Therefore, x = y = z = 0 is the only solution.

2.6.2 Non-homogeneous System of Linear Equations

In a non-homogeneous system of m linear equations in n unknowns given by:

A X = B

where A is the m n coefficient matrix, X = and B = .

Let à be the augmented matrix associated with the above system.

There are two possibilities:

i) rank (A) rank (Ã).

In this case the system is inconsistent and has no solution.

ii) rank (A) = rank (Ã).

If rank (A) = n, then the system has a unique solution given by

X = B

If rank (A) = r n, then the system has more than one solution.

Example 53 Solve the following system of linear equations.

a) 2x + y 2z + 3w = 1 b) x + 2y 3z = 1 c) x + 2y 2z + 3w = 2

3x + 2y z + 2w = 4 x + 3y + z = 11 2x + 4y 3z + 4w = 5

3x + 3y + 3z 3w = 5 2x + 5y 4z = 13 5x + 10y 8z + 11w = 12

Solutions a) Reduce the augmented matrix to row reduced echelon form:

~

~

~

50

R3 R2 + 2R3

R2 R3 + 3R2

Produced by Tekleyohannes Negussie, July 2009

R2 3R1 + 2R2

R3 3R1 + 2R3

R1 R2 + R1

R3 3R2 + R3

R1 R3 + R1

R3 R3

Page 31: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

Now rank (A) = 2 3 = rank (Ã)

Therefore, the system has no solution.

b) Reduce the augmented matrix to row reduced echelon form:

~

~

~

Now rank (A) = 3 = rank (Ã) = the number of unknowns.

Therefore, ( , 12, ) is the only solution for the system.

c) Reduce the augmented matrix to row reduced echelon form:

~

~

Now rank (A) = rank (Ã) = 2 4 = the number of unknowns and hence y and w are free variables. Thus

z 2w = 1 z = 2w + 1 and x + 2y w = 4 x = 4 + w 2y.

Therefore, (4 + w 2y, y, 2w + 1, w) is the solution for any y, w k.

Cramer’s Rule

Theorem 2.19 If the determinant of the coefficient matrix A of a system of n linear

equations in n unknowns is not zero, then the

system

has precisely one solution. This solution is given by the formulas

xj = for j = 1, 2, 3, … , n

where Aj is the matrix obtained from A by replacing the column of A by the

51Produced by Tekleyohannes Negussie, July 2009

R2 R1 + R2

R3 2R1 + R3

R1 2R2 + R1

R3 2R2 + R3

Page 32: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

column with entries .

Note that: If the system is homogeneous and det (A) 0, then it has only the trivial solution

.

and if det (A) = 0, then the homogeneous system also has non-trivial solution.

Example 54 Solve the following by Cramer’s rule.

a) x + 3y 2z = 7 b) 2x + 5y + 3z = 1

3x + 3z = 3 x + 2y + z = 2

2x + y + 2z = 1 x + y + z = 0

Solutions a) Let A = .

Then det (A) = 3; det ( ) = 6; det ( ) = 3 and det ( ) = 9.

Therefore, x= 2; y = 1andz = 3.

b) Let A = .

Then det (A) = 3; det ( ) = 3; det ( ) = 0 and det ( ) = 3

Therefore, x = 1; y = 0 and z = 1.

Example 55 Solve the following by Cramer’s rule, if possible.

a) 2x + 5y + 3z = 0 b) x + 3y 2z = 0

x + 2y + z = 0 3x +4z = 0

x + y + z = 0 2x + 3y + 2z = 0

Solutions a) Let A = .

Then det (A) = 3

Therefore, (0, 0, 0) is the only solution for the system.

b) Let A = .

Then det (A) = 0. Thus the system has a non-trivial solution and the solution can be obtained using Gauss-

Jordan elimination method.

52Produced by Tekleyohannes Negussie, July 2009

Page 33: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

~

~

Now rank (A) = 2 3 = The number of unknowns and hence z is the only free variable. Thus y = z and

x = z.

Therefore, ( z, z, z) is the solution for any z k.

The LU-Factorization

We can apply the concept of LU- Factorization for solving systems of n linear equations in n unknowns,

written

AX = B

Where A is the n-square coefficient matrix, X = and B = if

and only if A is non-singular.

Whenever the coefficient matrix for the given system of n linear equations in n unknowns is non-singular the

rows of the coefficient matrix can be reordered so that the resulting matrix A can be uniquely expressed as:

PA = LU (1)

Where L is a lower triangular matrix whose diagonal elements are all equal to one, U is an upper triangular

matrix and PA stands for the permutation of the rows of matrix A. In the process of finding an echelon form

of matrix A, there might be permutation of rows. In such cases, rearrange the linear equations in such a way

that the rows of the coefficient matrix need no more permutation of rows in finding an echelon form of the

coefficient matrix.

If A 0, then we can express AX = B as:

LUX = B LY = B and UX = Y.

Now solve LY = B for Y and then solve UX = Y for X.

This method of solving such systems of linear equations is called Doolittle’s Method.

Example 56 Let A = . Find the two matrices L and U for which (1) holds true.

53Produced by Tekleyohannes Negussie, July 2009

Page 34: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

Solution Let L = and U = .

Then = =

= 2, = 1, = and = .

Therefore, L = and U = .

Example 57 Let A = . Find the two matrices L and U for which (1) holds true.

Solution L = and U = .

Then =

=

= 3, = 1, = 0, = 1, = 0, = 2, = 2, = 5 and = 1

Therefore, L = and U = .

Example 58 Solve: x + y + z = 5

x + 2y + 2z = 6

x + 2y + 3z = 8

Solution First find the LU decomposition of the coefficient matrix A, where

A =

Perform a method similar to example 57 and obtain:

54Produced by Tekleyohannes Negussie, July 2009

Page 35: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

L = and U = .

Now applying the Doolittle’s Method we get:

=

= and = .

Now solve LY = B for Y and then solve UX = Y for X.

LY = B = Y =

and hence, UX = Y = X =

Therefore, x = 4, y = 1 and z = 2.

Exercises 2.6

1. Determine the conditions on a, b and c so that the following system of linear equations has a solution.

x – 2y – 3z = a

3x – y + 2z = b

x + 3y + 8z = c

2. Determine the value(s) of k such that the system

x – 3z = – 3

2x + ky – z = – 2

x + 2y + k z = 1 has

i) unique solution ii) no solution iii) infinite solutions

3. Solve the following systems of equations by the Gauss-Jordan elimination method.

i) x + 2y – 8z = 0 iii) w + x + y + z = – 1

2x – 3y – 5z = 0 2w – x + y = 1

3x – 2z = 0 2x + 3z = – 1

– w + 2y + z = – 2

ii) x + 3y = – 7 iv) w – 2x + y – 4z = 1

55Produced by Tekleyohannes Negussie, July 2009

Page 36: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

3x + 5y + 4z = -9 w + 3x + 7y + 2z = 2

2x – y + 7z = 7 w – 12x – 11y – 16z = 5

4. Solve by Cramer's Rule. If not possible, use the Gauss-Jordan method.

i) 2x – y + z = 5 iii) 2x + 5y – 3z = 0

x + z = –1 x – 2y + z = 0

– 3x + y + 4z = 0 7x + 4y – 3z = 0

ii) x – 4y + z = 0 iv) x + 3y + z = 2

– 4x + 7y – 3z = 5 2x + 3y – 4z = 7

– 2x – y + 8z = – 9

3x + 7y – z = 8

5. The currents , , and in an electric network satisfy the system of  linear equations:

3 + 2 – = 60

2 – + 4 = 160

4 + – 2 = 20

5 – – 2 + = 0. Find

6. Consider the cubic equation f (x) = . If the points (0, 10),  (1, 7), (3, 11) and

(4, 14) are on the graph of f, find the coefficients a, b, c and d.

56Produced by Tekleyohannes Negussie, July 2009

Page 37: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

DEFENCE ENGINEERING COLLEGE Department of Basic and applied courses.

Applied Mathematics I (Math 201)Worksheet II

(Matrices and Determinants)January 2008

1. Find all values of a, b and c for which matrix A is symmetric, where

A = .

2. Suppose A, B, C, D and E are matrices with the following order

Matrix

A B C D E

size 4 5 4 5 5 2 4 2 5 4 determine which of the following matrix operations are defined, find the order of the resulting matrix whenever defined. a) BA b) AC + D c) AE + B d) E (A + B) e) E (AC) f) g)

3. Construct a 3 2 matrix A = such that

4. Given three matrices, if possible

A = , B = and C = .

Compute: a) AB b) 3C B c) (AB)C

5. Prove that any square matrix can be expressed as a sum symmetric and skew

57Produced by Tekleyohannes Negussie, July 2009

Page 38: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

symmetric matrices. Use the result to write matrix A as a sum symmetric matrix R and skew symmetric matrix s, where

A =

6. Reduce each of the following matrices to row-echelon form and reduced row- echelon form and determine their ranks.

a) b) c)

7. Find the inverses of each of the following matrices using the Gauss-Jordan Method.

a) b)

8. Find the inverses of matrix A by the determinant method, where

A =

9. Find the determinants of the following matrices.

a) b) c)

10. Let A = . Determine the value(s) of t for which A fails to be

invertible.

11. Reduce each of the following matrices into an echelon form and then use properties of determinants to evaluate their determinants from your steps.

58Produced by Tekleyohannes Negussie, July 2009

Page 39: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

a) A = b) B =

12. Solve the following systems of linear equations by the Gauss-Jordan Method. a) x + y z = 3 b) x + 2y + 3z + w = 8 3x + y 2z = 0 3x 4 y + 8z + 2w = 1 2x y + 3z = 1

13. a) Determine the conditions on a, b and c so that the following system of linear equations has solution.

x – 2y – 3z = a 3x – y + 2z = b x + 3y + 8z = c

b) Determine the value(s) of k such that the system x – 3z = 3 2x + ky – z = – 2

x + 2y + k z = 1 has i) unique solution ii) no solution iii) infinite solutions

14. Solve the following systems of linear equations by Cramer’s rule. If not possible use the Gauss-Jordan Method. a) x + y 2z = 7 b) x 2y + z = 5 3x + z = 3 x + z = 4 2x + y + 2z = 1 2x + 4y 2z = 10

Defence Engineering College

59Produced by Tekleyohannes Negussie, July 2009

Page 40: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

Department of Basic and Applied CoursesApplied Mathematics I (Math. 201)

Work Sheet IIOn Matrices and Determinants

May, 2007

1. Given matrices

A = , B = , C = , find:

i) AB ii) AB + 2C iii) iv) C t AB

2. a) Find the missing entries “ * ” (elements) in the following product:

=

b) If B = , then show that B 2 – 3B + 2I3 = 0

c) If and are two roots of the equation 2x 2 x 1 = 0, then find

+

3. Show that any square matrix A can be written as a sum of symmetric and skew-symmetric matrices. Use the result to write the following matrix A as a sum of symmetric and skew-symmetric matrices.

A =

4. a) If A and B are square matrices such that AB = BA, then show that (A + B)2 = A2 + 2AB + B2.

b) Give an example to show that (A + B)2 = A2 + 2AB + B2 doesn't hold in general.

5. a) Give an example of two matrices A and B such that AB = 0 but neither A = 0

60Produced by Tekleyohannes Negussie, July 2009

Page 41: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

nor B = 0. b) If A is an m x n matrix and A(BA) is defined, then determine the size of B. c) Under what condition does the following statement hold, for the matrices A, B, C? AB = AC B = C. d) Is an upper triangular matrix an echelon matrix? Is the converse true?

6. Reduce each of the following matrices to its echelon form and determine its rank and also find their corresponding row reduced echelon forms.

i) A = ii) B =

7. Find the inverse of each of the following matrices (if it has any) by using elementary row operations (Gauss- Jordan method).

i) A = ii) B =

8. Evaluate the determinant of each of the following matrices by first reducing it to its echelon form.

i) A = ii) B =

9. a) If A is an n- square matrix, show that |kA| = k n|A|

b) Let A = . If det (A) = 286, then find det (2A) without

direct evaluation of the determinant.

10. Let A = . Determine the value(s) of t for which A fails to be

invertible. 11. Find the inverse of each of the following matrices by the adjoint method, if it

61Produced by Tekleyohannes Negussie, July 2009

Page 42: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

has any.

i) A = ii) B =

iii) C = iv) D =

12. a) Determine the conditions on a, b and c so that the following system of linear equations has solution.

x – 2y – 3z = a 3x – y + 2z = b x + 3y + 8z = c

b) Determine the value(s) of k such that the system x – 3z = 3 2x + ky – z = – 2

x + 2y + k z = 1 has i) unique solution ii) no solution iii) infinite solutions 13. Solve the following systems of equations by the Gauss-Jordan elimination method.

i) x + 2y – 8z = 0 iii) x1 + x2 + x3 + x4 = –1 2x – 3y – 5z = 0 2x1 – x2 + x3 = 1 3x – 2z = 0 2x2 + 3x4 = –1 – x1 + 2x3 + x4 = -2

ii) x + 3y = – 7 iv) x1 – 2x2 + x3 – 4x4 = 1 3x + 5y + 4z = -9 x1 + 3x2 + 7x3 + 2x4 = 2 2x – y + 7z = 7 x1 – 12x2 – 11x3 – 16x4 = 5

14. Solve by Cramer's Rule. If not possible, solve by Gauss-Jordan method. i) 2x – y + z = 5 iii) 2x + 5y – 3z = 0 x + z = –1 x – 2y + z = 0 – 3x + y + 4z = 0 7x + 4y – 3z = 0

ii) x – 4y + z = 0 iv) x1 + 3x2 + x3 = 2

62Produced by Tekleyohannes Negussie, July 2009

Page 43: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

– 4x + 7y – 3z = 5 2x1 + 3x2 – 4x3 = 7 – 2x1 – x2 + 8x3 = – 9 3x1 + 7x2 – x3 = 8

15. a) The currents I1, I2, I3 and I4 in an electric network satisfy the system of      equations:

3I1 + 2I3 – I4 = 60 2I1 – I2 + 4I3 = 160 4I2 + I3 – 2I4 = 20 5I1 – I2 – 2I3 + I4 = 0. Find I3

b) Consider the cubic equation f(x) = ax3 + bx2 + cx + d. If the points (0, 10),               (1, 7), (3, 11) and (4, 14) are on the graph of f, find the coefficients               a, b, c and d.

DEFENCE UNIVERSITY COLLEGE

COLLEGE OF ENGINEERING

63Produced by Tekleyohannes Negussie, July 2009

Page 44: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

DEPARTMENT of BASIC and APPLIED COURSES

Math 201, Group Assignment I

July 2004.

1. Let and be non-zero vectors in 3, and = + . Show that if , then

bisects the angle formed by and .

2. Let π 0 and π 1 be two parallel planes, given respectively by 2x – 3y + 4z = 2 and 2x – 3y + 4z = 6.

Let l be the line with symmetric equations

.

Assuming that the points of intersection are Q 0 and Q 1, determine | Q 0 Q 1 | without finding

either Q 0 or Q 1 .

3. Given: Any non-singular 2-square matrix A can be expressed as A = LU, where

L = (Lower triangular matrix) and U = (Upper triangular matrix).

If A = , then find the two matrices L and U for which A = LU holds true.

4. Let A be an n-square invertible matrix.

i) Show that adj (adj A) = (det (A)) n - 2 A.

ii) Find all possible conditions for which adj (adj A) = A.

DEFENCE ENGINEERING COLLEGE Department of Basic and applied courses.

Applied Mathematics I (Math 201)Worksheet II

64Produced by Tekleyohannes Negussie, July 2009

Page 45: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

(Matrices and Determinants)November 2007

1. Given: The Matrices

, and

Find a) A + B

b) (A – B) + C

c) 2A – 3B + 4C

2. Given: The matrices

D =

i) find a) DE b) EF c) DF d) EDt

ii) show that a) AB = BA = 0 b) AC = A, CA = C

3. a) find the values of the variables x and y so that the matrix

becomes symmetric.

b) Express the matrix B, where

as a sum of a symmetric and a skew symmetric matrix 4. Reduce the following matrices to row reduced echelon form and also determine the rank of

each.

a) b)

65Produced by Tekleyohannes Negussie, July 2009

Page 46: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

5. Find the inverses of the following matrices using elementary row operations

i) ii)

6. a) Find the determinant of the following

i) , ii)

iii)

b) Give your justification, without expanding that .

7. Find the adjoint and then the inverses of each of the following matrices.

a) b)

8. Solve the following systems of linear equations.

a) b)

c) d)

1. Find all values of a, b and c for which matrix A is symmetric, where

A = .

2. Suppose A, B,C, D and E are matrices with the following order

Matrix A B C D Esize 4 5 4 5 5 2 4 2 5 4

66Produced by Tekleyohannes Negussie, July 2009

Page 47: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

Determine which of the following matrix operations are defined, find the order of the resulting matrix whenever defined. a) BA b) AC + D c) AE + B d) E (A + B) e) E (AC) f) g) 3. Construct a 3 2 matrix A = such that

4. Given three matrices, if possible

A = , B = and C = .

Compute a) AB b) 3C B c) (AB)C5. Prove that if A is a square matrix, then A + is symmetric and A is skew symmetric.6. Express matrix A as a sum of symmetric and is skew symmetric matrices, where

A =

7. Reduce each of the following matrices to row-echelon form and reduced row- echelon form and determine their ranks.

a) b) c)

8. Find the inverses of each of the following matrices using the Gauss-Jordan Method.

a) b)

67Produced by Tekleyohannes Negussie, July 2009

Page 48: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

9. Find the inverses of matrix A by the determinant method, where

A =

10. Let A = . Determine the value(s) of t for which A fails to be

invertible.

10. Find the determinants of the following matrices.

a) b) c)

9. Reduce each of the following matrices into an echelon form and then use properties of determinants to evaluate their determinants from your steps.

i) A = ii) B =

11. Solve the following systems of linear equations by the Gauss-Jordan Method. a) x + y z = 3 b) x + 2y + 3z + w = 8 3x + y 2z = 0 3x 4 y + 8z + 2w = 1 2x y + 3z = 1 12. a) Determine the conditions on a, b and c so that the following system of

linear equations has solution. x – 2y – 3z = a 3x – y + 2z = b x + 3y + 8z = c

b) Determine the value(s) of k such that the system x – 3z = 3 2x + ky – z = – 2

68Produced by Tekleyohannes Negussie, July 2009

Page 49: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

x + 2y + k z = 1 has i) unique solution ii) no solution iii) infinite solutions

12. Solve the following systems of linear equations by Cramer’s rule. If not possible use the Gauss-Jordan Method. a) x + y 2z = 7 b) x 2y + z = 5 3x + z = 3 x + z = 4 2x + y + 2z = 1 2x + 4y 2z = 1013. Find all values of a, b and c for which matrix A is symmetric, where

A = .

DEFENCE ENGINEERING COLLEGE Department of Basic and applied courses.

Applied Mathematics I (Math 201)Worksheet II

(Matrices and Determinants)January 2008

1.

69Produced by Tekleyohannes Negussie, July 2009

Page 50: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

2. Suppose A, B,C, D and E are matrices with the following order

Matrix

A B C D E

size 4 5 4 5 5 2 4 2 5 4 Determine which of the following matrix operations are defined, find the order of the resulting matrix whenever defined. a) BA b) AC + D c) AE + B d) E (A + B) e) E (AC) f) g) 3. Construct a 3 2 matrix A = such that

4. Given three matrices, if possible

A = , B = and C = .

Compute a) AB b) 3C B c) (AB)C5. Prove that any square matrix can be expressed as a sum symmetric and skew symmetric matrices. Use the result to write matrix A as a sum symmetric matrix R and skew symmetric matrix s, where

A =

6. Reduce each of the following matrices to row-echelon form and reduced row- echelon form and determine their ranks.

70Produced by Tekleyohannes Negussie, July 2009

Page 51: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

a) b) c)

7. Find the inverses of each of the following matrices using the Gauss-Jordan Method.

a) b)

8. Find the inverses of matrix A by the determinant method, where

A =

9. Find the determinants of the following matrices.

a) b) c)

10. Solve the following systems of linear equations by the Gauss-Jordan Method. a) x + y z = 3 b) x + 2y + 3z + w = 8 3x + y 2z = 0 3x 4 y + 8z + 2w = 1 2x y + 3z = 1 11. Solve the following systems of linear equations if possible by Cramer’s rule; otherwise by the Gauss-Jordan Method. a) x + y 2z = 7 b) x 2y + z = 5 3x + z = 3 x + z = 4 2x + y + 2z = 1 2x + 4y 2z = 10

71Produced by Tekleyohannes Negussie, July 2009

Page 52: WordPress.com · Web viewUNIT II Matrices and Determinants Introduction Now days, Matrices and the algebraic operations defined on them play an important role in various disciplines

Unit II Matrices and Determinants

invertible. Let A = . Determine the value(s) of t for which A

fails to be invertible.

72Produced by Tekleyohannes Negussie, July 2009