PROJECT EULER · #0420
Positive Integer Matrix
A positive integer matrix is a matrix whose elements are all positive integers.
Some positive integer matrices can be expressed as a square of a positive integer matrix in two different ways. Here is an example:
We define
We can verify that
Find
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.