Problem

A magic square is a square grid in which the numbers in each row, column and diagonal sum to the same number.

For example,

4 by 4 grid of numbers; in the order in which you would read them the numbers are 15,10,3,6,4,5,16,9,14,11,2,7,1,8,13,12.

is a magic square that uses each of the numbers from \(1\) to \(16\) once.

There are many magic squares of different sizes; perhaps you have come across some. The artist Albrecht Dürer even included one in his engraving Melancholia I.

But why are magic squares about addition? Could we have a magic square where the numbers in each row, column and diagonal multiply to the same number?