Skip to content

Commit ce72ef5

Browse files
committed
Fix bug 4688
1 parent b69c1a1 commit ce72ef5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

OpenProblemLibrary/AlfredUniv/diffeq/series/differentiateseries.pg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
## Institution(Alfred University)
1212
## Author(Darwyn Cook)
1313
## Level(2)
14+
## MO(1)
15+
## Static(1)
1416
## TitleText1('Differential Equations: With Boundary Value Problems')
1517
## AuthorText1('Zill')
1618
## EditionText1('6')
@@ -33,7 +35,7 @@ $showPartialCorrectAnswers = 1;
3335
Context()->variables->add(k=>"Real");
3436

3537
$ak = Formula("(k+1)x^(k+3)");
36-
$derivative = $ak->D('x');
38+
$derivative = $ak->D('x')->with(limits=>[[1,2],[1,2]]) ;
3739

3840
Context()->texStrings;
3941
BEGIN_TEXT

0 commit comments

Comments
 (0)