RosettaCodeData/Task/Multiplication-tables/Mathematica/multiplication-tables.math

2 lines
101 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Grid[{{Range[12]//Column,Grid[UpperTriangularize[KroneckerProduct[Range[12],Range[12]]]/.{0->""}]}}]