Pell.m

Pell(d,s,n) returns the first n positive integer solution to the modified Pell's equation x^2-dy^2=+

Vous suivez désormais cette soumission

For integers d and s with d nonsquare and positive, Pell(d,s,n) returns the first n positive integer solution (x,y) to the modified Pell's equation x^2-dy^2=(-1)^s, if such a solution exists. Such a solution always exists if s is even, i.e. if the right side is equal to 1, though a solution may not exist if the right side is -1 (s odd), in which case a message is given indicating that this is so. QCF.m is required to run this program.

Citation pour cette source

David Terr (2026). Pell.m (https://fr.mathworks.com/matlabcentral/fileexchange/5595-pell-m), MATLAB Central File Exchange. Extrait(e) le .

Catégories

En savoir plus sur Quadratic Programming and Cone Programming dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0

I fixed the documentation.