Question: Matrices

Question:Matrices

djwhisson 8 Maple
I have two matrices, and I want Maple to test and see whether they are different to each other (as part of a for to while loop -i.e. it will keep looping until the matrices are the same). However, even when they are identical, it returns a value of true to evalb(A <> B). What can I do?
Please Wait...