You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently ask: if det(A) is known and we apply a row operation, what's the new determinant?
Would it make more sense to ask for det(A) given that A is the result of a row operation applied to a matrix with known determinant? This better models how to find determinants with row operations: I want to find det(A), so I apply row operations until eventually I get a matrix of known determinant.
We currently ask: if det(A) is known and we apply a row operation, what's the new determinant?
Would it make more sense to ask for det(A) given that A is the result of a row operation applied to a matrix with known determinant? This better models how to find determinants with row operations: I want to find det(A), so I apply row operations until eventually I get a matrix of known determinant.