最小二乘法直线拟合算法实现与应用指南
Explanation on the least square line fitting algorithm.
本专区汇聚了各类基于 数值计算 开发的源码资源,共计 945 篇资源供开发者免费下载学习。
Explanation on the least square line fitting algorithm.
生成均匀随机数列算法实现和生成高斯随即序列的两种算法实现-uniform random number generation algorithm out and then gener
SOR法解线性方程组(逐次超松弛法)是Gauss-Seidel的改进方法-SOR method for linear equations (successive over-rela
mouthsource是一本简单介绍各种运算的书籍,对于编程人员来说是一本非常不错的书籍。-mouthsource is a simple operation on the var
完整的余弦积分源程序,非常实用的vc源代码-integrity of the cosine integral source, a very practical vc source
完整的第一类椭圆积分源程序,非常实用的vc源代码-integrity of the first class of elliptic integral source, a very
完整的vc源码有关于第二类完全椭圆积分,非常实用-vc integrity of the source code on the second category fully elli
简单的二分法 为找到顶板的方程的数值计算 fortran95
应用背景《有限元方法编程》第三版Fortran程序, 许多关于有限元的教材通常只介绍有限元分析的原理以及实际工程问题的应用,而不并致力于产生实际数 值结果的计算机程序的构建
关于数值计算中插值的一个文档。讲得简明扼要,是学习插值法的一个很好的参考。-Numerical calculation of interpolation on a document
一些混沌系统原文件和李雅普落夫指数的计算-some of the original documents chaotic system and Li-fu Yap index cal
应用背景随着物理科学所研究的现象在广度和深度两方面的扩展,偏微分方程的应用范围更广泛。这里给出典型抛物型、椭圆型、双曲型偏微分方程的程序代码,可供刚刚接触偏微分方程的人学习参考使用