Linear Algebra: Introduction to Matrices

0.0(0)
studied byStudied by 1 person
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

flashcard set

Earn XP

Description and Tags

These flashcards cover fundamental concepts about matrices, including definitions, operations, and special types of matrices in linear algebra.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

Matrix

A rectangular array of numbers, symbols, or expressions arranged in rows and columns.

2
New cards

Dimensions of a Matrix

Described as m × n, where m represents the number of rows and n the number of columns.

3
New cards

Subscript Notation

Used to refer to individual elements within a matrix, denoted as aij for the element in the i-th row and j-th column.

4
New cards

Transpose of a Matrix

An operation that interchanges the rows and columns of a matrix, denoted as AT.

5
New cards

Matrix Addition & Subtraction

Operations that require matrices to have the same dimensions and are performed element-wise.

6
New cards

Scalar Multiplication

The operation of multiplying each element of a matrix by a scalar (a single number).

7
New cards

Matrix Multiplication

A complex operation where the product of two matrices is determined by the dot product of their rows and columns.

8
New cards

Dot Product

The sum of the products of the corresponding entries of two sequences of numbers, used in matrix multiplication.

9
New cards

Elementary Row Operations

Procedures applied to augment matrices, including swapping rows, multiplying a row by a non-zero scalar, and adding a multiple of one row to another.

10
New cards

Determinant

A scalar value that provides information about a square matrix, denoted as det(A) or |A|.

11
New cards

Invertible Matrix

A square matrix that has an inverse, such that AA−1 = I, where I is the identity matrix.

12
New cards

Symmetric Matrix

A square matrix that is equal to its transpose, meaning aij = aji for all elements.

13
New cards

Orthogonal Matrix

A square matrix whose transpose is equal to its inverse, implying QT = Q−1.

14
New cards

Idempotent Matrix

A square matrix A such that A2 = A.

15
New cards

Nilpotent Matrix

A square matrix A for which some positive integer power of the matrix is the zero matrix.

16
New cards

Gaussian Elimination

A systematic method used to solve systems of linear equations by transforming a matrix into its echelon form.

17
New cards

Matrix-Vector Product

Multiplying a matrix by a vector, resulting in a new vector; used to represent systems of linear equations.

18
New cards

Row Vector

A matrix with a single row, denoted as 1 × n, where n is the number of columns.

19
New cards

Column Vector

A matrix with a single column, denoted as n × 1, where n is the number of rows.

20
New cards

Outer Product

The product of a column vector by a row vector, resulting in a matrix.

21
New cards

Eigenvalues

Scalars associated with a linear transformation represented by a matrix, significant in various advanced mathematical concepts.

22
New cards

Linear Transformation

A mapping between two vector spaces that preserves the operations of vector addition and scalar multiplication.

23
New cards

Projection Matrix

A matrix that maps a vector onto a subspace, such as onto a line or plane.