Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -539,7 +539,10 @@ STRICT REQUIREMENTS:
|
|
539 |
- When setting up differential equations either in calculus or differential equation applications
|
540 |
* carefully consider the direction of change in variables
|
541 |
* ensure integration bounds align with the physical direction of the process being modeled
|
542 |
-
- The solution must be analytical. It must not rely on numerical methods.
|
|
|
|
|
|
|
543 |
6. Maintain clear formatting
|
544 |
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
|
545 |
8. Observe the folloiwng SymPy Guidelines
|
|
|
539 |
- When setting up differential equations either in calculus or differential equation applications
|
540 |
* carefully consider the direction of change in variables
|
541 |
* ensure integration bounds align with the physical direction of the process being modeled
|
542 |
+
- The solution must be analytical. It must not rely on numerical methods.
|
543 |
+
* NO part of the solution may resort to or be based on numerical analysis.
|
544 |
+
* The only numerical calculations that should be done are those that could be done on a simple scientific calculator.
|
545 |
+
* Make sure to simplify completely as far as analytical methods will allow
|
546 |
6. Maintain clear formatting
|
547 |
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
|
548 |
8. Observe the folloiwng SymPy Guidelines
|