Magische Quadrate - magic squares
A magic square contains the integers from 1 to n^2
Für einfach gerade magische Quadrate mit der Kantenlänge n, wobei n durch 2, aber nicht durch 4 teilbar ist - 6,10,14,...). Doppelt gerade magische Quadrate n ist durch 4 teilbar - 4, 8, 12, 16,...)
For singly even magic squares with side length n, where n is divisible by 2 but not by 46, 10, 14, ...). Double even magic squares: n is divisible by 44, 8, 12, 16, ...)
JavaScript Code on Update n,
https://www.qcc.cuny.edu/engtech/ET_Faculty/Brumgnach/Magic_Squares/
The PyGgb webapp (Python code)
https://szacchino.github.io/geogebra/index.html
