Solve Magic Square

Find all combinations of entries in a matrix which sum equals a certain number up to eps precision.
360 Downloads
Aktualisiert 4. Apr 2013

Lizenz anzeigen

Find all combinations of entries in a matrix (or vector) which sum equals a certain number. In addition to the matrix, the length of the combination (two entries, three entries, ...) as well as the numerical value to match can be supplied. Works as well on vectors.

Returns the combination and the indices of the combinations.

Since it uses brute force to try all possible combinations the time strongly depends on the size of the matrix and the length of the combination.

Zitieren als

Bastian Tietjen (2024). Solve Magic Square (https://www.mathworks.com/matlabcentral/fileexchange/41063-solve-magic-square), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2010b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Smoothing finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

Added floating point precision, progress should not decrease due to the polynom behind it

1.0.0.0