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