Forgot password
 Register account
View 248|Reply 1

FindInstance为{}不能证明无解

[Copy link]

3211

Threads

7832

Posts

52

Reputation

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
{}

3211

Threads

7832

Posts

52

Reputation

Show all posts

original poster 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.

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | Register account

$\LaTeX$ formula tutorial

Mobile version

2025-7-20 05:41 GMT+8

Powered by Discuz!

Processed in 0.011173 seconds, 22 queries