搜索资源列表
Matlab语言中边值问题算法的改进
- 一片论文,是关于Matlab语言中边值问题算法的改进,-a thesis on the Matlab language boundary value problems algorithm,
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来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
Matlabpossion
- 计算数学常用的一种变成软件,本程序解决的是微分方程边值问题-Computational mathematics to become a commonly used software, this program is to solve differential equations boundary value problem
TheAnalyticalSolutionofTPBVP
- 在最优控制、变分法、微分方程等学科中常遇到两点边值问题( TPBVP ),徒手求取解析 解比较繁;MATLAB 的符号数学工具箱却又仅限于解一点边值问题。本示例阐述如何用符 号数学工具箱解 TPBVP。-In optimal control,variational calculus and differential equation frequently encountered two-point boundary value problems(TPBVP).Free-hand to g
twopointp
- 解两点边值问题的有限元程序代码(matlab)-Solution of Boundary Value Problems of Finite Element code (matlab)
shootingmethod
- lorenz混沌问题的解法,是求解两点边值问题,初值问题-lorenz
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; 得出结果
shuangquxianbianzhiwenti-matlab
- 双曲线边值问题 课程设计 微分方程 网格剖分!!!附带ppt-Hyperbolic boundary value differential equations course design mesh! ! ! With ppt
matlab
- 对节点数N=5的泊松边值问题进行超松弛迭代计算,迭代因子w=1,1.25,1.5。结果输出迭代次数、迭代解与精确解的2-范数以及画图表示最终结果。-The number of nodes N = and The Poisson Boundary Value overrelaxation iterative iterative factor w = 1,1.25,1.5. Output result the number of iterations, the iterative solution
MATLAB-homworks-
- 上学学习matlab的期末考试试题:包括地球和火星绕太阳运转动画演示;利用两种不同途径求解边值问题;多种方法求解Lorenz模型;多种方法求解Apollo卫星的运动轨迹;利用Matlab设计一个简单的计算器,要求:(1)友好的交互界面;(2)至少能够实现加减与乘除预算。-School learning matlab final exam questions include: Earth and Mars around the sun animation using two different
matlab-boundary-condition
- 针对matlab中的初值和边值问题做了详细的解答,配有图例,全书为英文版,语言通俗易懂,方便学习。-For the initial value and boundary value problems for matlab to do a detailed answer, with a legend, the book is in English, the language easy to understand, easy to learn.
程序
- 差分方法解两点边值问题:-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)
bvp4c求两点边值问题
- 用matlab的bvp4c函数求两点边值问题,简单易学(Bvp4c for two-point boundary value problem, easy to learn)
用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)进行
odesbvp
- matlab提供了边值问题求解器bvp4c()用于求解边值问题的数值解,bvp4c()采用带自适应网格的高阶差分法来求解边值问题,首先给出可调用的常微分方程组函数以及残差的边值条件函数,这些函数都必须返回一个列向量。(Matlab provides the numerical solution of the boundary value problem solver bvp4c () for solving the boundary value problem. Bvp4c () uses th
matlab 常微分方程数值解法 源程序代码
- 11.1 Euler方法 380 11.1.1 Euler公式的推导 380 11.1.2 Euler方法的改进 383 11.2 Runge-Kutta方法 385 11.2.1 二阶Runge-Kutta方法 385 11.2.2 三阶Runge-Kutta方法 388 11.2.3 四阶Runge-Kutta方法 390 11.2.4 隐式Runge-Kutta方法 391 11.3 线性多步法 392 11.3.1 Adams外推公式
matlab边值问题
- matlab边值问题求解,bvp4c利用起来,得到方程的数值解。。。。。