Spaces:
Running
Running
Update app.py
Browse files
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
|