joshuarauh commited on
Commit
ff59e8e
·
verified ·
1 Parent(s): caf2988

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -538,6 +538,7 @@ STRICT REQUIREMENTS:
538
  - When setting up differential equations either in calculus or differential equation applications
539
  * carefully consider the direction of change in variables
540
  * ensure integration bounds align with the physical direction of the process being modeled
 
541
  6. Maintain clear formatting
542
  7. At the end of the solution output, print SymPy code that you would use to solve or verify the main equations in the question
543
  8. Observe the folloiwng SymPy Guidelines
 
538
  - When setting up differential equations either in calculus or differential equation applications
539
  * carefully consider the direction of change in variables
540
  * ensure integration bounds align with the physical direction of the process being modeled
541
+ - The solution must be analytical. It must not rely on numerical methods.
542
  6. Maintain clear formatting
543
  7. At the end of the solution output, print SymPy code that you would use to solve or verify the main equations in the question
544
  8. Observe the folloiwng SymPy Guidelines