@@ -5,15 +5,11 @@ int main()
{
srand(time(0));
Matrix a(3,1);
Matrix a(3,2);
a.Randomize();
Matrix b = a;
a.Print("A");
b.Print("B");
a.Add(&b).Print("A + B");
a.Transpose().Print("Transposed");
return 0;
}
The note is not visible to the blocked user.