Integral curve
An integral curve is a parametric curve that represents a specific solution to an ordinary differential equation (ODE) or system of equations .
Syntax
integral_curve(List, List)
Description
Given a list with the function (a two-elements list) and a list with the initial conditions, returns the integral curve that satisfies such initial condition.