presentation on inverse matrix

11

Upload: syed-ahmed-zaki

Post on 13-Jul-2015

368 views

Category:

Engineering


39 download

TRANSCRIPT

Page 1: Presentation on inverse matrix
Page 2: Presentation on inverse matrix

SUBMITTED BY:

Syed Ahmed Zaki

ID No: 131-15-2169Section: A

Dept. of Computer Science and Engineering

1st year,2nd Semester

Summer 2013

Submission Date : 19 August 2013

Page 3: Presentation on inverse matrix

SUBMITTED TO:

Mohammad Salek ParvezAssistant Professor

Department of Natural Science

Faculty of Science and Information Technology

Daffodil International University

Page 4: Presentation on inverse matrix

INVERSE MATRIX

As usual the notion of inverse matrix has been developed in

the context of matrix multiplication.Every nonzero number

possesses an inverse with respect to the operation ‘number

multiplication’

Definition: Let ‘M’ be any square matrix.An inverse matrix of

‘M’ is denoted by ‘𝑀−1’ and is such a matrix that 𝑀𝑀−1=

𝑀−1𝑀=𝐼𝑛

Matrix ‘M’ is said to be invertible if 𝑀−1 𝑒𝑥𝑖𝑠𝑡𝑠. Non-square

matrices do not have inverses.

Note: Not all square matrices have inverses. A square matrix

which has an inverse is called invertible or nonsingular, and a

square matrix without an inverse is called noninvertible or

Page 5: Presentation on inverse matrix

EXAMPLE

Example:

M= 4 33 2

and It’s inverse is 𝑀−1 =−2 33 −4

since

𝑀𝑀−1=4 33 2

−2 33 −4

= 1 00 1

𝑀−1𝑀=−2 33 −4

4 33 2

= 1 00 1

Therefore, 4 33 2

and −2 33 −4

are inverses of each other

Page 6: Presentation on inverse matrix

There are usually two methods to find the

inverse of a matrix. These are:

(a) Crammer’s Method

(b) Gauss Method

METHOD

Page 7: Presentation on inverse matrix

CRAMMER’S METHOD

Equation:

𝑀−1 = 1

𝑀(adj M)

Flowchart :

•Matrix M• Cofactor M[Cof (M) ]

• Adjoint M[adj (M) ]

• Inverse Matrix:𝑀−1

Page 8: Presentation on inverse matrix

EXAMPLE

Page 9: Presentation on inverse matrix

GAUSS METHOD FOR INVERSION

Page 10: Presentation on inverse matrix

SHORTCUT METHOD

Page 11: Presentation on inverse matrix

THE END