summaryrefslogtreecommitdiff
path: root/75/CH7/EX7.6/ex_6.sce
blob: c935dd8c1a4413d6f0830838ecab6647075c3711 (plain)
1
2
3
4
5
6
7
8
9
        //    PG (489)

A = [1 -2;-3 4]
norm(A,1)
norm(A,2)
norm(A,'inf')
lam = spec(A)
r = max(abs(lam))
    //r < = norm(A,2)