| 
 
 
| Question 1031370:  please help me with this::
 is this statement true or false : matrix B & C are equivalent
 matrix B =
 (
 matrix( 3, 4,
 1, 3, -2, 2,
 -1, -2, -1, -1,
 -1, -5, 8, -3,
 )
 )
 and matrix C=
 (
 matrix( 3,4,
 1, 2, 1, 2,
 1, 1, 4, 0,
 1, -1, -4, 1,
 )
 )
 Answer by robertb(5830)
      (Show Source): 
 | 
  
 | 
 |