Final answer:
To obtain the matrix [0 1 -1 | 0 0 1] from the given matrix [2 0 3 | 0 1 0], we need to perform row operations. Step 1: R2 → R2 - R1. Step 2: R2 → R2 - R3.
Step-by-step explanation:
To obtain the matrix [0 1 -1 | 0 0 1] from the given matrix [2 0 3 | 0 1 0], we need to perform row operations.
Step 1: R2 → R2 - R1
This step subtracts the first row from the second row.
[2 0 3 | 0 1 0] - [1 -1 2 | 1 0 0] = [1 1 1 | -1 1 0]
Step 2: R2 → R2 - R3
This step subtracts the third row from the second row.
[1 1 1 | -1 1 0] - [0 1 -1 | 0 0 1] = [1 0 2 | -1 1 -1]