root-finding
Installation
SKILL.md
Root Finding
When to Use
Use this skill when working on root-finding problems in numerical methods.
Decision Tree
- Characterize the Problem
- Single root or multiple roots?
- Bracketed (know interval containing root)?
- Derivatives available?