Exemple #1
0
 public static bool EsOpuesta(Matriz m1, Matriz m2)
 {
     return(EsIgual(m1, m2.Opuesta()));
 }