Exercise 2.4.18

Answers

Matrix

A = [ 111 1 2 2 123 ]

has aij = min (i,j).

Matrix

A = [ 1 1 1 1 1 1 1 1 1 ]

has aij = (1)i+j = "alternating sign matrix".

Matrix

A = [ 111213 212223 313233 ]

has aij = ij. This will be an example of a rank one matrix : 1 column [ 123 ]Tmultiplies 1 row [ 11 21 3 ].

User profile picture
2021-12-06 17:39
Comments