Feature request: Template for n-th differential of function
|
01-22-2014, 01:40 PM
(This post was last modified: 01-22-2014 02:31 PM by Han.)
Post: #2
|
|||
|
|||
RE: Feature request: Template for n-th differential of function
If I recall correctly, one may use "x$n" (with n being a an positive integer) for higher order derivatives as opposed to just using "x" (or a comma-separated list of variables).
The "x,x" notation is likely a template-equivalent of doing: diff(f,x,x) which gives the second derivative of f with respect to x. Similarly, diff(f,x,y) would result in the second mixed partial derivative. Edit: It appears that the "x$n" works on the command only; e.g. diff("3x^2-2x","x$2") -- I was not able to apply this to the template. Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Feature request: Template for n-th differential of function - Stefan - 01-22-2014, 09:50 AM
RE: Feature request: Template for n-th differential of function - Han - 01-22-2014 01:40 PM
RE: Feature request: Template for n-th differential of function - cyrille de brébisson - 01-23-2014, 08:21 AM
|
User(s) browsing this thread: 1 Guest(s)