Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
numeric-prelude MathObj.Polynomial.Core No documentation available.
-
numeric-prelude MathObj.PowerSeries.Core No documentation available.
recipProgression :: C a => [a]numeric-prelude MathObj.PowerSeries.Core No documentation available.
-
numeric-prelude MathObj.PowerSeries.DifferentialEquation Example for a linear equation: Setup a differential equation for y with
y t = (exp (-t)) * (sin t) y' t = -(exp (-t)) * (sin t) + (exp (-t)) * (cos t) y'' t = -2 * (exp (-t)) * (cos t)
Thus the differential equationy'' = -2 * (y' + y)
holds. The following function generates a power series for exp (-t) * sin t by solving the differential equation. -
numeric-prelude MathObj.PowerSeries.DifferentialEquation No documentation available.
-
numeric-prelude MathObj.PowerSeries.Example No documentation available.
-
numeric-prelude MathObj.PowerSeries.Example No documentation available.
-
numeric-prelude MathObj.PowerSeries.Example No documentation available.
-
numeric-prelude MathObj.PowerSeries.Example No documentation available.
-
numeric-prelude MathObj.PowerSeries.Example No documentation available.