Math Problem Statement

If A = [ 5 −1 1 2 ] ,B = [ 3 2 −1 0 ], C = [ 4 1 3 −2 ] are given matrices then find A(B − C) & AB − AC. Determine whether matrix multiplication is distributes over subtraction.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Matrix Subtraction
Matrix Multiplication
Distributive Property

Formulas

Matrix Subtraction: (B - C) = [b11 - c11, b12 - c12; b21 - c21, b22 - c22]
Matrix Multiplication: A * B = [a11*b11 + a12*b21, a11*b12 + a12*b22; a21*b11 + a22*b21, a21*b12 + a22*b22]
Distributive Property: A(B - C) = AB - AC

Theorems

Distributive Property of Matrix Multiplication

Suitable Grade Level

Grades 11-12