Back to all Math AI topics
Topic 1.14Math AI HL8 flashcards

Matrices (HL only)

Practice Flashcards

Flip cards to reveal answers
Card 1 of 81.14.1
1.14.1
Question

How do you state the order of a matrix?

Click to reveal answer

Track your progress — Sign up free to save your progress and get smart review reminders based on spaced repetition.

All Flashcards in Topic 1.14

Below are all 8 flashcards for this topic. Sign up free to track your progress and get personalized review schedules.

1.14.18 cards

Card 1concept
Question

How do you state the order of a matrix?

Answer

Rows × columns, rows first. E.g. 2 rows and 3 columns is a 2 × 3 matrix.

Card 2concept
Question

When can two matrices be added?

Answer

Only when they have the same order; then you add matching entries.

Card 3concept
Question

How do you scalar-multiply a matrix?

Answer

Multiply every entry by the scalar (e.g. 2A doubles each entry).

Card 4concept
Question

When is the product AB defined, and what is its order?

Answer

When A's columns = B's rows (inner numbers match). The result is (rows of A) × (columns of B) — the outer numbers.

Card 5concept
Question

How do you compute an entry of AB?

Answer

Slide along a row of A and down a column of B, multiply pair-by-pair, and add.

Card 6formula
Question

What is the 2×2 identity matrix and what does it do?

Answer

I = ((1, 0), (0, 1)); AI = IA = A, so it leaves a matrix unchanged (like ×1).

Card 7formula
Question

What is the determinant of A = ((a, b), (c, d))?

Answer

det A = ad − bc. If it equals 0, A has no inverse (singular).

Card 8formula
Question

What is the inverse of A = ((a, b), (c, d))?

Answer

A⁻¹ = 1/(ad − bc) · ((d, −b), (−c, a)): swap diagonal, negate off-diagonal, divide by det.

Want smart review reminders?

Sign up free to track your progress. Our spaced repetition algorithm will tell you exactly which cards to review and when.

Start Free