文件名称:Numerical-Analysis
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
数值分析/数值计算程序,包括差值、拟合、积分、微分、线性方程组求解、非线性方程求根、常微分方程求解、偏微分方程求解、特征值求解,适合入门参考-Numerical analysis/numerical calculation procedures, including the difference, fitting, integral, differential, linear equations, finding roots of nonlinear equations, ordinary differential equations, partial differential equations, eigenvalues solved for entry reference
(系统自动生成,下载前可以参看下载内容)
下载文件列表
非线性方程组\broyden1.f90
............\broyden2.f90
............\DFP.f90
............\DFS.f90
............\newtons.f90
积分\dblquad.f90
....\Gauss_Legendre.f90
....\Romberg.f90
....\simpson.f90
....\tripquad.f90
拟合\downtrix.f90
....\normal.f90
....\polyfit.f90
....\uptrix.f90
偏微分方程\diffuse-GN.f90
..........\diffuse.f90
..........\LaplaceD.f90
..........\LaplaceN.f90
..........\wave.f90
特征值\eigenvalue_QR.f90
......\power.f90
......\power_norm2.f90
......\Rayleigh.f90
......\Rayleigh_amend.f90
微分\diff2.f90
....\diff3.f90
....\diff4.f90
....\diffF.f90
....\diffT.f90
线性方程组迭代法\conjualate.f90
................\gaussseid.f90
................\jacobi.f90
................\jor.f90
................\maxdown.f90
................\richardson.f90
................\richardson_General.f90
................\sor.f90
..........分解法\chase.f90
................\cholesky.f90
................\determinant.f90
................\Fortan.f90
................\gauss.f90
................\gauss_maxcol.f90
................\Gram_Schmidt_QR.f90
................\Househouder_QR.f90
................\invert.f90
................\LUCrout.f90
................\LUDoolittle.f90
差值\B_spline_cycle.f90
....\B_spline_fix.f90
....\B_spline_natural.f90
....\Hermite.f90
....\Lagrange.f90
....\newton.f90
....\spline_cycle.f90
....\spline_fix.f90
....\spline_natural.f90
常微分方程\Adams_Bash there.f90
..........\Adams_Bashforth.f90
..........\Gill.f90
..........\PECE_four.f90
..........\PECE_there.f90
..........\Rung_Kutta simultaneous.f90
..........\Rung_Kutta single.f90
非线性方程\bisect.f90
..........\muliter2.f90
..........\muliter4.f90
..........\multiroot.f90
..........\newton.f90
..........\picard.f90
..........\secant.f90
..........\stefensen.f90
非线性方程组
积分
拟合
偏微分方程
特征值
微分
线性方程组迭代法
线性方程组分解法
差值
常微分方程
非线性方程