Problem 49738. Determine whether a prime is Pythagorean

Pythagorean primes get their name from the property that they can be written as the sum of two squares. For example, 13 = 2^2 + 3^2. Cody Problem 45964 asked you to find the nth Pythagorean prime and two numbers whose squares will produce the prime. This problem merely asks you to determine whether a prime can be written as the sum of two squares.
Write a function to determine whether a prime is Pythagorean. All input numbers in the tests are prime. Because some are large, they are given as strings.

Solution Stats

32.31% Correct | 67.69% Incorrect
Last Solution submitted on Dec 21, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers20

Suggested Problems

More from this Author244

Community Treasure Hunt

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

Start Hunting!