Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Systems of Linear Equations and Matrices-Linear Algebra-Lecture Slides, Slides of Linear Algebra

Dr. Arjun Kapoor delivered this lecture at Institute of Mathematics and Applications for Linear Algebra course to cover following points: Systems, Linear, Equations, Matrices, Notations, Row, Column, Vectors, Square, Special, Triangular

Typology: Slides

2011/2012

Uploaded on 07/03/2012

dharm
dharm 🇮🇳

4.3

(24)

59 documents

1 / 150

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Linear Algebra
Systems of Linear Equations
and Matrices
Docsity.com
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
pf4c
pf4d
pf4e
pf4f
pf50
pf51
pf52
pf53
pf54
pf55
pf56
pf57
pf58
pf59
pf5a
pf5b
pf5c
pf5d
pf5e
pf5f
pf60
pf61
pf62
pf63
pf64

Partial preview of the text

Download Systems of Linear Equations and Matrices-Linear Algebra-Lecture Slides and more Slides Linear Algebra in PDF only on Docsity!

Linear Algebra

Systems of Linear Equations

and Matrices

2

Matrices

 Variety of engineering problems lead to the need to solve systems of linear equations

Axb



 

 

 

  m m m mn

nn a a a a

aa aa aa aa   

 1 2 3

A^11211222132321 

 

 

 

  b n

b bb ^21 

 

 

 

  x n

x xx ^21

where

matrix column vectors

4

Examples

 These are valid matrices

 01 10   ca eb  ^101203 

 These have problems

^132   5 4 6  

 

 

 

 8109

(^117)

5

Matrix Notations

 Denote matrices by Capital Boldface Letters A,B,C, … or by writing the general entry in

brackets likeand n columns can also be written as: A [ ajk ]. A matrix A with m rows

(^1121 1222 1323 ) 1 2 3

nn m m m mn

aa aa aa aa

a a a a

   ^ 

jk  

A a

7

Row and Column Matrices

(vectors)

 ROW MATRIX one row, i.e., the dimension (or row vector m ) is a matrix with = 1

r  r 1 r 2 r 3 rn 

 COLUMN VECTOR column is a matrix with only one

1 2 m

c

c

c

 ^ 

c

8

Square Matrix

 When the row and column dimensions of a matrix are equal ( m = n ) then the matrix is

called square



 

 

 

 

n n nn

n

n

a a a

a a a a a a   

A

10

Diagonal Matrices

 Diagonal Matrix

 Tri-diagonal Matrix

a nn
a a
A^011022 ^0000



 

 

 

  54 5545

21 3222 23 11 12 00 00 0

0 0 00

0 0 0 a aa

a aa a a a A  

11

Identity Matrix



 

 

 

  00 00 01 10

 Identity Matrix I 01 10 00 00

IAAIA

 The identity matrix has the property thatif A is a square matrix, then

13

Example - Transpose

A  (^)  01 13 04    

 

  43 10 A^ T^10

A  (^) ^1253  A T ^  31 52 

14

Matrix Equality

 Two ( and only if they have the same size and each m x n ) matrices A and B are equal if

of their elements are equal. That is

A if and only if = B

ajk = b j k for j = 1,..., m ; k = 1,..., n

16

Examples - Vector Addition



 

 

 

  42

u^13 

 

 

 

 

 21

v^53



 

 

 

  

 

 

 

 

    

 

 

 

    

 

 

 

   2 12

4 4 2 23 15

1 3 2

(^51) 3 4 23

1 u v

17

Matrix Addition

11 12 1 11 12 1 21 22 1 21 22 1 1 2 1 2 11 11 12 12 1 1 21 21 22 22 1 1 1 1 2 2

n n n n m m mn m m mn n n n n m m m m mn mn

a a a b b b a a a b b b a a a b b b a b a b a b a b a b a b a b a b a b

      ^ ^ ^       ^ ^   ^ ^   ^ ^ 

A B

    

19

Scalar – Matrix Multiplication

 Multiplication defined as of a matrix A by a scalar is



 

 

 

  m m mn

nn a a a

aa aa aa

 

 1 2

A^1121122212

 Examples

  4 , A  01 12 ,  A  04 48 
   2 , A ^120413 ,  A  42  08  62  Docsity.com

20

Matrix – Matrix Multiplication

 The the number of columns of product of two matrices A A is equal to the number of and B is defined only if

 rows ofIf A is (^ m B .x p ) and B is ( p x n ), the product is an ( m x

n ) matrix C

C mnA mp B pn