Skip to content

Commit 4f92fd9

Browse files
committed
Fix bug 4687
1 parent 39a6f05 commit 4f92fd9

File tree

1 file changed

+6
-2
lines changed
  • OpenProblemLibrary/AlfredUniv/anton8e/chapter2/2.4

1 file changed

+6
-2
lines changed

OpenProblemLibrary/AlfredUniv/anton8e/chapter2/2.4/prob3.pg

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ push(@output, spf( f1($x1+$i*$dh) , "%12.8g") );
7575

7676
# Present the text.
7777
TEXT(EV2(<<EOT));
78-
Given the following table:
78+
Let \(f\) be a continuous function that's defined on some interval. The following table gives some values of \(f\) at points on that interval:
7979
EOT
8080

8181
TEXT(
@@ -93,7 +93,11 @@ $INPUTSPACE = M3( qq! \\rule{${len}in}{.01in}!,
9393
Context()->texStrings;
9494
#TEXT(EV2(<<EOT));
9595
BEGIN_TEXT
96-
Use the table to find the largest \(\delta\) so that \(\vert f(x)-f($x1)\vert <$epsilon\) when \(\vert x-$x1\vert < \delta\).
96+
Assume the values in the table are typical values of \(f\), so the graph of \(f\) stays fairly close to a polygon connecting connecting consecutive points in the table, without wiggling wildly between them.
97+
98+
$PAR
99+
Use the table to find a good approximation of the largest \(\delta\) so that \(\vert f(x)-f($x1)\vert <$epsilon\) when \(\vert x-$x1\vert < \delta\).
100+
97101
$BR
98102
\(\delta = \)\{ans_rule(20) \}
99103
$PAR

0 commit comments

Comments
 (0)