Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1113,7 +1113,7 @@ def check_and_resolve_discrepancy(initial_response, sympy_output):
|
|
1113 |
2. To prove equivalence, you MUST do at least ONE of the following:
|
1114 |
a) Algebraically transform one expression into the other through valid steps
|
1115 |
b) Show that they evaluate to the sane number.
|
1116 |
-
NOTE: Before you assert that the SymPy and Original solution evaluate to the same number, CAREFULLY calculate the value of each. If the expressions are not
|
1117 |
|
1118 |
3. For special functions (like hypergeometric functions):
|
1119 |
- Do not assume equivalence without verification
|
|
|
1113 |
2. To prove equivalence, you MUST do at least ONE of the following:
|
1114 |
a) Algebraically transform one expression into the other through valid steps
|
1115 |
b) Show that they evaluate to the sane number.
|
1116 |
+
NOTE: Before you assert that the SymPy and Original solution evaluate to the same number, CAREFULLY calculate the value of each. If the expressions are not identical in symbolic form, double check: CALCULATE each solution CORRECTLY out to 10 decimal places and compare the results.
|
1117 |
|
1118 |
3. For special functions (like hypergeometric functions):
|
1119 |
- Do not assume equivalence without verification
|