Forgot password?
 Register account
View 241|Reply 1

FindInstance为{}不能证明无解

[Copy link]

3153

Threads

7906

Posts

610K

Credits

Credits
64096
QQ

Show all posts

hbghlyj Posted 2023-4-17 03:53 |Read mode
.7能找到满足不等式的$x$,而7/10不能找到:
  1. ϵ=.7;FindInstance[{Cos[x]-ϵ/2 x Sin[x]-Cos[x Sqrt[1+ϵ]]>0,0<x<ϵ},x]
Copy the Code
{{x -> 6.55933*10^-9}}
  1. ϵ=7/10;FindInstance[{Cos[x]-ϵ/2 x Sin[x]-Cos[x Sqrt[1+ϵ]]>0,0<x<ϵ},x]
Copy the Code
FindInstance::nint: Warning: FindInstance used numeric integration to show that the solution set found is complete.
{}
.1能找到满足不等式的$x$,而1/10不能找到:
  1. ϵ=.1;FindInstance[{Cos[x]-ϵ/2 x Sin[x]-Cos[x Sqrt[1+ϵ]]>0,0<x<ϵ},x]
Copy the Code
{{x -> 8.83286*10^-8}}
  1. ϵ=1/10;FindInstance[{Cos[x]-ϵ/2 x Sin[x]-Cos[x Sqrt[1+ϵ]]>0,0<x<ϵ},x]
Copy the Code
{}

3153

Threads

7906

Posts

610K

Credits

Credits
64096
QQ

Show all posts

 Author| hbghlyj Posted 2023-4-17 04:01
MathematicaSE所写的
If FindInstance[expr, vars, dom] returns no instances - {}, it does not mean (in general) there are no solutions, i.e. it does not prove anything here.

Mobile version|Discuz Math Forum

2025-6-5 01:04 GMT+8

Powered by Discuz!

× Quick Reply To Top Edit