Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -808,7 +808,7 @@ Part II. Now select the problem that is number {difficulty} on your exam, state
|
|
808 |
* The only numerical calculations that should be done are those that could be done on a simple scientific calculator.
|
809 |
* Make sure to simplify completely as far as analytical methods will allow
|
810 |
4. Maintain clear formatting
|
811 |
-
5. For
|
812 |
Observe the folloiwng SymPy Guidelines
|
813 |
{SYMPY_GUIDELINES}
|
814 |
6. For problems where the subject is Real Analysis, observe the following guidelines:
|
|
|
808 |
* The only numerical calculations that should be done are those that could be done on a simple scientific calculator.
|
809 |
* Make sure to simplify completely as far as analytical methods will allow
|
810 |
4. Maintain clear formatting
|
811 |
+
5. For Computation or Application questions (NOT Proof questions): at the end of the solution output, print SymPy code that you would use to solve or verify the main equations in the question.
|
812 |
Observe the folloiwng SymPy Guidelines
|
813 |
{SYMPY_GUIDELINES}
|
814 |
6. For problems where the subject is Real Analysis, observe the following guidelines:
|