抛物线
一个简洁的包中的热方程求解器,可以用 gnuplot 生成漂亮的 gif。
描述
我还没有读过所有关于偏微分方程的数学,但我对它们有某种直觉。 我当然想和他们一起制作一些漂亮的 gif。
它们的含义是什么? 那么它是一个二维板,它的温度绘制为第三个维度。 更多关于。
要求
ghc、cabal、gnuplot、imagemagick、linux(嗯,确实是 unixy 的东西。)另外,运行这些:
# cabal update # might be needed, if dependency tree exhausted.
cabal install --dependencies-only
ghc -O2 --make -threaded -rtsopts parabolic-pde
(cd plot; ghc datify.hs)
用法
我使用目录输入和输出来存储数据,所以它
1