Exercise 3.1.7

Answers

It’s enough to check the following matrix multiplication is right. Let {u1,u2,,un} and {v1,v2,,vn} be the row and column vectors of A respectly.

For row operations:

ith jth ( 1 1 )A = ( u j ui )
ith ( 1 c 1 )A = ( cui )
ith jth ( 1 c 1 )A = ( cu i+uj )

For column operations:

A ( 1 1 ) i j th th = ( || v jvi || )
A ( 1 c 1 ) i th = ( | cv i | )
A ( 1 c 1 ) i j th th = ( | cv i + v j | )
User profile picture
2011-06-27 00:00
Comments