搜索资源列表
Euler(matlab)_CanTestWithImage
- 计算图像中的欧拉数,经典代码,采用matlab实现,可以熟悉欧拉数的求法,及相关MATLAB函数的用法,带图片可测试。-calculated image of Euler number, classic code using Matlab realized, could familiar with the Euler number for the law, MATLAB functions and related usage, with pictures can be tested.
euler
- 一种数值分析常用的欧拉算法,用matlab实现的
Fleury.rar
- 用C++实现的fleury算法查找欧拉回路,已经编译好,解压缩后可以直接运行,With C++ Realized fleury algorithm to find Euler circuit, has been compiled, and can be extracted directly run
Chapter6
- 数值解法 例1 用改进的欧拉方法求一阶方程初值问题的 数值解 例2 数学摆的运动方程与近似方程数值解比较 例3 四阶龙格库塔公式求数值解 Matlab实现求数值解 例1 求初值问题y =x*sin(x)-y,y(0)=0的数值 解.先编辑一个定义方程的ODEF函数文件 ODEfun1.m. 例2 求方程组初值问题的数值解,按指定步长 0.05划分节点. 例3 按指定的精度求高阶方程初值问题的数值解.-Numerical S
3dtrans
- 3D Space Coordinate Transformations This folder contains 3 files (m-functions) : - t2x.m Transformation Matrix to Generalized Position Vector. - x2t.m Generalized Position Vector to Transformation Matrix. - m2m.m Mass/Inertia Tensor
euler
- euler格式前进、后退和改进的格式,并在一个程序中-euler
Euler
- 欧拉方法的MATLAB实现,这个程序是有运行结果的-A program
Euler
- Euler方法求解微分方程的源程序,很实用,绝对正确,还有画图功能,图形中描出点来,简单易懂。-Euler method for solving differential equations of the source, very practical, absolutely right, there are drawing function, points to delineate the graphic, easy to understand.
Matlab-FEM
- Matlab程序 桁架结果、欧拉梁程序 不错哦-Matlab truss result, Euler beam program
Matlab--euler
- 小程序,matlab编的,用于解常微分方程的问题-Small program, matlab compiled for the solution of ordinary differential equations of the problem
the-fem-using-matlab
- 包括欧拉梁单元,杆件梁单元,Truss单元,边界处理等。可通用,里面有变量说明。详细可参考THE FINITE ELEMENT METHOD USING MATLAB-Euler beam element
Matlab-Euler-method
- 基于Euler方法解常微分方程,过程简单,方便,速度快-Solution of ordinary differential equations based on Euler method, the process is simple, convenient, fast! !
MATLAB-Euler
- MATLAB Euler法求解微分方程组 源程序代码-MATLAB Euler method for solving differential equations of the source code
euler mehod
- 欧拉法是一种一阶数值方法,用以对给定初值的常微分方程(即初值問題)求解。它是一种解决数值常微分方程的最基本的一类显型方法(euler method for iteration)
MATLAB使用欧拉Euler法求解微分方程组 源程序代码
- Matlab欧拉法解微分方程的程序源代码,供matlab学习使用(Matlab Euler solution of differential equations of the program source code, for learning to use matlab)
codmatlab
- comando window euler y luego te pide los datos a ingresar el programa hace el resto
改进欧拉法的Matlab程序
- 改进欧拉法的Matlab程序,,,,,,,,,,,,,,,,(The improved Euler method Matlab program)
Matlab
- matlab代码,干货满满,涉及Euler解常微分方程、追赶法求解三对角方程等等(matlab learing,Newton interpola,Euler,ordinary differential equation)
matlab
- 这是一些我自己编写的算法实现,包括阿达姆斯,牛顿,尤拉方法等等算法(This is my own written algorithm, including Adams, Newton, Euler method and algorithm)
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外推公式