Pell.m

バージョン 1.0.0.0 (804 Bytes) 作成者: David Terr
Pell(d,s,n) returns the first n positive integer solution to the modified Pell's equation x^2-dy^2=+
ダウンロード: 2.1K
更新 2004/8/4

ライセンスがありません

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.

引用

David Terr (2024). Pell.m (https://www.mathworks.com/matlabcentral/fileexchange/5595-pell-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 fixed the documentation.