RoundQCF.m

RoundQCF(d,u,v) returns the "round" continued fraction expansion of (u+sqrt(d))/v.
1,9K descargas
Actualizado 1 oct 2004

Sin licencia

RoundQCF(d,u,v,quiet) returns the "round" continued fraction expansion of (u+sqrt(d))/v, where u and d are Gaussian integers and v is an ordinary positive integer. It also
returns the round rational convergents
as well as the coefficients u(k) and
v(k) of the recipricols of the remainders x(k) = (u(k)+sqrt(d))/v(k).

Citar como

David Terr (2024). RoundQCF.m (https://www.mathworks.com/matlabcentral/fileexchange/5525-roundqcf-m), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R12
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Unit Conversions en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

I fixed the quiet option.