joshuarauh commited on
Commit
b988d1c
·
verified ·
1 Parent(s): 6f13d68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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