knobsturner

4 Reputation

2 Badges

17 years, 270 days

MaplePrimes Activity


These are questions asked by knobsturner

I want to tell maple that func is a function of x, y, z, but I don't know what the function is. This is so when maple evaluates derivatives, etc, it won't assume 'func' is a constant. ie: instead of func := (x,y,z) -> x^2 + 2y + 3xyz; I just want to say func : = (x,y,z); so that when I ask for a derivative, maple just prints out 'diff(func, x, 1) etc, where 'diff(func, x, 1) means the first partial deriv of x. I hope that's clear enough for all you experts out there. I am a newbie to Maple. I tried func : = (x,y,z); but it did not seem to work for me.... Thanks in advance,
Page 1 of 1