Post Reply 
Directional Derivative
01-29-2015, 06:57 PM
Post: #3
RE: Directional Derivative
(01-29-2015 04:36 PM)salvomic Wrote:  There is a way to have the function listed in the Toolbox -> User?

Thank you :-)

salvo

Make a non-CAS wrapper.

DDER(f,v)
BEGIN
derivdir(f,v);
END;

Since DDER is a non-CAS program, you would then have to enter your arguments as strings:

DDER("x^2*y+z","[3,4,1]");

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Directional Derivative - salvomic - 01-29-2015, 12:17 PM
RE: Directional Derivative - salvomic - 01-29-2015, 04:36 PM
RE: Directional Derivative - Han - 01-29-2015 06:57 PM
RE: Directional Derivative - salvomic - 01-29-2015, 07:08 PM



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