Suppose A is invertible and you exchange its first two rows
Solution
a) Yes, the new matrix B is invertible. Explanation >> Given that A is invertible, so it has a non-zero determinant. Now we are exchanging its 2 rows only and that would change the sign of the determinant only,
so det(A) = -det(B). Now since det(A) is not = 0, so det(B) is also not = 0.
Also, the inverse of B would be the inverse of A with the first two columns interchanged.
b) We are given that A is invertible. So A must be a square matrix of order n. Also, u and v are column vectors so they must have dimensions n by 1:
=> uvT is also a square matrix of order n.
=> Now to find that under what condition M is invertible, means there exists a matrix M-1 such that,
M-1(AuvT) = (AuvT)M-1 = I …….(where I is an Identity matrix)
=> So, condition is uvTis also invertible as we know that the difference of two invertible matrices is also invertible.
