Skip to content

Commit 2a49e69

Browse files
committed
Use Compute instead of Formula in answer
1 parent 78032e0 commit 2a49e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenProblemLibrary/PCC/BasicAlgebra/RationalFunctions/rationalFunctionAsymptote30.pg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $c = non_zero_random(-10,10,1);
5959
do {$f = RandomVariableName();} until ($f ne 'x');
6060
$func = Compute("$c/(x**2+$a*x+$b)")->reduce;
6161

62-
$ans = List(Formula("x=$x1"),Formula("x=$x2"));
62+
$ans = List(Compute("x=$x1"),Compute("x=$x2"));
6363
$var = 'x';
6464

6565
##############################################

0 commit comments

Comments
 (0)