Changes

Jump to navigation Jump to search
100 bytes added ,  10:16, 17 April 2020
Line 7: Line 7:     
Array across operation. Use the function to merge the two pairs. Operates like a tensor multiplication.
 
Array across operation. Use the function to merge the two pairs. Operates like a tensor multiplication.
 +
 +
a=MS(3)
 +
 +
b=MS(3)~
 +
 +
a.across(b);
 +
 +
Returns the across elements of Magic Square(3) and its Transpose.
writer
6,694

edits

Navigation menu