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

2 lines
101 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
Grid[{{Range[12]//Column,Grid[UpperTriangularize[KroneckerProduct[Range[12],Range[12]]]/.{0->""}]}}]