1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
column and row vectors
m x 1 and 1 x n matrices
cA is the matrix formed by
multiplying every entry in A by the scalar c
linear combinations of matrices and writing solutions to linear systems in parametric vector form
see notes
transpose of an m x n matrix is
an n x m matrix whose (j, i)-entry is the (i,j)-entry of the original
transpose properties
(AT)T = A
(cA)T = c(AT)
(A + B)T = AT + BT
a SQUARE matrix is symmetric if
BT = B (symmetry with respect to diagonal)