Further Maths - Matrices

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

1/12

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.

13 Terms

1
New cards

describe the identity matrix

1s on leading diagonal (top left to bottom right) 0s everywhere else

2
New cards

Transpose

switch the rows and columns (superscript T)

3
New cards

Describing matrix dimensions

down then right (number of rows x number of columns)

4
New cards

conformable

can be multiplied (Left matrix columns = right matrix rows)

5
New cards

commutative

operation that gives the same result regardless of order (a+b = b+a)

6
New cards

associative

grouping doesn’t matter ( A(BC) = (AB)C)

7
New cards

determinant of a 2Ă—2 matrix

ad-bc

8
New cards

For 2Ă—2 matrices, detAB = detBA =

detA x detB

9
New cards

det(kA) =

k²detA

10
New cards

A multiplied by what matrix is I?

A^-1

11
New cards

singular matrix has the property ___ and has no ___

determinant = 0, inverse

12
New cards

formula for inverse of 2Ă—2 matrix

A^-1 = 1/detA(d -b next row: -c a)

13
New cards

(AB)^-1 =

B^-1 x A^-1