Write Minors and Cofactors of the elements of following determinants: (i) |[2,-4],[0,3]| (ii) |[a,c],[b,d]|.
Hint. For a 2x2 determinant, each minor is just the single opposite diagonal entry, and cofactors apply the sign pattern +,-,-,+.
For a 2x2 matrix [[p,q],[r,s]], the minor of each entry is simply the single opposite-diagonal entry, since deleting that entry's row and column leaves a 1x1 determinant. (i) M11=3, M12=0, M21=-4, M22=2. Applying the sign pattern: A11=3, A12=-0=0, A21=-(-4)=4, A22=2. (ii) M11=d, M12=b, M21=c, M22=a. Applying signs: A11=d, A12=-b, A21=-c, A22=a.
✦ (i) M11=3,M12=0,M21=-4,M22=2; A11=3,A12=0,A21=4,A22=2. (ii) M11=d,M12=b,M21=c,M22=a; A11=d,A12=-b,A21=-c,A22=a.
