Hi for the first time everyone, please be gentle ;-)
I'm in no way a beginner to algebra and have loved fiddling with equations for years. I used to mess about with magic squares years ago and just decided to have another dip in. I have become unstuck when I wanted to create equations for a magic square. I intended writing equations that would give correct row, column and diagonal counts regardless of whether it was a magic square or not (i.e. all numbers unique). I started thus:
where a, b, c and x are given arbitrary numbers and all rows, columns and diagonals will add up to a+x+b
from here, column 1, row 3 becomes (a+x+b)-(c+b) = a-c+x
and column 1, row 1 is (a+x+b) - (c+x) = a+b-c
column 3, row 1 can now be (a+x+b) - x - (a-c+x) = a+x+b-x-a+c-x = b+c-x from diagonal
or (a+x+b) - a - (a+b-c) = a+x+b-a-a-b+c = -a+c+x from top row
=> b+c-x = -a+c+x => b-x = x-a
which wasn't a constriction I had imposed (or so I thought).
Am I going letter-blind or what have I missed
Many thanks for all who point an old man in the right direction (hopefully not a home for the mathematically insane)
pro
I'm in no way a beginner to algebra and have loved fiddling with equations for years. I used to mess about with magic squares years ago and just decided to have another dip in. I have become unstuck when I wanted to create equations for a magic square. I intended writing equations that would give correct row, column and diagonal counts regardless of whether it was a magic square or not (i.e. all numbers unique). I started thus:
a | ||
x | ||
b | c |
where a, b, c and x are given arbitrary numbers and all rows, columns and diagonals will add up to a+x+b
from here, column 1, row 3 becomes (a+x+b)-(c+b) = a-c+x
a | ||
x | ||
a-c+x | b | c |
and column 1, row 1 is (a+x+b) - (c+x) = a+b-c
a+b-c | a | |
x | ||
a-c+x | b | c |
column 3, row 1 can now be (a+x+b) - x - (a-c+x) = a+x+b-x-a+c-x = b+c-x from diagonal
or (a+x+b) - a - (a+b-c) = a+x+b-a-a-b+c = -a+c+x from top row
=> b+c-x = -a+c+x => b-x = x-a
which wasn't a constriction I had imposed (or so I thought).
Am I going letter-blind or what have I missed
Many thanks for all who point an old man in the right direction (hopefully not a home for the mathematically insane)
pro