Let A=
[ 1 -2 -1 2]
[-1 0 3 -2 ]
[ 3 -4 -5 6]
(sorry, can't line up the columns)
I think I've done a) and b) correctly, I don't really understand c), d) and e)
a) Find RowA and Nul A
RowA={( 1, -2, -1, 2), (0, 1, -1, 0)}
Nul A= {(3, 1, 1, 0), (-2, 0, 0, 1)}
b) If...