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 integral_curve(List, List) 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. Related functions Integral curves, Vector field,Solve Table of Contents Syntax Description Related functions