Using SLOPE function in Function APP with CAS defined function
|
12-09-2014, 02:52 PM
(This post was last modified: 12-09-2014 02:55 PM by Han.)
Post: #5
|
|||
|
|||
RE: Using SLOPE function in Function APP with CAS defined function
(12-08-2014 06:43 PM)cdecastro Wrote: Here's a little problem I encountered with SLOPE. It does seem there is a bug with using CAS functions for the definition of the F0 through F9 variables. I think there was some discussion about this a while back. That said, unless you plan to use the formula for f(x) for other calculations and you don't want it to affect F1, you can ignore creating f(x) and simply type: F1(x):=x^2; // you can use any dummy variable, just be consistent F2:=diff(F1); // this is "functional" derivative as opposed to the derivative with respect to a specific variable F1 can be used like any regular function you create in the CAS. On the other hand if you need to have f(x) separately defined, then: f(x):=x^2; F1:=f; will do what you want. As usual, this is only one of many ways to do what you want. Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Using SLOPE function in Function APP with CAS defined function - cdecastro - 12-08-2014, 06:43 PM
RE: Using SLOPE function in Function APP with CAS defined function - mpowell@rogershsa.com - 12-09-2014, 03:58 AM
RE: Using SLOPE function in Function APP with CAS defined function - DrD - 12-09-2014, 02:26 PM
RE: Using SLOPE function in Function APP with CAS defined function - cdecastro - 12-09-2014, 02:46 PM
RE: Using SLOPE function in Function APP with CAS defined function - Han - 12-09-2014, 03:01 PM
RE: Using SLOPE function in Function APP with CAS defined function - parisse - 12-10-2014, 11:49 AM
RE: Using SLOPE function in Function APP with CAS defined function - Han - 12-09-2014 02:52 PM
RE: Using SLOPE function in Function APP with CAS defined function - DrD - 12-09-2014, 04:26 PM
|
User(s) browsing this thread: 2 Guest(s)