Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -855,6 +855,8 @@ make sure the question is CLEAR about what regions you intend to be included in
|
|
855 |
- Verify the point lies on the curve
|
856 |
- State whether it's a regular point or special point (cusp, corner, etc.)
|
857 |
|
|
|
|
|
858 |
|
859 |
"""
|
860 |
|
|
|
855 |
- Verify the point lies on the curve
|
856 |
- State whether it's a regular point or special point (cusp, corner, etc.)
|
857 |
|
858 |
+
16. Be careful with trigonometric expressions involving powers
|
859 |
+
- Example: solving sin^2(x)=cos(x) can be solved as 1-cos^2(x)=cos(x)
|
860 |
|
861 |
"""
|
862 |
|