NanoUW

0 Reputation

2 Badges

14 years, 345 days

MaplePrimes Activity


These are questions asked by NanoUW

Hi, I'm using Maple 13 off of my university's server. I was wondering how I can prevent "nested input", for lack of better words.

 

For example, say if define f := x -> something

Then I want another function to handle f's derivative: df := x ->diff(f(x),x)

Now I want to evaluate df at x=1 value so I do df(1)...

but I get an error:

Error, (in df) invalid input: diff received 1, which is not valid for its 2nd argument

Page 1 of 1