Write a function to find pairs of primes p and q satisfying the equation
where n is an integer. The function should take a number x as input and produce the triples p, q, and n such that
. If there are no solutions, the function should return three empty vectors.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers7
Suggested Problems
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2545 Solvers
-
Diophantine Equations (Inspired by Project Euler, problem 66)
70 Solvers
-
560 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
399 Solvers
-
32 Solvers
More from this Author323
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!