Automatic differentiation using dual numbers
|
06-19-2022, 04:45 AM
Post: #10
|
|||
|
|||
RE: Automatic differentiation using dual numbers
(06-19-2022 02:23 AM)lrdheat Wrote: what if an nRoot(x) appeared within a larger equation such as 3Root(x) +X^2 -3*(x/5) Example Find the minimum of \(\sqrt[3]{x}+x^2-\frac{3x}{5}\). We can keep f'(x) and simply adjust f(x): Code: 11▸LBL "f(x)" SOLVER Select Solve Program f'(x) -1 x x=-1 0 x x=0 x -0.1952345627907014530751112228253494 -0.1952345627907014530751112228253494266891 from Solve[D[Surd[x,3]+x^2-3x/5,x]=0] |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)