siva-sudhan / MagicSquare

In recreational mathematics, a square array of numbers, usually positive integers, is called a magic square if the sums of the numbers in each row, each column, and both main diagonals are the same. The order of the magic square is the number of integers along one side (n), and the constant sum is called the magic constant. If the array includes just the positive integers 1 , 2 , . . . , n^2, the magic square is said to be normal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MagicSquare

In recreational mathematics, a square array of numbers, usually positive integers, is called a magic square if the sums of the numbers in each row, each column, and both main diagonals are the same. The order of the magic square is the number of integers along one side (n), and the constant sum is called the magic constant. If the array includes just the positive integers 1 , 2 , . . . , n^2, the magic square is said to be normal. you can find the C language code in the master directory.

About

In recreational mathematics, a square array of numbers, usually positive integers, is called a magic square if the sums of the numbers in each row, each column, and both main diagonals are the same. The order of the magic square is the number of integers along one side (n), and the constant sum is called the magic constant. If the array includes just the positive integers 1 , 2 , . . . , n^2, the magic square is said to be normal.