Study sheet: Matrix Concepts and Operations

Course Outline

  1. Matrix Definitions and Dimensions
  2. Matrix Components and Types
  3. Matrix Addition and Subtraction
  4. Scalar Multiplication
  5. Matrix Multiplication
  6. Matrix Transpose
  7. Combined Matrix Operations
  8. Properties of Matrix Operations

1. Matrix Definitions and Dimensions

Key Concepts & Definitions

  • Matrix : James Joseph Sylvester, 1814 – 1897 β€” a rectangular array of real or complex numbers arranged in rows and columns
  • Matrix order : The order or dimension of a matrix is written m Γ— n, where m is the number of rows and n is the number of columns.
  • Column matrix : A column matrix has only one column, such as a 2 Γ— 1 matrix.
  • Row matrix : A row matrix has only one row, such as a 1 Γ— 3 matrix.

2. Matrix Components and Types

Key Concepts & Definitions

  • Matrix element : A matrix element is a single number located at the intersection of a row and a column and written aα΅’β±Ό, where i identifies the row and j identifies the column.
  • Leading element : The leading element of a row is its first non-zero entry.
  • Diagonal matrix : a square matrix in which all entries outside the main diagonal are zero
  • Square matrix : A square matrix has the same number of rows and columns, so its order is n Γ— n.
  • Identity matrix : An identity matrix is a square matrix with ones on the main diagonal and zeros elsewhere.
  • Zero matrix : A zero matrix, also called a null matrix, has zero in every entry regardless of its dimensions.
  • Lower triangular matrix : A lower triangular matrix is a square matrix in which all entries above the main diagonal are zero.
  • Upper triangular matrix : An upper triangular matrix is a square matrix in which all entries below the main diagonal are zero.

Memory Hook

Picture the main diagonal as a line from the upper-left corner to the lower-right corner.

3. Matrix Addition and Subtraction

Essential Points

πŸ“Œ Matrix addition is defined only for matrices of the same order and is performed by adding corresponding entries.

πŸ“ Formula β€” For matrices A = [aα΅’β±Ό] and B = [bα΅’β±Ό] of the same order, A+B=[aij+bij]A+B=[aα΅’β±Ό+bα΅’β±Ό].

πŸ“Œ Matrix subtraction is defined only for matrices of the same order and is performed by subtracting corresponding entries.

Memory Hook

Addition and subtraction both pair corresponding entries, but subtraction depends on operand order.

4. Scalar Multiplication

Key Concepts & Definitions

  • Scalar multiplication : multiplies every entry of a matrix by one scalar number

β˜… Must-know

πŸ“ Formula β€” For a scalar k and matrix A = [aα΅’β±Ό], kA=[kaij]kA=[kaα΅’β±Ό].

Further detail

  • Multiplying A = [[1,2],[3,4]] by the scalar 3 gives 3A = [[3,6],[9,12]].

Memory Hook

One scalar enters, then multiplies every matrix entry.

5. Matrix Multiplication

Essential Points

πŸ“Œ The product Aβ‚˜Γ—β‚™Bβ‚™Γ—β‚š is defined when the number of columns of A equals the number of rows of B, and the result has order m Γ— p.

  • Matrix multiplication forms each result entry by taking the dot product of a row from the first matrix with a column from the second matrix.

πŸ“Œ Matrix multiplication is not generally commutative, so AB β‰  BA in general.

Memory Hook

Rows of the first matrix meet columns of the second through dot products.

6. Matrix Transpose

Key Concepts & Definitions

  • Transpose : formed by converting its rows into columns and its columns into rows

β˜… Must-know

  • The transpose of an m Γ— n matrix has order n Γ— m.

Further detail

  • If A = [[1,2,3],[4,5,6]], then Aα΅€ = [[1,4],[2,5],[3,6]].

Memory Hook

Rows become columns, while the matrix entries themselves remain unchanged.

7. Combined Matrix Operations

β˜… Must-know

  • Combined matrix operations are evaluated by applying the indicated addition, subtraction, multiplication, scalar multiplication, and transpose operations in the required order.

Further detail

  • A combined expression such as 3W βˆ’ 2Y is evaluated by multiplying W by 3, multiplying Y by 2, and subtracting the resulting matrices.

Memory Hook

Perform operations in order, then transpose the resulting matrix when required.

8. Properties of Matrix Operations

β˜… Must-know

  • Matrix addition is commutative because A+B=B+AA+B=B+A.

  • Scalar multiplication is distributive over matrix addition because k(A+B)=kA+kBk(A+B)=kA+kB.

  • Matrix multiplication is associative and distributive because (AB)C=A(BC)(AB)C=A(BC), A(B+C)=AB+ACA(B+C)=AB+AC, and (A+B)C=AC+BC(A+B)C=AC+BC.

  • The zero matrix is the additive identity because A+0=AA+0=A, and the identity matrix is the multiplicative identity because AI=IA=AAI=IA=A.

Further detail

πŸ“Œ Matrix addition is associative because (A+B)+C=A+(B+C)(A+B)+C=A+(B+C).

πŸ“Œ For an invertible matrix A, its inverse satisfies AAβˆ’1=I=Aβˆ’1AAA^{-1}=I=A^{-1}A, while the zero property gives AΓ—0=0A\times0=0.

Memory Hook

Addition is commutative, whereas matrix multiplication is not always commutative.

Synthesis Tables

Matrix Types

TypeDefining conditionExample order or feature
Row matrixOne row1 Γ— 3
Column matrixOne column2 Γ— 1
Square matrixEqual rows and columnsn Γ— n
Zero matrixEvery entry is zeroAny dimensions
Identity matrixDiagonal ones and off-diagonal zerosSquare only
Diagonal matrixOff-diagonal entries are zeroSquare only

Test your knowledge

Test your knowledge on Matrix Concepts and Operations with 11 multiple-choice questions with detailed corrections.

1. What does the order mΓ—nm \times n of a matrix specify?

2. What is the correct definition of a matrix in mathematical terms?

Take the quiz β†’

Review with flashcards

Memorize the key concepts of Matrix Concepts and Operations with 11 interactive flashcards.

What is a matrix according to James Joseph Sylvester?

A rectangular array of real or complex numbers arranged in rows and columns.

Matrix Definition - Label

Rectangular array of numbers in rows and columns

How is the order of a matrix written and what do m and n represent?

The order is written m Γ— n, where m is rows and n is columns.

See flashcards β†’

Similar courses

Create your own study sheets

Import your course and AI generates sheets, quizzes and flashcards in 30 seconds.

Sheet generator