PE 66 Diophantine equation(Pell方程)

雨点打透心脏的1/2处 2022-07-15 10:11 219阅读 0赞

#

Diophantine equation

Problem 66

Consider quadratic Diophantine equations of the form:

x2 – Dy2 = 1

For example, when D=13, the minimal solution in x is 6492 – 13×1802 = 1.

It can be assumed that there are no solutions in positive integers when D is square.

By finding minimal solutions in x for D = {2, 3, 5, 6, 7}, we obtain the following:

32 – 2×22 = 1
22 – 3×12 = 1
92 – 5×42 = 1
52 – 6×22 = 1
82 – 7×32 = 1

Hence, by considering minimal solutions in x for D ≤ 7, the largest x is obtained when D=5.

Find the value of D ≤ 1000 in minimal solutions of x for which the largest value of x is obtained.

题解:

http://oeis.org/A033316

http://mathworld.wolfram.com/PellEquation.html

如果还不懂?我还能说什么….

发表评论

表情:
评论列表 (有 0 条评论,219人围观)

还没有评论,来说两句吧...

相关阅读

    相关 开发 PE

    PE (Portable Executable) 是 Windows 操作系统中的可执行文件格式。它用于存储可在 Windows 中运行的应用程序。 要开发 PE 文件,你需

    相关 PE文件

    PE文件全称:Portable Executable,可移植可执行文件 常见PE文件的后缀名:exe、dll PE文件吧可执行文件分成若干个数据节(section):.te

    相关 PE1-什么是pe

    PE是什么? PE即 Portable Executable(可移植的执行体)。它是 Win32环境自身所带的执行体文件格式。它的一些特性继承自 Unix的 Coff 文