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