Post Reply 
Opaque functions and fsolve / numerical methods
04-07-2021, 10:59 PM (This post was last modified: 04-07-2021 11:18 PM by roadrunner.)
Post: #2
RE: Opaque functions and fsolve / numerical methods
If you make it a CAS function:

#cas
opaque(i):=
BEGIN
IFTE(i>3,i,i*3+6/5);
END;
#end

then in CAS fsolve((opaque(x)) = 9,x) returns: [2.6,9.]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Opaque functions and fsolve / numerical methods - roadrunner - 04-07-2021 10:59 PM



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