Determine Fundamental Solution of Pell Equation - MATLAB Cody - MATLAB Central

Problem 53955. Determine Fundamental Solution of Pell Equation

Difficulty:Rate
Given, a positive value (d), determine the fundamental solution [x, y] of the Pell equation: x^2 - d*y^2 = 1.
Provide character arrays of the outputs (x and y).
For example:
d=5;
[x,y]=pell(d)
x =
'9'
y =
'4'

Solution Stats

25.0% Correct | 75.0% Incorrect
Last Solution submitted on May 11, 2024

Problem Comments

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
4
8

Problem Recent Solvers2

Suggested Problems

More from this Author57

Problem Tags

Community Treasure Hunt

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

Start Hunting!