Construct a 2×3 matrix A=[aij] whose elements are given by aij=2(i−j)
Construct a 2 × 2 matrix by A = [aij] whose elements are given by aij= 2i – j
Construct a 3×3 matrix whose elements aij are given by aij=0 if i<j and aij=i+j if i≥j.