Chalkboard - v3.0.1
    Preparing search index...

    Function toScalarSeries

    • Returns the first component of a solution of an ODE.

      Parameters

      • sol: { t: number[]; y: number[][] }

        The solution of the ODE.

      Returns number[]