Returns the first component of a solution of an ODE.
The solution of the ODE.
const result = Chalkboard.diff.toScalarSeries({ t: [0, 1, 2], y: [[1], [2], [4]] }); // Returns [1, 2, 4] Copy
const result = Chalkboard.diff.toScalarSeries({ t: [0, 1, 2], y: [[1], [2], [4]] }); // Returns [1, 2, 4]
Returns the first component of a solution of an ODE.