clear all; close all; clc %solve linear equations system of exercise 23i A = [-1 2 1 -1; 1 3 -1 -1; -2 -1 1 3; 1 1 -3 1]; b = [1; 2; -1; -1]; x = A\b