% Linear Algebra: Theory and Applications % Ward Cheney & David Kincaid % JBPub.com (c) 2008 % File: exp839.m % Example 8.3.9 A = [2 -7;3 4] norm(A,inf) v = [3;7;-2] norm(v,inf)