[npl] / trunk / NationalProblemLibrary / ma122DB / set5 / s3_5_7.pg Repository:
ViewVC logotype

Diff of /trunk/NationalProblemLibrary/ma122DB/set5/s3_5_7.pg

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 685 Revision 686
32 32
33$a1 = random(2,5,1); 33$a1 = random(2,5,1);
34$b1 = random(2,8,1); 34$b1 = random(2,8,1);
35$c1 = random(2,4,1); 35$c1 = random(2,4,1);
36$x1 = random(1,5,1); 36$x1 = random(1,5,1);
37$deriv1 = ($c1*($x1^3+$a1*$x1+$b1)**($c1-1))*(3*$x1*$x1+$a1); 37$deriv1 = "($c1*($x1^3+$a1*$x1+$b1)^($c1-1))*(3*$x1*$x1+$a1)";
38$funct1 = "($c1*(x^3+$a1*x+$b1)^($c1-1))*(3*x*x+$a1)"; 38$funct1 = "($c1*(x^3+$a1*x+$b1)^($c1-1))*(3*x*x+$a1)";
39 39
40BEGIN_TEXT 40BEGIN_TEXT
41Let \[ f(x) = (x^3+ $a1 x + $b1) ^ { $c1 } \] 41Let \[ f(x) = (x^3+ $a1 x + $b1) ^ { $c1 } \]
42$BR 42$BR

Legend:
Removed from v.685  
changed lines
  Added in v.686

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9