1. Classroom Linear Algebra Example
Math StudentBackground
A student is learning how to multiply 2x2 matrices and wants to verify their homework.
Problem
Needs to calculate the product of two matrices and see the arithmetic steps to understand the process.
How to use
Enter the first matrix in Matrix A and the second in Matrix B, select 'Grid' format, and enable 'Show Steps'.
Matrix A: "1, 2\n3, 4" | Matrix B: "5, 6\n7, 8" | Output Format: grid | Show Steps: trueOutcome
The tool outputs the resulting 2x2 matrix [[19, 22], [43, 50]] along with the step-by-step arithmetic.