## DESCRIPTION ## Calculus: Indeterminant Forms and L'Hopital's Rule ## ENDDESCRIPTION ## KEYWORDS('Indeterminant Forms', 'LHopitals rule') ## Tagged by YL ## DBsubject('Calculus') ## DBchapter('Applications of Differentiation') ## DBsection('Indeterminate Forms and L'Hospital's Rule') ## Date('5/29/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus: Early Transcendentals') ## EditionText1('5') ## AuthorText1('Stewart') ## Section1('4.4') ## Problem1('57') ## TitleText2('Calculus: Early Transcendentals') ## EditionText2('6') ## AuthorText2('Stewart') ## Section2('4.4') ## Problem2('') DOCUMENT(); # This should be the first executable line in the problem. loadMacros( "PG.pl", "PGbasicmacros.pl", "PGchoicemacros.pl", "PGanswermacros.pl", "PGauxiliaryFunctions.pl" ); TEXT(beginproblem()); $showPartialCorrectAnswers = 1; $a = random(2,7,1); $b = random(2,7,1); $c = exp(-$a*$b); TEXT(EV2(<["-I","I","DNE"])); ENDDOCUMENT(); # This should be the last executable line in the problem.