Math Problem Statement
A= ( 4 6 1 ) B= ( 2 4 6 ) ( 5 2 3 ) ( 1 8 2 ) ( 7 5 2 ) ( 3 7 1 ) tentukanlah: a. A+B b. A-B c. B-A d. A-(A+B) e. B+(A-B)
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 Addition
Matrix Subtraction
Formulas
A + B = [a_ij + b_ij] for all i,j
A - B = [a_ij - b_ij] for all i,j
B - A = [b_ij - a_ij] for all i,j
A - (A + B) = A - A - B = -B
B + (A - B) = B + A - B = A
Theorems
Element-wise matrix operations
Suitable Grade Level
Grades 10-12