agentsclimarketplace

Ode solver library

Skill a5c-ai/babysitter/library/specializations/domains/science/mathematics/skills/ode-solver-library

Numerical methods for ordinary differential equationsFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill ode-solver-library

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.3 KB, 164 tokens by cl100k_base, as published. Nobody here has run it

ODE Solver Library

Purpose

Provides numerical methods and solvers for ordinary differential equations in mathematical modeling and dynamical systems analysis.

Capabilities

  • Runge-Kutta methods (explicit and implicit)
  • Multistep methods (Adams-Bashforth, BDF)
  • Stiff equation handling
  • Adaptive step size control
  • Event detection and root finding
  • Sensitivity analysis

Usage Guidelines

  1. Stiffness Assessment: Determine if problem is stiff
  2. Method Selection: Choose explicit or implicit methods accordingly
  3. Tolerance Setting: Set appropriate error tolerances
  4. Event Handling: Configure event detection for discontinuities

Tools/Libraries

  • SUNDIALS
  • scipy.integrate
  • DifferentialEquations.jl

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.