HL AI - Matrices

studied byStudied by 5 people
5.0(1)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 14

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

15 Terms

1

Matrix Order Notation

m x n (m rows, n columns)

New cards
2

Element of a Matrix Notation

aij (i indicating the row, j indicating the column)

New cards
3

Adding and Subtracting Matrices

add or subtract elements in the same position

New cards
4

Scalar Multiplication of Matrices

multiply each element by the scalar

New cards
5

What allows matrices to be multiplied?

the number of columns in the first matrix must be equal to the number of rows in the second matrix (eg. 2×3 and 3×3)

New cards
6

Multiplying Matrices

multiply the rows in matrix one by the columns in matrix two

<p>multiply the rows in matrix one by the columns in matrix two</p>
New cards
7

Properties of Matrices

knowt flashcard image
New cards
8

Inverse of a Matrix

a matrix that can be multiplied with the original matrix to form an identity matrix

New cards
9

Identity Matrix

a matrix which contains ones on its main diagonal while the rest of the matrix elements are zeros

<p>a matrix which contains ones on its main diagonal while the rest of the matrix elements are zeros</p>
New cards
10

Finding an Inverse Matrix

can be done on a GDC (put the matrix to the power of -1), or use the method pictured

<p>can be done on a GDC (put the matrix to the power of -1), or use the method pictured</p>
New cards
11

Determinant of a Matrix

ad - bc

<p>ad - bc</p>
New cards
12

Solving Systems of Equations

  1. rewrite the system of equations as a matrix equation (like pictured)

  2. multiply both sides by the inverse of the matrix on the side with the variables (in order to get the variable on their own)

  3. determine the answer

<ol><li><p>rewrite the system of equations as a matrix equation (like pictured)</p></li><li><p>multiply both sides by the inverse of the matrix on the side with the variables (in order to get the variable on their own)</p></li><li><p>determine the answer</p></li></ol>
New cards
13

Using Transformation Matrices

  1. create a position vector (x over y)

  2. use the formula booklet to create a transformation matrix

  3. multiply the 2×2 matrix with the 2×1 matrix to get a final position vector

New cards
14

Composite Transformations

transformations that happen one after the other (the transformation that comes first is written second, so AB means B happens first)

New cards
15

Finding the Area of a Transformed Image

if an object is transformed by matrix A, then: new area = DetA x original area

New cards
robot