RKDenseOutput[rk]

returns the dense output coefficients of rk parametrized by θ.

Details and Options

  • Dense output is a polynomial interpolant to provide a solution approximation at intermediate times.
  • If rk lacks dense output, RKDenseOutput[rk] is independent of θ.

Examples

open allclose all

Basic Examples  (1)Summary of the most common use cases

Get the dense output of a collocation method:

Properties & Relations  (1)Properties of the function, and connections to other functions

Dense output can also be accessed with RKB:

Tech Notes