need ur help [closed]
prove that rank(A?B)?rank(A)?rank(B) where A and B are n*n matrices
prove that rank(A?B)?rank(A)?rank(B) where A and B are n*n matrices
Asked: 2013-10-05 03:35:23 -0600
Seen: 47 times
Last updated: Oct 05 '13
How to use `solve()` for a system of equations using matrices?
Generating random normal vectors and matrices
Trigonometric simplifications and matrices
(Update) How to change/set variables?
tensor_product of matrices over cyclotomic field
problems with product of vector of symbols with square matrix
Constructing subgroups by intersection
Again, Sage cannot *prove* such things. You can of course do `A = matrix([0]); B = matrix([1]); rank(A)*rank(B) == rank(A*B)` to get `True` but that is not a proof.