Matrices and Vectors Vocab

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

flashcard set

Earn XP

Description and Tags

From Adjectives at home lesson

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

Square Matrix

An m × n matrix is square if m = n

2
New cards

Diagonal of a Matrix

The collection of (i,i) entries

3
New cards

Upper Triangular Matrix

A matrix is upper triangular if every entry below the diagonal is zero (aij = 0 for i > j)

4
New cards

Lower Triangular Matrix

A matrix is lower triangular if every entry above the diagonal is zero (aij = 0 for i < j)

5
New cards

Diagonal Matrix

A matrix is diagonal if every nondiagonal entry is zero (aij = 0 for i ≠ j)

6
New cards

diag(d1, …, dn)

The n × n diagonal matrix with diagonal d1, …, dn

7
New cards

Zero Matrix

A matrix that is full of zeros

8
New cards

Zero Vector

A vector that is full of zeros

9
New cards

Nonzero Matrix

A matrix or vector is nonzero if at least one entry is nonzero

10
New cards

Identity Matrix In

The n × n identity matrix In has ones on the diagonal and zeros elsewhere

11
New cards

First Pivot Column

The first nonzero column of a matrix

12
New cards

Rank One Matrix

A matrix is rank one if every column is a multiple of the first pivot column

13
New cards

Blank Entries Convention

Blank entries in a matrix are understood to equal zero