Post Reply 
Plot derivative of a function
06-02-2014, 05:59 AM
Post: #11
RE: Plot derivative of a function
Hello,

Quote:Cool thanks that worked! Wonder why the =X is required?

F2(X) needs to be a function that, when evaluated with a given X variable returns a Y.

if F1(X)=SIN(X)
and F2(X)=dF1(X)/dX
note that the X in the F2(X) definition is NOT the same as the X in F2(X)...
What it is (in programing terms), is a local variable, which has the same name, but is different.
dF1(X)/dX is NOT a function that varies with X as you can calculate it regardless of the value of X...
dF1(X)/dX is the same as dF1(A)/dA for example.

If you restate your problem as: F2 is the result of the EVALUATION of the derivative of F1 with respect to a variable at a given value of a variable, then you see that you do indeed have 2 variables to contend with, not one.

the syntaxe: dF1(X)/dX=value is a shorthand for dF1(X)/dX | X=X (|=WHERE)

Cyrille
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Plot derivative of a function - swisscow - 05-31-2014, 02:47 PM
RE: Plot derivative of a function - dg1969 - 05-31-2014, 03:09 PM
RE: Plot derivative of a function - dg1969 - 05-31-2014, 04:20 PM
RE: Plot derivative of a function - Maro - 05-31-2014, 07:10 PM
RE: Plot derivative of a function - cyrille de brébisson - 06-02-2014 05:59 AM
RE: Plot derivative of a function - Maro - 06-04-2014, 08:26 AM
RE: Plot derivative of a function - Maro - 06-04-2014, 03:04 PM
RE: Plot derivative of a function - Maro - 06-05-2014, 08:00 AM
RE: Plot derivative of a function - DrD - 06-05-2014, 10:24 AM
RE: Plot derivative of a function - Angus - 06-05-2014, 10:39 AM
RE: Plot derivative of a function - HP67 - 06-06-2014, 08:31 AM
RE: Plot derivative of a function - HP67 - 06-07-2014, 06:32 PM
RE: Plot derivative of a function - Angus - 06-06-2014, 08:33 AM
RE: Plot derivative of a function - jte - 06-10-2014, 09:19 PM



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