Given a matrix A with rank r, what is the maximum possible value of r if A has m rows and n columns?
m
m + n
min(m, n)
n

Engineering Mathematics Exercises are loading ...