1. Verifying a 2x2 Matrix Inverse
Math StudentBackground
A student is learning linear algebra and needs to check their manual calculations for a homework assignment.
Problem
Needs to quickly verify the inverse of a 2x2 matrix and see the steps to understand where they made a mistake.
How to use
Enter the matrix '4, 7' on the first line and '2, 6' on the second line into the Matrix Input field, check 'Show Steps', and select 'Grid' output.
Decimal Places: 4, Output Format: Grid, Show Steps: trueOutcome
The tool outputs the inverse matrix [[0.6, -0.7], [-0.2, 0.4]] and displays the step-by-step Gauss-Jordan elimination process.