Discrete Math: Matrix Basics

ExaltingCentaur avatar
ExaltingCentaur
·
·
Download

Start Quiz

Study Flashcards

10 Questions

What is a matrix with one row called?

Row vector

What is the name of a matrix with the same number of rows and columns?

Square matrix

What is a matrix called when all its entries are zero?

Null matrix

What determines the size of a matrix?

The number of rows and columns

What is the condition for two matrices to be equal?

If they have the same size and entries

What is the name of a square matrix in which all entries are zero except on the main diagonal?

Diagonal Matrix

What is the condition for two matrices A and B to be conformable for addition or subtraction?

A and B must have the same dimension

What is the result of the operation A + (-A) in matrix addition?

0

What is the name of a matrix with all entries being zero except on the main diagonal, where all the entries are equal?

Scalar Matrix

What is the result of the multiplication of a row matrix and a column matrix?

A scalar

Study Notes

Matrix Basics

  • A matrix is a 2-dimensional array of numbers with rows and columns, represented by box brackets or parentheses.
  • A matrix is an ordered set of numbers listed in rectangular form.
  • The numbers in a matrix are called "entries" (or elements or components).

Matrix Dimensions and Size

  • The size of a matrix with m rows and n columns is called an m x n matrix, while m and n are called its dimensions.
  • A 3x3 matrix has 3 rows and 3 columns, with a total of 9 entries.
  • A 3x4 matrix has 3 rows and 4 columns, with a total of 12 entries.

Types of Matrices

  • A row vector is a matrix with one row.
  • A column vector is a matrix with one column.
  • A square matrix has the same number of rows and columns.
  • A non-square matrix has a different number of rows and columns.
  • A zero matrix (or null matrix) has all entries as zero, and can be of any dimension.
  • A zero-one matrix has entries of only 0 and 1.
  • A diagonal matrix is a square matrix with all entries as zero, except on the main diagonal.
  • A tridiagonal matrix is a square matrix with all entries as zero, except on the main diagonal and the two adjacent diagonals.
  • An upper triangular matrix has all entries underneath the main diagonal as zeroes.
  • A lower triangular matrix has all entries above the main diagonal as zeroes.
  • A scalar matrix has all terms on the main diagonal as equal.
  • An identity matrix has all entries as zero, except those on the main diagonal as ones.

Matrix Operations

  • Matrices can be added and subtracted if they have the same dimension (conformable).
  • To add or subtract matrices, corresponding entries are added or subtracted.
  • Matrices A and B are not conformable for addition or subtraction if they have different dimensions.

Properties of Matrix Addition

  • Commutative law for addition: A+B = B+A
  • Associative law for addition: (A+B)+C = A+(B+C)
  • Additive identity: A+0 = A
  • Additive inverse: A + (-A) = 0

Scalar Multiplication and Matrix Multiplication

  • Scalar multiplication: multiplying a matrix by a scalar (number) multiplies each entry by that scalar.
  • Matrix multiplication: the product of a row matrix and a column matrix.

Learn about the fundamental concepts of matrices in discrete mathematics, including definitions, representations, and dimensions. Understand the structure and components of matrices. Get familiar with the notation and terminology used in matrix operations.

Make Your Own Quizzes and Flashcards

Convert your notes into interactive study material.

Get started for free

More Quizzes Like This

Use Quizgecko on...
Browser
Browser