Maxwell_MA

10 Reputation

One Badge

3 years, 134 days

MaplePrimes Activity


These are questions asked by Maxwell_MA

I have an assignment for my class but I don't know how to get the answer without getting an error. Maple_2.mw
 

Vector Valued Functions

and

Level Sets of Scalar Valued Functions

 

This worksheet is meant to give you some tools that you can use to

explore vector valued functions and scalar valued functions of several variables.

We will use the Student[VectorCalculus]  and the plots  packages.

 

First we load the packages with a restart at the beginning.  That is

meant to make it easier to check what happens when you run your

solutions.

 

restart;
with(Student:-VectorCalculus);
BasisFormat(false):
with(plots):
with(plottools):

Deivatives and integrals for vector valued functions

   

Plotting velocity and acceleration along a curve

   

Plotting functions of two variables and contours.

   

Exercises

   


 

Download Maple_2.mw

 

Page 1 of 1