Question: How can I get DiffTutor to work in Maple17?



 

I am trying to get DiffTutor to work in Maple17, using Worksheet mode, and it doesn't do anything.  Here is the code and the output.  I cut-and-pasted it and the output looks weird, but you can see that Maple didn't do anything:

restart:
with(Student);
   [Calculus1, LinearAlgebra, MultivariateCalculus,

     NumericalAnalysis, Precalculus, SetColors, SetDefault,

     SetDefaults, VectorCalculus]
DiffTutor();
                          DiffTutor()
DiffTutor(exp(x^2),x);
                              /   / 2\   \
                     DiffTutor\exp\x /, x/
DiffTutor(exp(x^2));
                                /   / 2\\
                       DiffTutor\exp\x //

I will also upload the worksheet.  I think that  nicer-looking code will be attached to this question as a result.  The worksheet may appear twice.

 


Download DiffTutorBug.mw

restart:

with(Student);

[Calculus1, LinearAlgebra, MultivariateCalculus, NumericalAnalysis, Precalculus, SetColors, SetDefault, SetDefaults, VectorCalculus]

(1)

DiffTutor();

DiffTutor()

(2)

DiffTutor(exp(x^2),x);

DiffTutor(exp(x^2), x)

(3)

DiffTutor(exp(x^2));

DiffTutor(exp(x^2))

(4)

 

 

GS

Please Wait...