Maths Matrices

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

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Linear System with No Solution

  • This is inconsistent

  • Means there is no solution

  • The three planes never cross

<ul><li><p>This is inconsistent </p></li><li><p>Means there is no solution</p></li><li><p>The three planes never cross</p></li></ul><p></p>
2
New cards

Linear System With Non-Unique Solution

  • This is consistent

  • Means there are multiple solutions

  • The three planes cross along a line

<ul><li><p>This is consistent </p></li><li><p>Means there are multiple solutions </p></li><li><p>The three planes cross along a line </p></li></ul><p></p>
3
New cards

Linear System With No Solution

  • This is inconsistent

  • Means there is no solution

  • The three planes never cross

<ul><li><p>This is inconsistent </p></li><li><p>Means there is no solution </p></li><li><p>The three planes never cross</p></li></ul><p></p>
4
New cards

Echelon Form

In a row with x y and z

<p>In a row with x y and z</p>
5
New cards

Ax = b Form

is a representation of a linear system where A is a coefficient matrix, x is a vector of variables, and b is a constant vector, used to find solutions to linear equations.

<p>is a representation of a linear system where A is a coefficient matrix, x is a vector of variables, and b is a constant vector, used to find solutions to linear equations. </p>
6
New cards
<p>Adding And Subtracting Vectors</p>

Adding And Subtracting Vectors

  • Basically just add the same rows and columns together

<ul><li><p>Basically just add the same rows and columns together </p></li></ul><p></p>
7
New cards
<p>Matrix Multiplication</p>

Matrix Multiplication

  • Go along the first row and down the first column

  • Can only multiply A and B only if number of columns in A = number of rows in B

<ul><li><p>Go along the first row and down the first column</p></li><li><p>Can only multiply A and B only if number of columns in A = number of rows in B</p></li></ul><p></p>
8
New cards

Determinants (2 × 2)

Det (a b ¬ c d) = ad - bc

<p>Det (a b ¬ c d) = ad - bc</p>
9
New cards

Determinant (3 × 3)

For higher order matrices the determinant is calculated as seen with the vector
product.

<p><span style="font-size: calc(var(--scale-factor)*12.34px)">For higher order matrices the determinant is calculated as seen with the vector</span><br><span style="font-size: calc(var(--scale-factor)*12.34px)">product.</span></p>
10
New cards

Transpose Matrix

A transpose matrix 𝐴𝑇 is the created by swapping the rows with the corresponding
columns of the matrix 𝐴

<p><span style="font-size: calc(var(--scale-factor)*12.34px)">A transpose matrix 𝐴</span><span style="font-size: calc(var(--scale-factor)*8.76px)">𝑇 </span><span style="font-size: calc(var(--scale-factor)*12.34px)">is the created by swapping the rows with the corresponding</span><br><span style="font-size: calc(var(--scale-factor)*12.34px)">columns of the matrix 𝐴</span></p>
11
New cards

Identity Matrix

An identity matrix is a diagonal matrix with all its main diagonal entries as one. Note that by definition an identity matrix is always square. The identity matrix is often denoted by 𝐼 or 𝐼𝑛

  • Multiplying by an identity matrix does not change anything

<p><span style="font-size: calc(var(--scale-factor)*12.34px)">An identity matrix is a diagonal matrix with all its main diagonal entries as one. Note that by definition an identity matrix is always square. The identity matrix is often denoted by 𝐼 or 𝐼</span><span style="font-size: calc(var(--scale-factor)*8.76px)">𝑛</span></p><ul><li><p>Multiplying by an identity matrix does not change anything </p></li></ul><p></p>
12
New cards

Inverse Matrix (2 × 2)

Given a matrix 𝐴 if there exists a matrix 𝐵 such that 𝐴𝐵 = 𝐵𝐴 = 𝐼 then matrix 𝐵 is
said to be an inverse matrix of 𝐴. We denote an inverse matrix by 𝐴−1 rather than a different letter.

<p><span style="font-size: calc(var(--scale-factor)*12.34px)">Given a matrix 𝐴 if there exists a matrix 𝐵 such that 𝐴𝐵 = 𝐵𝐴 = 𝐼 then matrix 𝐵 is</span><span><br></span><span style="font-size: calc(var(--scale-factor)*12.34px)">said to be an inverse matrix of 𝐴. We denote an inverse matrix by 𝐴</span><span style="font-size: calc(var(--scale-factor)*8.76px)">−1 </span><span style="font-size: calc(var(--scale-factor)*12.34px)">rather than a different letter.</span></p>
13
New cards

Inverse Matrix (3 × 3)

Suppose we have a square matrix 𝐴 we wish to find the inverse of. We can do this
by first augmenting 𝐴 with the equivalent size identity matrix to give (𝐴|𝐼). Next, we
perform row operations to the whole of this augmented matrix until the left hand side becomes the identity and the resulting matrix on the right will be the inverse.

<p><span style="font-size: calc(var(--scale-factor)*12.34px)">Suppose we have a square matrix 𝐴 we wish to find the inverse of. We can do this</span><br><span style="font-size: calc(var(--scale-factor)*12.34px)">by first augmenting 𝐴 with the equivalent size identity matrix to give (𝐴|𝐼). Next, we</span><br><span style="font-size: calc(var(--scale-factor)*12.34px)">perform row operations to the whole of this augmented matrix until the left hand side becomes the identity and the resulting matrix on the right will be the inverse.</span></p>
14
New cards

Determinant (3 × 3) Laplace’s Expansion

knowt flashcard image
15
New cards

Inverse Via Adjugate Method

knowt flashcard image
16
New cards

LU Decomposition

A method of factorizing a matrix into the product of a lower triangular matrix and an upper triangular matrix, used to simplify solving linear equations or finding inverses.

A = LU

LUx = b