Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -819,6 +819,10 @@ j. **Concluding and Intuitive Explanations**
|
|
819 |
- When the Hessian is inconclusive, evaluate the function along the critical curves to determine behavior
|
820 |
- Don't rely solely on the Hessian - consider direct function evaluation and nearby points
|
821 |
|
|
|
|
|
|
|
|
|
822 |
"""
|
823 |
|
824 |
#Consider
|
|
|
819 |
- When the Hessian is inconclusive, evaluate the function along the critical curves to determine behavior
|
820 |
- Don't rely solely on the Hessian - consider direct function evaluation and nearby points
|
821 |
|
822 |
+
12. When using symmetry arguments:
|
823 |
+
- Explicitly state what is symmetric
|
824 |
+
- Identify the axis/plane of symmetry
|
825 |
+
|
826 |
"""
|
827 |
|
828 |
#Consider
|