next up previous
Next: Some Rules for Differentiation Up: Find the tangent line Previous: Exercises

Maple Experiments

You should use Maple Forum Interface (MFI) to explore the following activities:

  1. Use the following commands to draw the tangent line for a given function (you might have done this already):
    with(student):
    f: = proc(x) 3*sqrt(x) end;
    showtangent(f(x), x=4.5);

Notice that the function you are doing is you can change the function to the one you desire.



Wei-Chi Yang
Wed Oct 16 21:20:29 EDT 1996