CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - forward euler
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - forward euler - List
[
matlab
]
work0
DL : 0
在matlab环境下的向前和向后euler算法价偏微分方程问题-Matlab environment in the forward and backward Euler algorithm for partial differential equations the question of price
Update
: 2025-02-19
Size
: 1kb
Publisher
:
汪波
[
Mathimatics-Numerical algorithms
]
FE
DL : 0
forward euler solving differential equations
Update
: 2025-02-19
Size
: 1kb
Publisher
:
ibrahim
[
matlab
]
ex3.1.1p
DL : 0
孙志忠书:偏微分方程数值解,第三章第一节:抛物方程的有限差分解法向前欧拉格式-forward euler difference scheme for parabolic problem
Update
: 2025-02-19
Size
: 74kb
Publisher
:
赵璇
[
matlab
]
5P1R_Robot
DL : 0
simulate of 5R1T Robot in matlab(m-file) Forward Kinematic, Calculate 6 freedom degree, Reverse Kinematic, Use the Pieper’s Solution, Link Velocities, Jacobian, Newton–Euler Formulation(Direct Dynamics,Inverse Dynamics)
Update
: 2025-02-19
Size
: 434kb
Publisher
:
hasan
[
matlab
]
EULER_forward_ODE
DL : 0
[t, y]=EULER_forward_ODE(f, t0, y0, tend, Niter) 欧拉向前逼近法求解微分方程初值问题 f定义了函数f(t,y)的 t0时的初始值定义吨 Y0的定义y的初始值- [t, y]=EULER_forward_ODE(f, t0, y0, tend, Niter) Euler forward approximation method to solve IVP ODEs f defines the function f(t,y) t0 defines initial value of t y0 defines initial value of y
Update
: 2025-02-19
Size
: 2kb
Publisher
:
bcmvqqve
[
matlab
]
FORWARD-EULER
DL : 0
Euler method finite difference
Update
: 2025-02-19
Size
: 1kb
Publisher
:
ash
[
Algorithm
]
houcha
DL : 0
数值计算方法,将连续方程离散化,用插值方法,主要有后差,欧拉,前插等方法,这里是后差方法的代码-Numerical methods, discretization of continuous equations, with the interpolation method, mainly after the poor, Euler, forward runs and so on, here is the code after the poor way
Update
: 2025-02-19
Size
: 1kb
Publisher
:
吴建金
[
Algorithm
]
oula
DL : 0
数值计算方法,将连续方程离散化,用插值方法,主要有后差,欧拉,前插等方法,这里是欧拉方法的代码-Numerical methods, discretization of continuous equations, with the interpolation method, mainly after the poor, Euler, forward runs and so on, here is the code for the Euler method
Update
: 2025-02-19
Size
: 1kb
Publisher
:
吴建金
[
Algorithm
]
houla-houcha
DL : 0
数值计算方法,将连续方程离散化,用插值方法,主要有后差,欧拉,前插等方法,这里是欧拉后差方法的代码-Numerical methods, discretization of continuous equations, with the interpolation method, mainly after the poor, Euler, forward runs and so on, here is the code for the Euler difference method after
Update
: 2025-02-19
Size
: 1kb
Publisher
:
吴建金
[
Algorithm
]
ftcs_1d
DL : 0
THIS PROGRAM SOLVES TRANSIENT HEAT EQUATION IN A 1-D DOMAIN * * USING FINITE VOLUME METHOD (UNIFORM CV) * * FORWARD EULER (FTCS) METHOD -THIS PROGRAM SOLVES TRANSIENT HEAT EQUATION IN A 1-D DOMAIN * * USING FINITE VOLUME METHOD (UNIFORM CV) * * FORWARD EULER (FTCS) METHOD
Update
: 2025-02-19
Size
: 6kb
Publisher
:
nimish
[
matlab
]
Euler-ODE-Solver
DL : 0
A forward Euler method has been implemented and a simple differential equation solved to compare the performance of the Euler method with Runge-Kutta method.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Farhad
[
Algorithm
]
advanced-euler
DL : 0
C语言实现向前欧拉积分公式,可用于求解一般函数的定积分-Definite integral of the forward Euler integral formula C language, can be used to solve the general function
Update
: 2025-02-19
Size
: 1kb
Publisher
:
木惜
[
Algorithm
]
eluar
DL : 0
解微分方程的欧拉法,龙格-库塔法及其 MATLAB 简单 实例欧拉方法(Euler method)用以对给定初值的常微分方程(即初值问题)求解 分为前进 EULER 法、后退 EULER 法-Solution of differential equations of Euler, Runge- Kutta method and MATLAB simple example Euler (Euler method) for a given initial value ordinary differential equations (ie initial value problem) into forward EULER solving method, Back EULER France
Update
: 2025-02-19
Size
: 1kb
Publisher
:
harmanhe
[
Compress-Decompress algrithms
]
30333371euler
DL : 0
欧拉算法,基本思想是迭代。其中分为前进的EULER法、后退的EULER法、改进的EULER法。所谓迭代,就是逐次替代,最后求出所要求的解,并达到一定的精度。误差可以很容易的计算出来。-Euler algorithm, the basic idea is iterative. THE EULER method which is divided into forward and backward EULER ' method, improved EULER method. Called iteration is successively replaced by the required final solution is obtained, and to achieve a certain accuracy. Error can be easily calculated.
Update
: 2025-02-19
Size
: 11kb
Publisher
:
赵龙
[
Other
]
lingo
DL : 0
数独(sudoku)是一种数字逻辑游戏, 其概念源于拉丁方块, 由18世纪瑞士数学家欧拉发明, 后在美国发展并在日本得以发扬光大. 目前是最流行的一种用来锻炼逻辑思维及策略的工具. 数独玩法简单, 能全面考验做题者观察能力和推理能力. 经过这么多年的迅速发展, 已由最初的九宫数独形式演变出各种类型的数独, 符号给数学家和计算机学家提供了许多挑战性课题.本例根据九宫数独的游戏规则,提出其对应的方程组模型,然后根据方程组模型,用lingo软件进行求解。-Sudoku (sudoku) is a digital logic game, the concept stems from the Latin block from the 18th century Swiss mathematician Leonhard Euler invention, after the development in the United States and Japan to be carried forward. Currently the most popular form of exercise for logic thinking and strategy tools. Sudoku gameplay is simple and can do a comprehensive test questions by observation and reasoning skills. after so many years of rapid development, has been the first evolved form Jiu Gong Sudoku Sudoku types, symbols for mathematics home and computer scientists offer many challenging issues. JiuGongTu Sudoku in this case according to the rules of the game, put forward the corresponding equations of the model, and then according to the model equations, using lingo software to solve it.
Update
: 2025-02-19
Size
: 15.91mb
Publisher
:
sum
[
matlab
]
cnn_toolkit_ver1.0
DL : 0
1D CNN和2D CNN网络的仿真实现,包含完整的子函数分解,采用matlab编写-demo_cnn_auto- demo for Autonomous CNNs with a symmetric A template solve_cnn2d- solve a 2D CNN system, Euler method solve_cnn2d_multi- solve a 2D multi-layered CNN system, Euler method Utility routines make_cnn_params- check and update the CNN params structure make_cnn_params_multi- check and update the multi-layer CNN params structure make_cnn_time- check and update the CNN time structure step_ahead1- advance a 1D CNN state one step forward, Euler method step_ahead2- advance a 2D CNN state one step forward, Euler method unit_sat- unity saturation
Update
: 2025-02-19
Size
: 9kb
Publisher
:
任继军
[
Other
]
微分方程数值解
DL : 0
欧拉法是常微分方程的数值解法的一种,其基本思想是迭代。其中分为前进的EULER法、后退的EULER法、改进的EULER法。所谓迭代,就是逐次替代,最后求出所要求的解,并达到一定的精度。误差可以很容易地计算出来。(Euler method is a kind of numerical solution of ordinary differential equations, and its basic idea is iteration. It is divided into forward EULER method, EULER method, and improved EULER method. The so-called iteration is the successive substitution, and finally the required solution is obtained and the accuracy is achieved. The error can be easily calculated.)
Update
: 2025-02-19
Size
: 4kb
Publisher
:
tyshiwo1
[
Algorithm
]
Eular
DL : 0
2个数据互相影响的欧拉折线法的编程 可用于生物种群的计算(Forward Euler Method)
Update
: 2025-02-19
Size
: 343kb
Publisher
:
eileenyin
[
matlab
]
抛物线方程的差分格式
DL : 1
抛物线方程的几种常见差分格式matlab代码,包括向前欧拉,向后欧拉,Crank-Nicolson和Du-For-Frankel(Several common difference schemes for parabolic equations are matlab codes, including forward Euler, backward Euler, Crank-Nicolson and Du-For-Frankel.)
Update
: 2025-02-19
Size
: 150kb
Publisher
:
dwsylar
[
matlab
]
2D Unsteady Navier-Stokes
DL : 0
The "UNSTEADY_NAVIER_STOKES" script solves the 2D steady Navier-Stokes equations. The space discretization is performed by means of the standard Galerkin approach. Bilinear quadrangular elements are used for the pressure and biquadratic quadrangular elements are used for the velocity. This pressure and velocity interpolation satisfies the so-called LBB condition, which ensures the solvability of the algebraic system. For the time integration the theta-method has been implemented. According to the value of theta these schemes are obtained: 0 -> Forward Euler 1/2 -> Crank-Nicolson 3/4 -> Galerkin 1 -> Backward Euler The FEM parameters such as the number of finite elements and the number of Gauss integration points can be easily chosen. The functions and the examples are developed according with Chapter 6 "Viscous incompressible flows" of the book "Finite Element Methods for flow problems" of Jean Donea and Antonio Huerta.
Update
: 2021-10-08
Size
: 462.83kb
Publisher
:
farshid74
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.