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.] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Opaque functions and fsolve / numerical methods - compaqdrew - 04-07-2021, 08:34 PM
RE: Opaque functions and fsolve / numerical methods - roadrunner - 04-07-2021 10:59 PM
RE: Opaque functions and fsolve / numerical methods - compaqdrew - 04-08-2021, 04:54 AM
RE: Opaque functions and fsolve / numerical methods - roadrunner - 04-08-2021, 12:03 PM
|
User(s) browsing this thread: 1 Guest(s)