-
Notifications
You must be signed in to change notification settings - Fork 0
weilycoder edited this page Jul 24, 2025
·
2 revisions
例如,欲证明
运行:
solve pi -4738167652 14885392687
输出:
Bounds : 0, 1
Function : x**23 * (1-x)**23 * (629602886415/653752 + -1184541913/256*x + 116946872953727/20920064*x**2) / (1 + x**2)
即
显然积分结果为
这里 n 为大于 1 的正整数。
欲证明
运行:
solve pi_power_3 1 -31
输出:
Bounds : 0, 1
Function : x**12 * (1091239949453/83203139250 + -240010278547/83203139250*x**2) * ln(1/x)**2 / (1 + x**2)
即
欲证明
运行:
solve pi_power_2 5 -49
输出:
Bounds : 0, 1
Function : x**9 * (395/3 + -325/3*x**2) * ln(1/x)**1 / (1 + x**2)