Matrices 1

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

1/11

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts and definitions related to matrices, including order, elements, types, and real-world applications.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Matrix

A set of mn numbers arranged in a rectangular array of m rows and n columns is called an m × n matrix.

2
New cards

m x n Matrix

m represents the number of rows, and n represents the number of columns.

3
New cards

Elements of a matrix

Individual entries in the matrix, denoted as a_ij, where i is the row and j is the column.

4
New cards

Principal Diagonal

The diagonal elements of a square matrix, where the row number equals the column number (a11, a22, a_33, etc.).

5
New cards

Order of a Matrix

The dimensions of a matrix, specified as rows x columns (e.g., 3x2).

6
New cards

Total number of elements in a matrix

Calculated by multiplying the number of rows and columns (m * n).

7
New cards

Row Matrix

A matrix consisting of only one row (m = 1).

8
New cards

Column Matrix

A matrix having only one column (n = 1).

9
New cards

Horizontal Matrix

A matrix in which the number of rows is smaller than the number of columns (m < n).

10
New cards

Vertical Matrix

A matrix in which the number of rows is greater than the number of columns (m > n).

11
New cards

Rectangular Matrix

A matrix which is either horizontal or vertical (m ≠ n).

12
New cards

Square Matrix

A matrix in which the number of rows is equal to the number of columns (m = n).