WordPress.com



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

[pic]

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 [pic], i = 1, 2, 3, … , m, j = 1, 2, 3, … , n or simply [pic].

The m-horizontal n-tuples, [pic], [pic], . . . , [pic] are called rows of the matrix and the n-vertical m-tuples,

[pic] [pic] … [pic] are called columns of the matrix.

In the double subscript notation [pic] means the entry in the [pic] row and [pic] 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 = [pic] and B = [pic].

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 = [pic] and B = [pic] are sub-matrices of C = [pic].

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 = [pic] is a row matrix and B = [pic] 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 = [pic] , B = [pic] and C = [pic]. 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

[pic] = [pic]

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 = [pic] and B = [pic] 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 = [pic] and B =[pic]are m ( n matrices, then A + B = [pic].

Example 6 Let A = [pic] and B = [pic]. Find A + B.

Solution Both A and B are 2 ( 2 matrices and hence A + B = [pic] = [pic].

Therefore, A + B = [pic].

Note that: Matrices of different sizes cannot be added.

Example 7 Let A = [pic] and B = [pic]. 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 = [pic] and any scalar c, written c A, is the

matrix c A = [pic], 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 = [pic] and B = [pic]. Find A + B, 2A and A ( B.

Solution A + B = [pic] = [pic],

2A = [pic] = [pic]

and A ( B = [pic] = [pic]

Therefore, A + B = [pic]; 2A = [pic] and A ( B = [pic].

Definition 2.6 Transpose of a Matrix

The transpose of an m ( n matrix A, written [pic], is an n ( m matrix whose

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

Example 9 Let A = [pic] and B = [pic]. Find [pic] and[pic].

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

Hence [pic] = [pic].

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

Hence [pic]= [pic].

Therefore, [pic] = [pic] and [pic]= [pic].

Definition 2.7 The Zero Matrix

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

Example 10 [pic] , [pic],[pic] and [pic] are examples of zero matrices.

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 + [pic]= A

iv) A + (( A) = [pic] v) ((A + B) = ( A + ( B vi) (( + () A = ( A + ( A

vii) (( ( () A = ( (( A) and viii) 1 ( A = A and 0 ( A = [pic]

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

i) [pic]= [pic]+ [pic] ii) [pic] = ( [pic] iii) [pic] = A

Example 11 Let A = [pic] and B = [pic]. Find [pic]+ [pic].

Solution [pic]+ [pic] = [pic]. Now A + B = [pic].

Therefore, [pic]+ [pic]= [pic].

Matrix Multiplication

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

an r ( p matrix B = [pic]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 = [pic]with entries:

[pic] = [pic]

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

of the [pic] row of A and the [pic] column of B.

Example 12 Let A = [pic] and B = [pic]. Find A B.

Solution [pic] and [pic]. Hence [pic].

and A B =[pic] =[pic].

Therefore, A B = [pic].

Example 13 Let A = [pic]and B = [pic]. Show that AB ( BA.

Solution [pic]and [pic]. Hence AB and AB are well defined.

Now A B =[pic] and B A = [pic].

Therefore, AB ( BA.

Note that: In general matrix multiplication is not commutative.

Example 14 Let A = [pic] and B = [pic]. Show that AB = [pic] while BA ( [pic].

Solution [pic]and [pic]. Hence AB and AB are well defined.

Now A B = [pic] and B A = [pic].

Therefore, AB = [pic] while BA ( [pic].

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) [pic] = [pic][pic]

Example 15 Let A = [pic] and B = [pic]. Show that [pic] = [pic][pic]

Solution [pic] = [pic] = [pic]

and [pic][pic]= [pic]· [pic] = [pic].

Therefore, [pic] = [pic][pic].

Exercises 2.1

1. Construct a 3 ( 2 matrix A = [pic]such that

[pic]

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. [pic] 8. [pic]

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

Given: A = [pic], B = [pic] and C = [pic].

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

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

A = [pic] , B = [pic] and C = [pic].

14. AB 15. 3C ( B[pic] 16. (AB)C

17. If ( and ( are two roots of the equation [pic], then find

[pic] + [pic]

without computing the values of ( and (.

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

[pic] [pic] = [pic]

19. Verify that for any angles ( and (

[pic] [pic] = [pic]

2.2 Special Matrices

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

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

Example 16 Let A = [pic] and B = [pic]. 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 = [pic].

i.e. Whenever [pic] is an entry of A, [pic] = [pic].

Example 17 [pic] and [pic] are examples of symmetric matrices.

Example 18 [pic] and [pic] 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 [pic]= ( A.

Example 19 [pic] and [pic] are examples of skew – symmetric matrix.

Example 20 [pic] and [pic] 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 = [pic] (A + A t) and S = [pic] (A ( A t).

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

i) A = [pic] ii) B = [pic]

Solutions i) [pic] = [pic] and hence R = [pic] S = [pic].

ii) [pic]= [pic] and hence R = [pic] and S = [pic].

Definition 2.12 Idempotent and Nilpotent matrices

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

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

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

Solution applying the method of multiplying two matrices we get:

[pic][pic] = [pic]

Therefore, matrix A is idempotent.

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

Solution applying the method of multiplying two matrices we get:

[pic][pic] = [pic]

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 = [pic]

is an example of stochastic matrix.

Definition 2.14 Triangular Matrix

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

Upper ( lower) triangular matrix.

Example 24 [pic] and [pic] are examples of upper triangular matrices.

Example 25 [pic] and [pic] are examples of lower triangular matrices.

In a square matrix A = [pic] of order n, [pic], [pic], …, [pic] 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 = [pic] and B = [pic]. Then find:

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

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

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

iii) ( A = [pic] 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 [pic] and [pic] are examples of diagonal matrices.

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 [pic].

Example 28 [pic] = [pic]and [pic] = [pic]are examples of unit matrices.

Exercises 2.2

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

2. If A = [pic], then show that [pic] – 3A + 2[pic]= 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 = [pic].

4. If A and B are 2-square matrices such that A = [pic], B = ( [pic]and A + B = [pic], 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 = [pic]

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

for which A = LU where

A = [pic].

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

Given: Two small cottage industries[pic]and [pic]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 .

A = [pic] and B = [pic]

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

8. If the total profit of the two cottage industries [pic]and [pic] 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

[pic]: Interchange the i th and the j th rows.

[pic] ( [pic]

[pic]: Replace the [pic]row by a non-zero scalar multiple of itself.

[pic] ( k [pic], where k ( 0.

[pic]: Replace the [pic] row by k times the [pic]row plus the [pic] row.

[pic] ( k [pic] + [pic].

[pic], [pic]and [pic] are called Elementary row operations.

Note that: We can apply [pic]and [pic] in one step.

[pic] ( k [pic] + k ( [pic], 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 = [pic] and B = [pic]. Show that A and B are row equivalent.

Solution A = [pic] ( [pic] [pic] ( 4[pic] ( [pic].

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

[pic] where [pic]

with the property that[pic]= 0 for for i ( r, [pic] and for i ( r.

We call [pic]the distinguished elements of the echelon matrix A.

Example 30 A = [pic], B = [pic] , C = [pic]

are examples of echelon matrices while

E = [pic] and F = [pic]

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 = [pic], B = [pic] and D = [pic]

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 [pic] 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 [pic] ( 0.

Step 2 For each i ( 1, apply the operation

[pic] ( ( [pic][pic] + [pic][pic].

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 = [pic].

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

By step 2, for the [pic]row apply the operation

[pic]( ( 2 [pic] + [pic]

and hence [pic] ( (0, 1).

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

Again if we apply the operation [pic] ( ( 3 [pic] + [pic] we get [pic] which is an echelon matrix.

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

Example 33 Reduce A = [pic] to an echelon form.

Solution [pic] ( [pic] [pic]

( [pic] [pic]

Therefore, [pic] is an echelon form of matrix A.

Example 34 Reduce A = [pic] to an echelon form.

Solution [pic] ( [pic] [pic]

( [pic] [pic]

Therefore, [pic] is an echelon form of matrix A.

Example 35 Reduce A = [pic] to an echelon form.

Solution [pic] ( [pic] [pic]

( [pic] [pic]

Therefore, [pic] 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 = [pic]

Solution Now reduce matrix A to row reduced Echelon form.

A = [pic] ~ [pic]

~ [pic]

~ [pic]

~ [pic]

~ [pic]

Therefore, the row reduced echelon form of A is [pic] 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 = [pic] 4. A = [pic] 5. A = [pic]

6. A = [pic] 7. A = [pic] 8. A = [pic].

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

9. A = [pic] 10. A = [pic] 11. A = [pic].

12. A = [pic] 13. A = [pic] 14. A = [pic]

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 = [pic] and A = [pic].

Then A B = [pic]and B A = [pic].

Hence, B is the inverse of A.

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

Theorem 2.3 The inverse of an invertible matrix is unique.

Theorem 2.4 The matrix

A = [pic]

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

matrix A is given by the formula:

[pic] = [pic]

Example 38 Let A = [pic]. Find [pic].

Solution Now 7 ( 6 = 1 ( 0 and hence by theorem 2.4 [pic] = [pic].

Therefore, [pic] = [pic].

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 = [pic]. Show that A is singular.

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

A = [pic] ( [pic] [pic]

( [pic] [pic]

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 [pic]and then perform these sequences of elementary operations on [pic]to obtain [pic].

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

Solution [pic] ( [pic] [pic]

( [pic] [pic]

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

[pic] ( [pic] [pic]

( [pic] [pic]

Therefore, [pic]= [pic]

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

find [pic].

Solution [pic] ( [pic] [pic]

( [pic] [pic]

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

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 [pic].

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

AB is invertible and [pic]= [pic] [pic].

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

i) [pic]is invertible and [pic] = A.

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

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

iv) [pic]is also invertible and [pic] = [pic].

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

echelon form is [pic].

Exercises 2.4

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

1. [pic] 2. [pic] 3. [pic]

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

4. [pic] 5. [pic] 6. A = [pic]

7. [pic] 8. [pic] 9. [pic]

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

3. For each of the following matrices find [pic]and [pic].

i) A = [pic] ii) A = [pic]

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 = ([pic]) is denoted and

defined by:

D = det (A) = [pic] = [pic]

Example 42 Let A = [pic]. Find [pic].

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

Therefore, [pic] = 14.

Third Order Determinant

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

det (A) = [pic] = [pic]

= [pic][pic] ( [pic] [pic] + [pic] [pic]

= [pic] + [pic]

+ [pic]

Example 43 Let A = [pic]. Then find [pic].

Solution By definition 2.22 [pic] = [pic] ( 3 [pic] = ( 12.

Therefore, [pic] = ( 12.

Example 44 Let A = [pic], then find [pic].

Solution By definition 2.22 [pic] = 2[pic] = 0.

Therefore, [pic] = 0.

Determinant of any Order n

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

A = ([pic]) defined:

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

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

where [pic] = [pic][pic] called the cofactor of [pic] and [pic] is the determinant of the sub-

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

minor of [pic].

Example 45 Let A = [pic]. Find [pic].

Solution The minors are:

[pic] = [pic] = 12, [pic] = [pic] = 8, [pic]= [pic] = 6

[pic] = [pic] = 6, [pic] = [pic] = 4 , [pic] [pic] = 3

[pic] = [pic] = 12 , [pic] = [pic] = 8 , [pic] = [pic] = 6

and the cofactors are:

[pic] = 12, [pic] = ( 8, [pic] = 6

[pic] = ( 6, [pic] = 4 , [pic] = ( 3

[pic] = 12 , [pic] = ( 8 , [pic] = 6

Therefore, [pic] = 0.

Hence the cofactors of det (A) are:

[pic]

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

or det (A) = [pic][pic] , 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 = [pic]. Then show that [pic]=[pic].

Solution [pic]= [pic].

Now [pic] ( [pic] [pic]

( [pic] [pic]

Thus, [pic] = 34.

[pic] ( [pic] [pic]

( [pic] [pic]

Thus, [pic] = 34.

Therefore, [pic]=[pic].

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) = [pic]det (A).

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

Solution By theorem 2.11, det (2A) = ( [pic] [pic] = ( 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 =[pic]and B =[pic].

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 = [pic]. Then show that (A( can be written as the sum of (B( and (C(,

where

i) B = [pic] and C = [pic].

ii) B = [pic] and C = [pic]

Solution Using the definition of determinants we get:

(A( = [pic]= 180,

i) (B( = [pic]= 0 and(C( = [pic]= 180.

Therefore, (A(= (B(+(C(.

ii) (B(=[pic]= 0 and(C( = [pic]= 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 = [pic] and B = [pic]. Then show that(A( = ( (B(.

Solution By theorem 2.14, matrix B is obtained from matrix A by interchanging the [pic]and the [pic]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 = [pic]. Then show that det (A) = 0.

Solution By theorem 2.15, [pic] = 2[pic]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 [pic] row (or column) a scalar multiple of the corresponding elements of

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

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

Solution Matrix B is obtained from matrix A by replacing the [pic] 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

[pic]

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

Solution Now A B = [pic].

Therefore, det (A) = 6, det (B) = 13 and det (A B) = 78.

Adjoint of a Matrix

Definition 2.26 The Adjoint

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

the adjoint of A is denoted and defined by:

Adj A = [pic]

Example

Theorem 2.17 For any n-square matrices A,

A · (adj A) = (adj A ) ·A = det (A) · [pic].

Thus if det (A) ( 0

[pic]= [pic]

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 = [pic]

Inverse of a Matrix Using the Determinant

Example 50 Find [pic] where

A = [pic]

Solution Det (A) = ( 1

and [pic] = 40; [pic] = ( 13; [pic] = ( 5

[pic] = ( 16; [pic] = 5; [pic] = 2

[pic] = ( 9, [pic] = 3; [pic] = 1.

Therefore, [pic] = [pic].

Example 51 Find [pic], where

A = [pic]

Solution Det (A) = ( 1

and [pic] = ( 1; [pic] = 3; [pic] = ( 2

[pic] = 3; [pic] = ( 3; [pic] = 1

[pic] = ( 2, [pic] = 1; [pic] = 0.

Therefore, [pic]= [pic].

Exercises 2.5

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

i) A = [pic] ii) B = [pic]

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

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

4. Let A = [pic]. 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.

i) A = [pic] ii) B = [pic] iii) C = [pic]

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

15. A = [pic] 16. A = [pic] 17. A = [pic]

18. A = [pic] 19. A = [pic] 20. [pic]

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 = [pic] 22. A = [pic] 23. A = [pic]

24. A = [pic] 25. A = [pic] 26. [pic]

2.6 System of Linear Equations

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

[pic] = [pic]

[pic] = [pic]



[pic] = [pic]

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

If the [pic]’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.

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

equations.

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

[pic].

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

[pic]

Or more compactly as:

A X = B

Where A = [pic]called the coefficient matrix X = [pic]and B = [pic].

The matrix

à = [pic]

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 [pic] where the [pic]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 = [pic]

Where A is the m ( n coefficient matrix and X = [pic].

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.

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.

| |

|R2 (( R1 + R2 |

|R3 (( 2R1 + R3 |

[pic]~ [pic]

|R3 ( 3R2 (5R3 |

~ [pic]

| |

|R1 ( 2R2 + 5R1 |

| |

~ [pic]

|R1 ( ( 7R3 + 3R1 |

|R2 (4R3 + 3R2 |

~ [pic]

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.

| |

|R2 (( 2R1 + R2 |

|R3 (( 3R1 + R3 |

[pic]~ [pic]

|R3 ( R2 + 2R3 |

| |

~ [pic]

|R2 ( ( R3 + 3R2 |

~ [pic]

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 = [pic]and B = [pic].

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 = [pic]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:

[pic] ~ [pic]

~ [pic]

~ [pic]

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

Therefore, the system has no solution.

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

[pic] ~ [pic] [pic]

[pic] ~ [pic] [pic]

~ [pic] [pic]

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

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

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

[pic] ~ [pic]

~ [pic]

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 [pic] is not zero, then the system

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

xj = [pic] for j = 1, 2, 3, … , n

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

column with entries [pic].

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

[pic].

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 = [pic].

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

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

b) Let A = [pic].

Then det (A) = 3; det ([pic]) = ( 3; det ([pic]) = 0 and det ([pic]) = 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 = [pic].

Then det (A) = 3

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

b) Let A = [pic].

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

[pic] ~ [pic] [pic]

~ [pic] [pic]

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

x = ( [pic]z.

Therefore, (( [pic]z, [pic]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 = [pic]and B = [pic] 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 = [pic]. Find the two matrices L and U for which (1) holds true.

Solution Let L = [pic] and U = [pic].

Then [pic] = [pic][pic] ( [pic] = [pic]

( [pic] = 2, [pic] = 1, [pic] = [pic] and [pic] = [pic].

Therefore, L = [pic] and U = [pic].

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

Solution L = [pic] and U = [pic].

Then [pic] = [pic] [pic]

( [pic] = [pic]

( [pic]= 3, [pic] = 1, [pic] = 0, [pic]= 1, [pic] = 0, [pic] = 2, [pic] = 2, [pic] = ( 5 and [pic]= ( 1

Therefore, L = [pic] and U = [pic].

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 = [pic]

Perform a method similar to example 57 and obtain:

L = [pic] and U = [pic].

Now applying the Doolittle’s Method we get:

[pic] [pic] [pic] = [pic]

( [pic][pic] = [pic] and [pic][pic] = [pic] .

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

LY = B ( [pic][pic] = [pic] ( Y = [pic]

and hence, UX = Y ( [pic][pic] = [pic] ( X = [pic]

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

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 [pic], [pic], [pic] and [pic]in an electric network satisfy the system of  linear equations:

3[pic] + 2[pic] – [pic] = 60

2[pic] – [pic] + 4[pic] = 160

4[pic] + [pic] – 2[pic] = 20

5[pic] – [pic] – 2[pic] + [pic] = 0. Find [pic]

6. Consider the cubic equation f (x) = [pic]. 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 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 = [pic].

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) [pic] g) [pic]

3. Construct a 3 ( 2 matrix A = [pic]such that

[pic]

4. Given three matrices, if possible

A = [pic] , B = [pic] and C = [pic].

Compute: a) AB b) 3C ( B[pic] c) (AB)C

5. 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 = [pic]

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

echelon form and determine their ranks.

a) [pic] b) [pic] c) [pic]

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

Method.

a) [pic] b) [pic]

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

A = [pic]

9. Find the determinants of the following matrices.

a) [pic] b) [pic] c) [pic]

10. Let A = [pic]. 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.

a) A = [pic] b) B = [pic]

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

Department of Basic and Applied Courses

Applied Mathematics I (Math. 201)

Work Sheet II

On Matrices and Determinants

May, 2007

1. Given matrices

A = [pic], B = [pic], C = [pic], find:

i) AB ii) AB + 2C iii) [pic] iv) C t AB

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

[pic] [pic] = [pic]

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

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

[pic] + [pic]

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 = [pic]

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

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 = [pic] ii) B = [pic]

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

i) A = [pic] ii) B = [pic]

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

i) A = [pic] ii) B = [pic]

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

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

direct evaluation of the determinant.

10. Let A = [pic]. 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

has any.

i) A = [pic] ii) B = [pic]

iii) C = [pic] iv) D = [pic]

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

– 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

DEPARTMENT of BASIC and APPLIED COURSES

Math 201, Group Assignment I

July 2004.

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

[pic] bisects the angle formed by [pic] and [pic].

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

[pic].

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 = [pic] (Lower triangular matrix) and U = [pic] (Upper triangular matrix).

If A = [pic], 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

(Matrices and Determinants)

November 2007

1. Given: The Matrices

[pic],[pic]and [pic]

Find a) A + B

b) (A – B) + C

c) 2A – 3B + 4C

2. Given: The matrices

[pic] [pic] [pic]

D = [pic] [pic] [pic]

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

[pic]becomes symmetric.

b) Express the matrix B, where

[pic]

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) [pic] b) [pic]

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

i) [pic] ii) [pic]

6. a) Find the determinant of the following

i) [pic], ii) [pic]

iii) [pic][pic]

b) Give your justification, without expanding that[pic].

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

a) [pic] b) [pic]

8. Solve the following systems of linear equations.

a) [pic] b) [pic]

c) [pic] d) [pic]

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

A = [pic].

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) [pic] g) [pic]

3. Construct a 3 ( 2 matrix A = [pic]such that

[pic]

4. Given three matrices, if possible

A = [pic] , B = [pic] and C = [pic].

Compute

a) AB b) 3C ( B[pic] c) (AB)C

5. Prove that if A is a square matrix, then A + [pic]is symmetric and A ([pic] is skew

symmetric.

6. Express matrix A as a sum of symmetric and is skew symmetric matrices, where

A = [pic]

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

echelon form and determine their ranks.

a) [pic] b) [pic] c) [pic]

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

Method.

a) [pic] b) [pic]

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

A = [pic]

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

invertible.

10. Find the determinants of the following matrices.

a) [pic] b) [pic] c) [pic]

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 = [pic] ii) B = [pic]

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

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 = ( 10

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

A = [pic].

DEFENCE ENGINEERING COLLEGE

Department of Basic and applied courses.

Applied Mathematics I (Math 201)

Worksheet II

(Matrices and Determinants)

January 2008

1.

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) [pic] g) [pic]

3. Construct a 3 ( 2 matrix A = [pic]such that

[pic]

4. Given three matrices, if possible

A = [pic] , B = [pic] and C = [pic].

Compute

a) AB b) 3C ( B[pic] c) (AB)C

5. 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 = [pic]

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

echelon form and determine their ranks.

a) [pic] b) [pic] c) [pic]

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

Method.

a) [pic] b) [pic]

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

A = [pic]

9. Find the determinants of the following matrices.

a) [pic] b) [pic] c) [pic]

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

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

invertible.

-----------------------

R2 ( ( 3R1 + 2R2

R3( ( 3R1 + 2R3

R1 ( ( R2 + R1

R3( ( 3R2 + R3

R1 ( ( [pic]R3 + [pic]R1

R3 ( ( [pic]R3

R2 ( ( R1 + R2

R3( ( 2R1 + R3

R1 ( 2R2 + R1

R3( ( 2R2 + R3

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download