joshuarauh commited on
Commit
86e2004
·
verified ·
1 Parent(s): 08c00fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 obviously identical, 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
 
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