QCF.m

QCF(d,u,v,quiet) returns the continued fraction expansion of (u+sqrt(d))/v.

Vous suivez désormais cette soumission

QCF returns the quadratic continued fraction expansion of (u+sqrt(d))/v. The result is returned as a two-cell expression, with the preperiod in the first cell and the period in the second cell.

Citation pour cette source

David Terr (2026). QCF.m (https://fr.mathworks.com/matlabcentral/fileexchange/5523-qcf-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 changed the name from QuadraticContinuedFraction.m to QCF.m and fixed a few minor bugs.