QCF.m
版本 1.0.0.0 (1.6 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 (2025). QCF.m (https://www.mathworks.com/matlabcentral/fileexchange/5523-qcf-m), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R12
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Quadratic 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. |