Linear Algebra Midterm #1

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:24 PM on 8/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

coordinate

scalars in a vector (4th coordinate = 4th number in vector)

2
New cards

a matrix is…

m x n (rows x columns)

3
New cards

(i,j)

(row, column) method to indicate a specific scalar in a matrix

4
New cards

transpose

interchange the rows and columns of a matrix where the (i,j) notation is also flipped for each entry

5
New cards

linear operation

the operation can be distributed normally (transposition, trace)

6
New cards

involution

Do it once, it changes; do it twice, it goes back to the original

(AT)T= A

Examples: transposition

7
New cards

symmetric matrix

ST=S

number of rows and columns are equal

1st row = 1st col, 2nd row = 2nd col, etc

symmetric across the diagona

8
New cards

trace

sum of a matrix’s diagonal

9
New cards

trace under transposition…

stays the same (stable)

10
New cards

diagonal

collection of (i,i) entries

11
New cards

upper triangular

every entry below the diagonal is zero (aij=0 for i>j)

12
New cards

lower triangular

every entry above the diagonal is zero (aij=0 for i<j)

13
New cards

diagonal matrix

every non diagonal entry is zero

14
New cards

diag(d1,…,dn)

is the nxn diagonal matrix with diagonal d1,…,dn (blank entries understood to be zero)

15
New cards

identity matrix

has ones on the diagonal and zeros elsewhere

16
New cards

standard basis…

{e1,…,en} of Rn are the columns of the identity matrix (In)

each e1, e2, etc is a column of the identity

17
New cards

pivot column

the first nonzero column

18
New cards

a matrix is rank one if…

every column is a multiple of the first pivot column