Skip to content

Commit 78032e0

Browse files
committed
Use Compute instead of Formula for answer
1 parent 3a28b5e commit 78032e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenProblemLibrary/PCC/BasicAlgebra/RationalFunctions/rationalFunctionAsymptote10.pg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ do {$c = non_zero_random(-10,10,1);} until (gcd($c,$b)==1);
5151

5252
do {$f = RandomVariableName();} until ($f ne 'x');
5353
$func = Compute("$c/($a*x+$b)")->reduce;
54-
$ansEq1=Formula("x=$x1");
54+
$ansEq1=Compute("x=$x1");
5555

5656
##############################################
5757

0 commit comments

Comments
 (0)