jlutz1

20 Reputation

4 Badges

19 years, 72 days

MaplePrimes Activity


These are answers submitted by jlutz1

> Restart:

>

Multivariable Version.

>

> dmsteps:=proc(a,b,c,d);
with(Student[Calculus1]):
infolevel[Student[Calculus1]]:=1:
print ("Differentiate with respect to ",b);
Diff(a,b); print(%);
while not Hint(%)=[] do
Hint(%); print(%);
Rule[%](%%); print(%);
end do;
sumd:=%;
print ("Differentiate with respect to: ",c);
Diff(a,c); print(%);
while not Hint(%)=[] do
Hint(%); print(%);
Rule[%](%%); print(%);
end do;
sumd:=sumd+%;
print ("Differentiate with respect to: ",d);
Diff(a,d); print(%);
while not Hint(%)=[] do
Hint(%); print(%);
Rule[%](%%); print(%);
end do;
sumd:=sumd+%;
print ("Final Answer");
sumd;
end proc:

Warning, `infolevel` is implicitly declared local to procedure `dmsteps`

Warning, `sumd` is implicitly declared local to procedure `dmsteps`

> dmsteps(sin(x)*cos(y)*z^3,x,y,z);

Maple Equation

Maple Equation

Creating problem #32

Maple Equation

Maple Equation

Maple Equation

Maple Equation

This problem is complete

Maple Equation

Maple Equation

Creating problem #33

Maple Equation

Maple Equation

Maple Equation

Maple Equation

This problem is complete

Maple Equation

Maple Equation

Creating problem #34

Maple Equation

Maple Equation

Maple Equation

Maple Equation

This problem is complete

Maple Equation

Maple Equation

> simplify(rhs(%));

Maple Equation

>

This post generated using the online HTML conversion tool
Download the original worksheet

Page 1 of 1