搜索资源列表
BVP_tutorial
- MATLAB边值问题求解的文档和源代码,好东西啊,强烈推举爱女-MATLAB to solve boundary value problems for the documentation and source code, good things ah, strongly favored daughter elected
Du-Fort-Frankel-Difference
- 一个小程序,关于一维扩散方程初边值问题的数值求解-a small procedure on the one-dimensional diffusion equation is the numerical solution
fem_ex
- 一维边值问题线性有限元数值解法的matlab程序。有详尽的算法分析,程序注释清楚。适用于有限元方法的初学者,能帮助读者加深对基本概念的理解。-one-dimensional linear boundary value problems finite element numerical solution of Matlab procedures. A detailed analysis of algorithms, clear procedures for the Notes. Applicati
suanli1_1_3
- 孙志忠编写的《偏微分方程数值解法》一书中例题1.1.3的程序。用紧差分格式解常微分方程边值问题。
finite_element_toolbox_v2.01
- matlab工具箱,使用有限元计算ODEs(常微分), PDEs(偏微分),BVPs(边值问题),包括一维,二维,三维.(Matlab Finite Element toolbox,version2.01)-This is a toolbox for computing ODEs or PDEs in BVPs using FEM in 1D, 2D and 3D
numerical_analysis_homework
- (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
findiff
- 二阶线性微分方程边值问题有限差分算法编程-Boundary value problems for second order linear differential equation finite-difference algorithm programming
twopointp
- 解两点边值问题的有限元程序代码(matlab)-Solution of Boundary Value Problems of Finite Element code (matlab)
yuanma
- 求解方程-u"(x)+u(x)=exp(x)*(sin(x)-2*cos(x))两点边值问题-Solve the equation-u " (x)+ u (x) = exp (x)* (sin (x)-2* cos (x)) Boundary Value Problems
shootingmethod
- lorenz混沌问题的解法,是求解两点边值问题,初值问题-lorenz
0002
- 用c++实现的差分格式求解微分方程。两点边值问题的差分格式- yong chafen geshi shijiande qiujie weifenfangcheng
dabasuanfa
- 非线性微分方程边值问题打靶算法Matlab程序-Shooting Algorithm for Nonlinear Differential Equations Matlab program
bianzhi
- 两点边值问题,微分方程数值解法,数值分析作业-Boundary Value Problems, Numerical Solution of Differential Equations
chengxu
- 用Ritz-Galerkin方法解边值问题: u +u=-x,0<x<1, u(0)=u(1)=0,精确解为u*(x)=sinx/sin1-x; 得出结果与精确解作比较,画出误差分析图-With the Ritz-Galerkin method to solve the boundary value problem: u' ' + u =- x, 0 <x<1, u(0)=u(1)=0,精确解为u*(x)=sinx/sin1-x; 得出结果
odesbvp
- 利用边值问题求解器bvp4c求解常微分方程的数值解(The numerical solution of ordinary differential equations is solved by using the boundary value solver bvp4c)
程序
- 差分方法解两点边值问题:-y''+q(x)y=f(x) (a<x<b)(Difference method for solving two point boundary value problems: -y''+q (x), y=f (x) (a<x<b))
新建文本文档.tar
- 边值问题的数值解及其MATLAB程序;介绍了打靶法及其MATLAB程序; 用线性打靶法和常用的四阶龙格-库塔公式求解线性边值问题数值解的MATLAB主程序(Numerical solutions of boundary value problems and their MATLAB programs)
用ritz-galerkin 法解边值问题
- 用ritz-galerkin 法解边值问题,matlab程序。(The Ritz-Galerkin method is used to solve the boundary value problem, the matlab program.)
基于有限差分法的二维边值问题的数值分析
- 1. 在matlab中分析基于分离变量法的解析解; 2. 利用简单迭代法求解,与解析法结论对比,分析求解结果的精确度。分析过程至少包括:在网格尺寸为0.1 m和1 m两种条件下,两次迭代差值最大为10-10时的分析结论; 3. 利用超松弛迭代法分析,选择松弛因子,分析其对收敛速度(即迭代次数)的影响,并确定最优值。分析过程至少包括:在网格尺寸为0.1和1两种条件下,两次迭代差值最大为10-10时,迭代次数随松弛因子的变化,得到对应的最优松弛因子,与经验值(课本165页式子3.7.15)进行
差分法求解两点混合边值问题
- 应用差分法求解两点混合边值问题的程序。。(A program for solving two point mixed boundary value problem by difference method.)
