# Solvned: A numerical ODE framework for Go Solvned is a framework for solving ordinary differential equations in Go. It provides a variety of methods to solve these equations, from the simple Euler method to the sophisticated Runge-Kutta-Fehlberg method, as well as the means to define new methods and operate with them in a general way, with interpolation and an event mechanism for iteration until a given point. Check out the visualization examples at the `examples` directory and the [pkg.go.dev documentation](https://pkg.go.dev/github.com/JwanMan/mned).