We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5d6d0 commit 8c8e42cCopy full SHA for 8c8e42c
OpenProblemLibrary/AlfredUniv/anton8e/chapter1/1.5/prob9.pg
@@ -44,7 +44,7 @@ TEXT(beginproblem());
44
45
$ans1 = Formula("1/sqrt(x**2 + 1)")->reduce;
46
$ans2 = Formula("sqrt(1-1/x**2)")->reduce;
47
-$ans2->with(limits=>[1.1, 10], test_at=>[[-2],[-3]]);
+$ans2 = $ans2->with(limits=>[1.1, 10], test_at=>[[-2],[-3]]);
48
49
Context()->texStrings;
50
BEGIN_TEXT
0 commit comments