Magic square 3*3 matrix.

miamivince

New member
Joined
Jan 25, 2013
Messages
23
Given a grid with 9 squares and knowing a number that is unique to each row and column ( 3 numbers were given), find the remaining numbers ?
What I am looking for is a formula . THANK YOU.
Given different info, I know how to solve other ms problems depending on the info given and the size of the matrix.
 
Given a grid with 9 squares and knowing a number that is unique to each row and column ( 3 numbers were given), find the remaining numbers ?
What I am looking for is a formula . THANK YOU.
Given different info, I know how to solve other ms problems depending on the info given and the size of the matrix.

May not be possible: From
https://en.wikipedia.org/wiki/Magic_square
...The constant that is the sum of every row, column and diagonal is called the magic constant or magic sum, M. Every normal magic square has a constant dependent on n, calculated by the formula M = [n(n2 + 1)] / 2. For normal magic squares of order n = 3, 4, 5, 6, 7, and 8, the magic constants are, respectively: 15, 34, 65, 111, 175, and 260 (sequence A006003 in the OEIS).
 
Top