搜索资源列表

  1. Neville

    0下载:
  2. 本程序为基于matlab的插值分析与Euler解常微分方程的应用实例。-the procedures for the Matlab-based analysis and interpolation Euler solution of the ordinary differential equations application examples.
  3. 所属分类:界面编程

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:阙歌
  1. Euler_Taylor

    0下载:
  2. Euler解常微分方程,Taylor解常微分方程,追赶法求解三对角方程-Euler solutions ordinary differential equations, differential equations solution Taylor, catching up with the method three pairs Kok equation
  3. 所属分类:matlab例程

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:陈鹏
  1. MATLABpro

    0下载:
  2. 该程序包包含大量的matlab程序,比如Euler解常微分方程、neville插值、newton插值、Taylor解微分方程、改进平方根法、追赶法-The package includes a large number of Matlab program, such as Euler solutions ordinary differential equations, Neville interpolation, Newton inte
  3. 所属分类:matlab例程

    • 发布日期:2024-09-20
    • 文件大小:20480
    • 提供者:叶建槐
  1. rk4

    0下载:
  2. function [tout, yout] = rk4(ypfun, tspan, y0, h) %定步长四阶Runge-Kutta法求常微分方程(组)数值解 %[tout,yout] = rk4( ypfun , tspan, y0,h) % 这里字符串ypfun是用以表示f(t, y)的M文件名, % tspan=[t0, tfinal]表示自变量初值t0和终值tf % y0表示初值向量y0,h是步长。 %
  3. 所属分类:Windows编程

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:王志波
  1. odeEuler

    0下载:
  2. 求解常微分方程数值解的Euler算法matlab源程序。-ordinary differential equation solving numerical solution of Euler algorithm Matlab source.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:闰土
  1. odeRK4

    1下载:
  2. 4阶龙格库塔方法求常微分方程的数值算法的函数子程序。-four bands Runge- Kutta method for ordinary differential equations, numerical algorithm of the function subroutine.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:闰土
  1. suanli1_1_3

    1下载:
  2. 孙志忠编写的《偏微分方程数值解法》一书中例题1.1.3的程序。用紧差分格式解常微分方程边值问题。-SUN Zhi-zhong prepared,
  3. 所属分类:matlab例程

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:zhang
  1. Rungkuta4

    1下载:
  2. 4阶龙格--库塔法解常微分方程,比较好用,希望大家尝试.-4-order Runge-Kutta method solution of ordinary differential equations, more useful, I hope everyone try.
  3. 所属分类:matlab例程

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:王明
  1. matlab22

    0下载:
  2. 把微分方程的一维经典初值问题的有限插分法:Euler法、改进的Euler法、Admas二步外插法、Admas二步内插法编写成通用子程序,并且利用这些通用子程序解决常微分方程的数值解。-The classical one-dimensional differential equations initial value problem of limited interpolation method: Euler method, improv
  3. 所属分类:matlab例程

    • 发布日期:2024-09-20
    • 文件大小:2048
    • 提供者:mengxiang
  1. fit

    0下载:
  2. 用差分方程或数值微分解决简单的实际问题。 实验3 插值与数值积分 l 插值问题提法和求解思路 l Lagrange插值的原理和优缺点 l 分段线性和三次样条插值的原理和优缺点 l 用MATLAB实现分段线性和三次样条插值 l 梯形、辛普森积分公式的原理及MATLAB实现 l 数值积分公式的误差——收敛阶的概念 l 高斯积分公式
  3. 所属分类:matlab例程

    • 发布日期:2024-09-20
    • 文件大小:364544
    • 提供者:周易
  1. prog10-16

    0下载:
  2. 余向阳博士Matlab教程的源代码。 包括:1.非线性方程的解法;2.线性方程的数值解法;3插值法;4.常微分方程的解法-Dr. Yu Xiangyang Tutorial Matlab source code. Include: 1. Non-linear equations 2. The numerical solution of linear equations 3 interpolation 4. The soluti
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-09-20
    • 文件大小:12288
    • 提供者:张扬
  1. ode45

    0下载:
  2. 解常微分方程的Matlab程序 字符串ypfun是用以表示f(t, y)的M文件名, tspan=[t0, tfinal]表示自变量初值t0和终值tf y0表示初值向量y0,可选参数options为用odeset设置精度等参数。 输出列向量tout表示节点,输出矩阵yout 表示数值解,每一列对应y的一个分量。若无输出参数,则作出图形。-Solution of ordinary differential equat
  3. 所属分类:matlab例程

    • 发布日期:2024-09-20
    • 文件大小:6144
    • 提供者:jiajt
  1. matlabnsoodeami

    0下载:
  2. 这是一篇关于常微分方程数值解及其Matlab实现的论文形式的论文-This is the article on the numerical solution of ordinary differential equations and Matlab implementation form of a thesis paper
  3. 所属分类:软件工程

    • 发布日期:2024-09-20
    • 文件大小:999424
    • 提供者:zz
  1. 用MATLAB解常微分方程

    0下载:
  2. 利用MATLAB求解常微分方程,列举例子后并进行说明(Using MATLAB for solving ordinary differential equations, cited examples and explained)
  3. 所属分类:matlab例程

    • 发布日期:2024-09-20
    • 文件大小:57344
    • 提供者:GJG123
  1. Matlab

    0下载:
  2. 一个简单的MATLAB程序解决微分方程,不知道写啥(A simple of program to solve differential equations, do not know what to write)
  3. 所属分类:其他小程序

    • 发布日期:2024-09-20
    • 文件大小:15360
    • 提供者:粪海狂蛆
  1. Matlab解微分方程(ODE+PDE)

    0下载:
  2. MATLAB解常微分方程和偏微分方程求解器介绍,算法和用法。结合几个有代表性的案例,一步步讲解,非常简单、清楚,明了(MATLAB solutions to ordinary differential equations and partial differential equations solver, algorithm and usage. A few representative cases, step by step, are
  3. 所属分类:文档资料

    • 发布日期:2024-09-20
    • 文件大小:496640
    • 提供者:Shown Liu
  1. work

    0下载:
  2. 用Mtlab写的解常微分方程的欧拉法,属于比较基础的方法。(The solution of ordinary differential equations of Euler method)
  3. 所属分类:matlab例程

    • 发布日期:2024-09-20
    • 文件大小:3072
    • 提供者:GLLll
  1. MATLAB解矩阵微分方程

    0下载:
  2. 本文先简要介绍了矩阵的积分和微分的定义;接着通过弹簧-质量块儿-阻尼器系统的例子,阐述了求解常微分方程数值解的常用方法;最后,在前两部分的基础上,总结了用MATLAB求解形如_X(t) = f(X(t); t) 矩阵微分方程数值解的方法。(In this paper, the definition of integral and differential of matrix is briefly introduced. Then the
  3. 所属分类:matlab例程

    • 发布日期:2024-09-20
    • 文件大小:300032
    • 提供者:李磊哥
  1. matlab 常微分方程数值解法 源程序代码

    0下载:
  2. 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
  3. 所属分类:其他小程序

    • 发布日期:2024-09-20
    • 文件大小:16384
    • 提供者:XWLYF
  1. Euler法解微分方程数值解

    0下载:
  2. 用Euler法计算常微分方程数值解,其基本思想是迭代。其中分为前进的Euler法、后退的Euler法、改进的Euler法。所谓迭代,就是逐次替代,最后求出所要求的解,并达到一定的精度。
  3. 所属分类:matlab例程

« 12 3 4 5 »

源码中国 www.ymcn.org