"

Section 5.2. Introduction of 2 by 2 matrices

Objective:

1. Basic terms of a 2 by 2 matrix. Transpose, Conjugate, Square Matrices, Vectors, The Zero Matrix, Matrix Equality.

2. Basic operations of a 2 by 2 matrix. Scalar Multiplication, Matrix Addition and Subtraction, Matrix Multiplication, Vector Length, Identity Matrix, Determinate of a 2 by 2 matrix, Inverse Matrix.

In this section, we are learning all the definitions and operations that we need for solving a system of ODE. 

 

Definition: (a) A matrix A is an m×n rectangular array of elements, arranged in m rows and n columns, denoted 

A=(aij)=[a11a12a1na21a22am1am2amn].

(b) The transpose of A=(aij)} is AT=(aji).

(c) The conjugate of A=(aij) is A=(aij).

(d) A square matrix A has the same number of rows and columns. That is, A is n×n. 

(e) A column vector x is an n×1 matrix.

(f) A row vector [latex]\overrightarrow{x}[/latex] is an 1×n matrix.

(g) The zero matrix is defined to be 0 = (0), all entries are zero.

(h) Two matrices A=(aij) and B=(bij) are equal if aij=bij for all i and j. 

 

 

Example 1: Find AT and A where A=(aij)=[2i1i3+3i4+2i].

 

 

 

Exercise 1: Find AT and A where A=(aij)=[4+2i3i13i1+i].

 

 

 

Definition: (a) The product of a matrix A=(aij) and a constant k is defined to be kA=(kaij).

(b) The  sum of two m×n matrices A=(aij) and B=(bij) is defined to be A+B=(aij+bij).

(c) The difference of two m×n matrices A=(aij) and B=(bij) is defined to be AB=(aijbij).

(d) The product of an m×n matrix A=(aij) and an n×r matrix B=(bij) is defined to be the matrix

C=(cij), where 

cij=k=1naikbkj.

 

 

 

Example 2: Find 2AB, AB, and BA where A=(aij)=[2i1i3+3i4+2i] and B=(bij)=[1+i23i3i2+4i].

 

 

 

Exercise 2: Find A3B, AB, and BA where A=(aij)=[4+2i3i13i1+i] and B=(bij)=[1i2+3i1+i12i].

 

 

 

Definition: (a) The length of an 1×n vector x=(x1,x2,...,xn) is defined as x12+x22+...+xn2.

(b) The multiplicative identity matrix I is an n×n matrix given by

I=[1000100001].

(c) For any square matrix A, it follows that AI=IA=A.

(d) A square matrix A is nonsingular, or invertible, if there exists a matrix B such that that AB=BA=I.

Otherwise A is singular. The matrix B, if it exists, is unique and is denoted by A1 and is called the inverse of A.

(e) The determinate of 2×2 matrix A=[abcd] is adbc which denoted as detA=adbc.

(f) The inverse of the 2×2 matrix [abcd] is 

1adbc[dbca].

 

 

 

Example 3: Find A1 or show it is singular where A(aij)=[23i1i3+i1+i].

 

 

 

Exercise 3: Find A1 or show it is singular where A=(aij)=[42i13i1i1+i] .

 

 

 

Group Work

A=(aij)=[12i1+i3+2i4+i] and B=(bij)=[1+i43i2i1+4i] .

1. Find AT and A

 

2. 4A2B, AB, and BA

 

3. A1 or show it is singular

 

4. B1 or show it is singular

 

5. Transform the system of first order equations into one 2nd order IVP. Then solve the IVP, and use it to find x1 and x2. x1=2x1+5x2, x2=x12x2, x1(0)=0, x2(0)=2. 

License

Differential Equations Copyright © by Kuei-Nuan Lin. All Rights Reserved.