Problem 1053. Create a Multiplication table matrix...

Created by Pranav

Create a product table in this format:

 P = [ 1  2  3  4  5;
       2  4  6  8 10; 
       3  6  9 12 15;
       4  8 12 16 20]

Tags

Problem Group

29 solvers submitted 49 solutions (1.69 solutions/solver).