1 2 3 4 5 6 7 8 9
//page 22 //Example 1.14 clear; close; clc; a = [0 1;1 0]; disp(a,'a = '); disp(inv(a),'inverse a = '); //end