Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1005,6 +1005,7 @@ def check_and_resolve_discrepancy(initial_response, sympy_output):
|
|
1005 |
then please write "SYMPY_CORRECT: True" on its own line and say that the answers are consistent and briefly explain why.
|
1006 |
Note that you may use numerical analysis to check whether the two answers are consistent,
|
1007 |
and it may be the case that the two answers evaluate to the same expression or number.
|
|
|
1008 |
|
1009 |
If the two answers are inconsistent with each other then please:
|
1010 |
1. Identify which solution is correct
|
|
|
1005 |
then please write "SYMPY_CORRECT: True" on its own line and say that the answers are consistent and briefly explain why.
|
1006 |
Note that you may use numerical analysis to check whether the two answers are consistent,
|
1007 |
and it may be the case that the two answers evaluate to the same expression or number.
|
1008 |
+
- Example: 2/sqrt(13) and 2*sqrt(13)/13 are equivalent
|
1009 |
|
1010 |
If the two answers are inconsistent with each other then please:
|
1011 |
1. Identify which solution is correct
|