搜索资源列表

  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-05-15
    • 文件大小:1024
    • 提供者:王志波
  1. Longgetuta

    0下载:
  2. 龙格库塔算法,用于拟合GLONASS的星历数据,15分钟精度在5米之内,可以向前推,也可以向后推!-Runge- Kutta method for fitting the GLONASS satellite ephemeris data, the accuracy of 15 minutes within five meters, can move forward, but also can push back!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:28672
    • 提供者:于兴旺
  1. cal_direct

    0下载:
  2. 用龙格-库塔法直接解算微分方程,程序中的例子是求解10个线性微分方程组-using the Runge- Kutta method direct solution differential equations, the procedures for example is 10 linear equations
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:谢鹏
  1. MicrosoftWord3

    0下载:
  2. 精度再往上走两个量级,runge-kutta法是最常用的单步高精度微分方程的解法,ode45的基本思想即来自于此,由于lyrock对这个方法的基本问题已经总结的比较全面,因此,我在这里只是简单介绍一下我自己学习的感受-accuracy upward taking two order of magnitude, runge- kutta method is the most commonly used high-precision sin
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:王正刚
  1. rossler

    0下载:
  2. 用来计算rossler吸引子的程序,运用四阶龙格库塔法非常实用,-used to calculate rossler attractor procedures, using four-Runge- Kutta method is very practical.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:张小娟
  1. 3

    0下载:
  2. 这是一个计算方法中的四阶经典Runge-Kutta方法演示程序,用C语言编写-This is a method of calculating the fourth-order classical Runge-Kutta methods of demonstration of procedures, using C language
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:陈梅
  1. 20607154

    0下载:
  2. 我们的大作业,包括runge-kutta法仿真,0-1分布,反变换的C语言原程序,还有结果图,应该是每问题的-Our major operations, including the runge-kutta method simulation ,0-1 distribution, anti-transform the original C language program, as well as the results of maps,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:604160
    • 提供者:张菊华
  1. mathmatic

    0下载:
  2. 数值计算 中的各种算法: Lagrame插值,Newton迭代法,Runge-kutta,二分法求根,解线性方程组的Guass列主元消去法,自动选择步长Simpson法-Numerical calculation of the various algorithms: Lagrame interpolation, Newton iteration, Runge-kutta, dichotomy roots, solving linea
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:Wing
  1. ODE4

    0下载:
  2. Matlab中的四阶龙格库塔法m文件。 -Matlab in the fourth-order Runge-Kutta method m file.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:小强
  1. Rungkuta4

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

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:王明
  1. GRKT10

    0下载:
  2. 通过C语言,实现龙格库塔法,用四阶龙格库塔法求解一阶微分方程组。-Through the C language, the realization of Runge-Kutta method with fourth-order Runge-Kutta method for solving first-order differential equations.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:小马
  1. Runge_Kutta_4

    0下载:
  2. 4+ runge kutta 方法 。。求解各类所需-4+ Runge kutta method. . Solving all kinds of requirements
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:neng
  1. solutionofillsystem

    0下载:
  2. 病态系统求解方法比较:龙格库塔4固定步长、变步长、吉尔法-Pathological system solving methods: Runge-Kutta 4 fixed step size, variable step size, Gill Law
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:loser zeng
  1. r_k4

    0下载:
  2. 一个模拟弹簧系统的4阶龙格库塔方法,用于绘制震动图形-Spring system in a simulated 4-order Runge-Kutta method for rendering graphics vibration
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:111
  1. pengtaiyu2

    0下载:
  2. 四阶龙格库塔法,大学MALAB实践课程 需要的请下载-Fourth-order Runge-Kutta method, the University needs MALAB practical courses please download
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:pengtaiyu
  1. R-K-F

    0下载:
  2. 较著名的解初值微分方程的数值方法——自适应Runge-Kutta-Fehlberg算法-More well-known solutions of initial value differential equations numerical methods- adaptive Runge-Kutta-Fehlberg algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:田建飞
  1. sr

    0下载:
  2. 运用龙格库塔算法求解朗之万方程,进而实现随机共振系统-The use of Runge-Kutta algorithm for solving Langevin equation, and then the realization of stochastic resonance systems
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:waiwai
  1. RungeKutta

    0下载:
  2. 用龙格库塔求解微分方程的例子,用C语言编写,可作为参考。-Using Runge-Kutta solution of differential equation example, using C language, can be used as reference.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:254976
    • 提供者:leebeing
  1. jie

    0下载:
  2. 用四阶Runge-Kutta法解延迟微分方程组,用到的朋友看一下啊-Using fourth-order Runge-Kutta method for delay differential equations, a friend used to look at ah
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:
  1. runge

    0下载:
  2. 数值逼近对于Runge函数f(x)= ,在[-1,1]上作等距节点插值,分别取n=4,n=8,n=12,插值的图像-Numerical approximation for the Runge function f (x) =, in [-1,1] on equidistant nodes for interpolation, respectively n = 4, n = 8, n = 12, the image interpolati
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:15360
    • 提供者:zn
« 1 2 34 5 6 7 8 9 10 ... 49 »

源码中国 www.ymcn.org