Linear Algebra Matrices Vocabulary

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

1/15

flashcard set

Earn XP

Description and Tags

Flashcards covering key vocabulary and definitions related to matrices and linear algebra.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Matrix

An array with m rows and n columns of real numbers.

2
New cards

aij

The (ij)-entry in a matrix, located at the i-th row and j-th column.

3
New cards

Submatrix

A matrix obtained by deleting some rows and/or columns of A.

4
New cards

Transpose Matrix

An n × m matrix A^T such that a^Tij = aji for all i, j. Obtained by exchanging rows with columns.

5
New cards

Square Matrix

An n × n matrix.

6
New cards

Main Diagonal

The vector (a11, …, aii, …, ann) of a square matrix.

7
New cards

Symmetric Matrix

A matrix where A = A^T.

8
New cards

Triangular Matrix

A matrix where aij = 0 for all j < i (upper) or j > i (lower).

9
New cards

Diagonal Matrix

A matrix where aij = 0 for all i != j.

10
New cards

Identity Matrix (In)

An n × n diagonal matrix with aii = 1 for all i.

11
New cards

Commuting Matrices

Two square matrices A, B commute when AB = BA.

12
New cards

Zero Divisor

A matrix A is a left (right) zero divisor if there exists another matrix B != 0 such that AB = 0 (BA = 0).

13
New cards

Determinant

A real number associated with a square matrix A, denoted by |A| or det A.

14
New cards

Cofactor

For any entry aij, its cofactor Cij(A) = (-1)^(i+j) |A(ij)|, where A(ij) is the (n-1)x(n-1) submatrix of A obtained by deleting the i-th row and j-th column.

15
New cards

Inverse Matrix

A matrix A−1 such that A A−1 = A−1 A = In. Not all square matrices have an inverse.

16
New cards

Rank of a Matrix

The maximum number of linearly independent column (or row) vectors in the matrix.