Problem 1281. Fermat's Last Theorem - Fermat's conjecture
Fermat's Last Theorem (sometimes called Fermat's conjecture, especially in older texts) states that no three positive integers a, b, and c can satisfy the equation a^n + b^n = c^n for any integer value of n greater than two.
By adopting n=2 and given A and B, the function C=fermat(A,B) return the sort row vector C with all solution c (not c^n) for (0<a=<A , 0<b<=B).
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers101
Suggested Problems
-
Maximum running product for a string of numbers
2198 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1857 Solvers
-
find the maximum element of the matrix
510 Solvers
-
596 Solvers
-
Write a function man that takes a row vector v and returns a matrix H as follows..
620 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!