Matrices

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/28

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

Matrix

A rectangular array of elements which may be real, complex, or functions.

2
New cards

Real Matrix

A matrix where all elements are real numbers.

3
New cards

Row Matrix

A matrix having only one row.

4
New cards

Column Matrix

A matrix having only one column.

5
New cards

Horizontal Matrix

A matrix where the number of columns exceeds the number of rows.

6
New cards

Vertical Matrix

A matrix where the number of rows exceeds the number of columns.

7
New cards

Null Matrix

A matrix where all elements are zero.

8
New cards

Square Matrix

A matrix with the same number of rows and columns.

9
New cards

Trace of a Matrix

The sum of the principal diagonal elements of a square matrix.

10
New cards

Symmetric Matrix

A matrix that is equal to its transpose.

11
New cards

Skew Symmetric Matrix

A matrix where the transpose is the negative of the original.

12
New cards

Diagonal Matrix

A matrix in which all elements outside the principal diagonal are zero.

13
New cards

Identity Matrix

A diagonal matrix in which all diagonal elements are 1.

14
New cards

Scalar Matrix

A diagonal matrix where all diagonal elements are equal.

15
New cards

Adjoint of Matrix

The transpose of the cofactor matrix.

16
New cards

Determinant

A scalar value that is a function of the entries of a square matrix.

17
New cards

Singular Matrix

A square matrix which does not have an inverse, i.e., its determinant is zero.

18
New cards

Non-Singular Matrix

A square matrix that has an inverse, i.e., its determinant is not zero.

19
New cards

Additive Inverse

Two matrices that add up to the zero matrix.

20
New cards

Matrix Multiplication

An operation where two matrices are multiplied to produce a third matrix, applicable when the number of columns in the first matrix equals the number of rows in the second matrix.

21
New cards

Commutative Property

A property stating that the order of addition or multiplication does not change the result.

22
New cards

Associative Property

A property that states that the way in which numbers are grouped does not change their sum or product.

23
New cards

Idempotent Matrix

A matrix that, when multiplied by itself, yields the same matrix.

24
New cards

Periodic Matrix

A matrix that returns to its original form after a finite number of multiplications by itself.

25
New cards

Nilpotent Matrix

A matrix for which a certain power of it (greater than zero) results in a null matrix.

26
New cards

Transpose of a Matrix

A new matrix whose rows are the columns of the original.

27
New cards

Symmetric Matrix Definition

A square matrix where A = A^T.

28
New cards

Skew Symmetric Matrix Definition

A square matrix where A = -A^T.

29
New cards

Cayley Hamilton Theorem

Every square matrix satisfies its own characteristic equation.