AngouriMath
O_3
Field
Summary
            The square zero matrix of size 3
            
Example
Console.WriteLine(O_1.ToString(multilineFormat: true));
Console.WriteLine(O_2.ToString(multilineFormat: true));
Console.WriteLine(O_3.ToString(multilineFormat: true));
Console.WriteLine(O_4.ToString(multilineFormat: true));Prints
Matrix[1 x 1]
0   
Matrix[2 x 2]
0   0   
0   0   
Matrix[3 x 3]
0   0   0   
0   0   0   
0   0   0   
Matrix[4 x 4]
0   0   0   0   
0   0   0   0   
0   0   0   0   
0   0   0   0Angouri © 2019-2023 · Project's repo · Site's repo · Octicons · Transparency · 1534 pages online