QCF.m

バージョン 1.0.0.0 (1.62 KB) 作成者: David Terr
QCF(d,u,v,quiet) returns the continued fraction expansion of (u+sqrt(d))/v.
ダウンロード: 1.8K
更新 2004/7/30

ライセンスがありません

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.

引用

David Terr (2024). QCF.m (https://www.mathworks.com/matlabcentral/fileexchange/5523-qcf-m), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R12
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersQuadratic Programming and Cone Programming についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

I changed the name from QuadraticContinuedFraction.m to QCF.m and fixed a few minor bugs.