Chapter 1.7 Flashcards

0
Q

A lower triangular matrix

A

A square matrix where all the entries above the main diagonal are zero.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

how does multiplication with diagonal matrices work

A

To multiply a matrix A on the left with a diagonal matrix D. Simply multiply each succesive row of A with the succesive diagonal entries of D. To multiply a matrix A on the right with a diagonal matrix D. Simply multiply each succesive column of A with the succesive diagonal entries of D.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

An upper diagonal matrix

A

A square matrix where all the entries below the main diagonal are zero.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Triangular matrices (4)

A

1) The transpose of a lower triangular matrix is an upper triangular matrix and the transpose of an upper triangular mattix is a lower triangular matrix.
2) The product of two upper triangular matrices is upper triangular and the product of two lower triangular matrices is lower triangular.
3) A triangular matrix is invertible iff all the entries on the main diagonal are nonzero
4) The inverse of an invertible lower triangular matrix is lower triangular and the inverse of an invertible upper triangular matrix is upper triangular.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Def: symmetric matrices

A

A square matrix is said to be symmetric of A = transpose(A)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If A and B are symmetric matrices with the same size, and if k is any scalar then (3)

A

1) Transpose(A) is symmetric
2) A + B and A - B are symmetric
3) kA is symmetric

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The product of two symmetric matrices is symmetric iff

A

The matrices commute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If A is an invertible symmetric matrix then

A

Inv(A) is symmetric

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

If A is an invertible matrix then what can be said of A*transpose(A)

A

Atranspose(A) and transpose(A)A are also invertible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly