搜索资源列表
CG
- 共梯度算法程序代码.数学上,共梯度法实求解特定线性系统的数值解的方法,其中那些矩阵为对称和正定。共轭梯度法是一个迭代方法,所以它适用于稀疏矩阵系统,因为这些系统对于象乔莱斯基分解这样的直接方法太大了。这种系统在数值求解偏微分方程时相当常见。 共梯度法也可以用于求解无约束优化问题。
matlab
- 插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。-Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlinear equations, iterative, rand
dune-common-1.2.1
- DUNE (Distributed and Unified Numerics Environment),分布和统一数值解环境,是一种求解偏微分方程的基于网格的方法(PDE)的模块化的工具箱。DUNE是所有这些体现了科学计算的概念从抽象的接口设置第一次。现代C + +编程技术使同样的概念非常不同的实现使用一个非常低的开销一个共同的接口。因此,DUNE确保在科学计算的效率,并支持高性能计算应用。-DUNE (Distributed and Unified Numerics Environment),
MATLAB_Arithmetic
- 书名:[MATLAB语言常用算法程序集].(龚纯).清晰版 内容:插值,函数逼近,特征值计算,数值微分,数值积分,方程求根,非线性方程组求解,线性方程组的直接法,线性方程组的的迭代法,随机数生成,特殊函数计算,常微分方程的初值问题,偏微分方程的数值解法,数据统计和分析。-Title: [MATLAB algorithms commonly used in assembly language]. (Gong pure). Clearer view of the contents: interp
weifenfangchengdeshujijiefa
- 运用MATLAB求解偏微分方程的数值解的程序-Numerical Solution of Partial Differential Equations MATLAB program
MATLAB-language
- 差值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、线性方程组直接法、线性方程组迭代法、随机数生成、特殊函数计算、常微分方程初值问题、偏微分方程数值解法、数据统计和分析-Difference, function approximation, eigenvalue calculation, numerical differentiation, numerical integration, finding roots of equations, nonlinear equ
Differential-Equations
- 偏微分方程的MATLAB解法,用于求解偏微分方程的数值解-MATLAB solution of partial differential equations, numerical solution for solving partial differential equations
111
- 用来求解偏微分方程数值解法,利用了有限元解法。-Used to solve a partial numerical solution of differential equation, using the finite element method.
finite-elment
- 利用有限元法-三角形元,双线性元,双二次元,serendipity元离散,求解偏微分方程数值解-Using the finite element method- triangular elements, bilinear million, double the second element, serendipity element discretization for solving partial differential equations
PDE
- 提供matlab多种数值解偏微分方程算法程序,程序用于求解比较容易的情形-Offer a variety of matlab numerical solution of partial differential equation algorithm procedures, procedures for solving more easily
Euler-Method-slove-PDE
- 利用欧拉法求解偏微分方程,分析数值解与解析解之间的关系-Use Euler Method to slove PDE
Improve-Euler-Method-slove-PDE
- 利用改进的欧拉法求解偏微分方程,并用图像演示数值解与解析解之间的关系-Use Improving Euler Method to slove PDE
偏微分方程的数值解法
- 偏微分方程的经典求解方法,有限元分析法,可以求解典型的偏微分方程的数值解(The classical solution of partial differential equations and finite element analysis can solve the numerical solutions of typical partial differential equations)
偏微分方程的数值解法
- 《偏微分方程的数值解法》源代码,用matlab数值法求解常见偏微分方程("Numerical solution of partial differential equations" source code, using MATLAB numerical method for solving ordinary partial differential equations)
pde1
- 用数值方法有限差分法求解二阶偏微分方程附带C分解(partial differential equation)
finite_element_quadratic_form
- 这个c++程序用于求解形如 -(pu')'+qu=f;u=0于左边界;u'=alpha于右边界。 的椭圆型偏微分方程。采用有限元解法,二次元差分格式。 使用说明: 在corefunc.h中自己定义修改方程中的函数p,q,f,它们分别对应文件中的3个函数funcp,funcq,funcf。 核心函数是double *Calcu(double *x, int n,double alpha=0.0) 其中x是节点数组,n+1应等于节点数量。alpha是右边值条件。核心函数返回计算的 近似解u在节点及对
数值分析
- 数值计算主要研究如何利用计算机更好的解决各种数学问题,包括连续系统离散化和离散形方程的求解,并考虑误差、收敛性和稳定性等问题。从数学类型分,数值运算的研究领域包括数值逼近、数值微分和数值积分、数值代数、最优化方法、常微分方程数值解法、积分方程数值解法、偏微分方程数值解法、计算几何、计算概率统计等。随着计算机的广泛应用和发展,许多计算领域的问题,如计算物理、计算力学、计算化学、计算经济学等都可归结为数值计算问题。(Numerical calculations mainly study how to
Untitled
- 使用两种不同的方法,合理的设置时间步长和空间步长求解给定热传导方程(Using two different methods, the time step and the space step are reasonably set to solve the given heat conduction equation.)
偏微分方程数值解法课件+南京师范大学
- 求解一般偏微分方程和一些基本的偏微分方程(Solving general partial differential equations)
KS_扰动_后向差分数值解
- 用python求解偏微分方程KS方程,用于混沌系统预测(solve PDE by python and use the data to predict chaotic)