Bustedblah/magic_cube_problem
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
%%%%% README for the Magic Cube Problem %%%%%
The following are notes in regard to how to use the various code files in this director
and a description of the function that they perform.
generate_triplets.m
This file basically finds all triplets pairs [a,b,c] such that b^2-a^2 = c^2-b^2.
All numbers are positive integers. The function takes in