Post Reply 
Solving inequalities
11-16-2022, 07:25 PM
Post: #2
RE: Solving inequalities
This equation can not be solved exactly, only numerically. First replace the limit with the value e then try with fsolve with an interval (for bisection).
f(x):=(1+1/x)^x;
l:=limit(f(x),x=+infinity);
fsolve(abs(l-f(x))=1e-3,x=-2000..2000)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Solving inequalities - ftneek - 11-16-2022, 10:45 AM
RE: Solving inequalities - parisse - 11-16-2022 07:25 PM
RE: Solving inequalities - ftneek - 11-19-2022, 01:24 AM
RE: Solving inequalities - parisse - 11-20-2022, 06:57 PM
RE: Solving inequalities - Albert Chan - 11-21-2022, 03:33 PM



User(s) browsing this thread: 1 Guest(s)