# One Dimensional Heat Equation via SUNDIALS and Haskell

DevFeed: [One Dimensional Heat Equation via SUNDIALS and Haskell](<https://devfeed.tech/articles/one-dimensional-heat-equation-via-sundials-and-haskell-36144.md>)

Original publisher: [Read original article](<https://idontgetoutmuch.wordpress.com/2019/10/22/one-dimensional-heat-equation-via-sundials-and-haskell/>)

Author: Dominic Steinitz

Published: 2019-10-22T09:45:32Z

Content type: tutorial

Language: en

Sources: [Maths, Stats & Functional Programming](<https://devfeed.tech/sources/maths-stats-functional-programming.md>)

Topics: [Haskell](<https://devfeed.tech/topics/haskell.md>), [Library](<https://devfeed.tech/topics/library.md>)

Tags: [example](<https://devfeed.tech/tags/example.md>), [haskell](<https://devfeed.tech/tags/haskell.md>), [library](<https://devfeed.tech/tags/library.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>)

## AI overview

A short Haskell example showing how to use SUNDIALS through the hmatrix-sundials library to solve a simple one-dimensional heat-equation partial differential equation. The example is based on C examples included with the SUNDIALS source.

## Source excerpt

This is a short example of how to use SUNDIALS to solve a simple partial differential equation in Haskell via the hmatrix-sundials library. The example is taken from the C examples that come with the SUNDIALS source. Here's the full blog. I'll give a better URL soonish.