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 CenterMATLAB 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 fixed the documentation.