+ All Categories
Home > Documents > Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr....

Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr....

Date post: 04-Jan-2016
Category:
Upload: jacob-flynn
View: 214 times
Download: 0 times
Share this document with a friend
Popular Tags:
25
Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: [email protected] Ph: 081338227031, 081908058069
Transcript
Page 1: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Linear Algebra(Aljabar Linier)

Week 5

Universitas Multimedia NusantaraSerpong, Tangerang

Dr. Ananda Kusumae-mail: [email protected]

Ph: 081338227031, 081908058069

Page 2: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Agenda

• Exercises on matrix operation, matrix inversion, and LU factorization

• Matrices– Matrix Operations and Algebra

– Matrix Inversion

– LU Factorization

– Subspaces, Basis, Dimension and Rank

– Linear Transformations

– Applications• Graph

• Markov Chains

Page 3: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Review

• Find a PTLU factorization of , where P is a permutation matrix

Adapting the LU factorization to handle cases where row interchanges are necessary during Gaussian elimination

• Solve X for : AXB = (BA)2 , ABXA-1B-1 = I + A

• Using Gauss-Jordan method, find the inverse of the given matrix (if it exists)

• Solve the system Ax=b using LU factorization, where

412

321

600

A

132

213

211

a

a

a

10

01

00

034

432

212

A

0

1

3

b

Page 4: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

SubspacesBasis

DimensionRank

Page 5: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Subspaces

• A subspace is a subset of vector space (Lecture Week 10).– To learn subspaces relating to matrices in order to understand the structure of Ax=b

Page 6: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Examples

• Show that the set of all vectors that satisfy the conditions x=3y

and z=-2y forms a subspace of R3

• Determine whether the set of all vectors , where y=x2, is a

subspace of R2

z

y

x

y

x

Page 7: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Subspaces associated with Matrices

Example:

Page 8: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Subspaces associated with Matrices (2)

Page 9: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Basis

• Find a basis for the row space, the column space and null space of

Page 10: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Dimension

Page 11: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Rank

Page 12: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Coordinates

Page 13: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Fundamental Theorem of Invertible Matrices

Version 2

Page 14: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Linear Transformations

Page 15: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Introduction

• A transformation (or mapping or function) T from Rn to Rm ( T: RnRm) is a rule that assigns to each vector v in Rn a unique vector T(v) in

Rm.• The domain of T is Rn, and the codomain of T is Rm.• For a vector v in the domain of T, the vector T(v) in the codomain is called the

image of v under the action of T.• The set of all possible images T(v) (as v varies throughout the domain of T) is

called the range of T

• Example:

• Find

– Domain and codomain of TA

– Image of and the range of TA

Page 16: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Linear Transformation

• Examples:– Let F:R2R2 be the transformation that sends each point to its reflection in the x-

axis. Show that F is a linear transformation.

Page 17: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Composition of Linear Transformations

• Example: Consider the following linear transformation T and S. Find

Page 18: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Inverse of Linear Transformations

• Where I is an identity transformation , I:RnRn such that I(v)=v for every v in Rn

Page 19: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Applications:Graphs

Page 20: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Adjacency Matrix

• In week 3 we studied network analysis which in essence is the application of graph.

• We can record the essential information about a grah in a matrix, and use matrix algebra to answer certain questions about the graph.

Page 21: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Path

• A path in a graph is a sequence of edges from one vertex other vertex. The length of a path is the number of edges it contains, and

we will refer to a path with k edges as a k-path

How many 3-paths are there between v1 and v2?

Page 22: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Digraph

Page 23: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Tournament

• Five tennis players (Davenport, Graf, Hingis, Seles and Williams) compete in a round-robin tournament in which each player plays every other player once.

• A directed edge from vertex i to vertex j means player i defeated player j

• Tournament a directed graph (digraph) in which there is exactly one directed edge between every pair of vertices.

• How to rank the players?

Page 24: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

Ranking

• Count the number of wins for each player:

• Count indirect wins 2-path in the digraph

• Ranking: Davenport, Graf, Hingis, Williams, Seles

Page 25: Linear Algebra (Aljabar Linier) Week 5 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma e-mail: ananda_kusuma@yahoo.com Ph: 081338227031,

The End

Thank you for your attention!


Recommended