advance math in matrix form, Exercises of Advanced Algorithms

exercises regarding matrix for reviews

Typology: Exercises

2015/2016

Uploaded on 12/03/2016

Ron.Ventocillo
Ron.Ventocillo 🇵🇭

3 documents

1 / 75

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
MATRIX METHODS
SYSTEMS OF
LINEAR EQUATIONS
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a
pf3b
pf3c
pf3d
pf3e
pf3f
pf40
pf41
pf42
pf43
pf44
pf45
pf46
pf47
pf48
pf49
pf4a
pf4b

Partial preview of the text

Download advance math in matrix form and more Exercises Advanced Algorithms in PDF only on Docsity!

MATRIX METHODS

SYSTEMS OF

LINEAR EQUATIONS

System of Linear Equations

  • (^) Determining the values of

x 1 , x 2 , .....xn, that

simultaneously satisfy a

set of equations

Mathematical Background

Matrix Notation

  • (^) a horizontal set of elements is called a row
  • (^) a vertical set is called a column
  • (^) first subscript refers to the row number
  • (^) second subscript refers to column number

A

a a a a a a a a

a a a a

n n

m m m mn

11 12 13 1 21 22 23 2

1 2 3

 

m m m mn

n

n

a a a a

a a a a

a a a a

A

...

....

...

...

1 2 3

21 22 23 2

11 12 13 1

This matrix has m rows an n column.

It has the dimensions m by n (m x n)

note subscript

Row vector: m=

Column vector: n=1 Square matrix: m = n

B ^ ^  b 1^ b 2^ ....... bn

C

c c

cm

1 2 . .

A

a a a a a a a a a

11 12 13 21 22 23 31 32 33

A

a a a a a a a a a

11 12 13 21 22 23 31 32 33

The diagonal consist of the elements

a 11 a 22 a 33

  • (^) Symmetric matrix
  • (^) Diagonal matrix
  • (^) Identity matrix
  • (^) Upper triangular matrix
  • (^) Lower triangular matrix
  • (^) Banded matrix

Diagonal Matrix

A square matrix where all elements off

the main diagonal are zero

A

a a a a

11 22 33 44

Identity Matrix

A diagonal matrix where all elements on

the main diagonal are equal to 1

A ^ 

The symbol [I] is used to denote the identify matrix.

Lower Triangular Matrix

All elements above the main diagonal are

zero

A ^ 

Banded Matrix

All elements are zero with the exception

of a band centered on the main diagonal

A

a a a a a a a a a a

11 12 21 22 23 32 33 34 43 44

Matrix Operating Rules

  • (^) Multiplication of a matrix [A] by a scalar g

is obtained by multiplying every element of [A] by g

B ^ g ^ A

ga ga ga ga ga ga

ga ga ga

n n

m m mn

11 12 1 21 22 2

1 2

Matrix Operating Rules

  • (^) The product of two matrices is represented as

[C] = [A][B]

n = column dimensions of [A] n = row dimensions of [B]

c (^) ij a (^) ik bkj k

N  

 1

Matrix multiplication

  • (^) If the dimensions are suitable, matrix

multiplication is associative ([A][B])[C] = A

  • (^) If the dimensions are suitable, matrix

multiplication is distributive ([A] + [B])[C] = [A][C] + [B][C]

  • (^) Multiplication is generally not commutative

[A][B] is not equal to [B][A]

Inverse of [A]

 A   A    A   A    I 

 1  1