/* ** Lesson 2.1: Let's Start */ A = {1 2 3, 0 1 4, 0 0 1}; B = inv(a); print"Matrix A" A; print; print"Matrix B" B; end;