Post Reply 
Directional Derivative
01-29-2015, 07:08 PM
Post: #4
RE: Directional Derivative
(01-29-2015 06:57 PM)Han Wrote:  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]");

I'll try, thank you Han!
Visit this user's website 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)