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 Operations
Matrix Subtraction
Matrix Multiplication
Distributive Property

Formulas

Matrix Subtraction: (B - C)_{ij} = B_{ij} - C_{ij}
Matrix Multiplication: (AB)_{ij} = sum(A_{ik} * B_{kj}) for all k
Distributive Property: A(B - C) = AB - AC

Theorems

Distributive Property of Matrix Multiplication

Suitable Grade Level

Grades 10-12