Math Problem Statement

matriks a=(-3 0 1 5) b=(4 -1 3 1), C=AB, matriks invers c adalah

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Matrix Multiplication
Matrix Inversion
Determinants

Formulas

Matrix multiplication: C = A * B
Determinant of 2x2 matrix: det(C) = ad - bc
Inverse of 2x2 matrix: M^{-1} = 1/det(M) * [[d, -b], [-c, a]]

Theorems

Matrix Inversion Theorem (2x2 matrix)
Determinant properties

Suitable Grade Level

Grades 10-12