summaryrefslogtreecommitdiff
path: root/60/CH4/EX4.6/ex_6.sce
blob: a23148baaf375ab9a67cbf25581f5fdc72175e32 (plain)
1
2
3
4
5
6
7
//Example (pg no.140)

         A=[1 2;2 4]
         det(A)
                        // Here A is a singular matrix i.e, det(A)=0
                        //inv(A)=(adj(A))/det(A)
                        //so A is not invertible