CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ode solving

搜索资源列表

  1. sdfsadfsdafasd123

    1下载:
  2. Differential Equations (ODE) Solver through Galerkin Method Galerkin方法求解常微分方程组的实现 这个matlab程序通过Galerkin方法求解常微分方程组,当然求解的结果是 Differential Equations (ODE)近似的解。-Differential Equations (ODE) Solver through Galerkin Method Galerkin method for
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:203720
    • 提供者:adu
  1. CODES

    0下载:
  2. This file conclude of five codes , four of them in Mathematica program and one in C++. 1. Erk4.nb. this code represent the explicit Runge Kutta method of order four for solving first order ODE. 2. RK45.nb This code represent the Embedded Runge Ku
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:40709
    • 提供者:OS
  1. interesting.cpp

    0下载:
  2. Progonka Method for solving ODE
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1265
    • 提供者:samantha
  1. k3

    0下载:
  2. Predictor-corrector method for solving ODE (Runge- Kutha )
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1790
    • 提供者:samantha
  1. odesolve

    0下载:
  2. solving ODE equations
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:23752
    • 提供者:Amjad Mody
  1. Rafal_Majorczyk_AssingmentC_-Sharp8

    0下载:
  2. Goal of the project was to use numerical methods for solving systems of ordinary differential equations (ODE) using MATLAB software. As in previous assignments first of all I had to research for algorithms, which would be helpful during evaluatio
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1078341
    • 提供者:rmajorcz
  1. ParallelComputingDemos

    0下载:
  2. 在这个网络研讨会共有3个主要的例子所示: *塔放置优化的电话使用内置的并行能力,优化工具箱 *一个ODE扫描参数研究使用for循环并行 *第二阶波动方程的求解使用CPU和GPU 你可以找到这里的网络研讨会记录:http://www.mathworks.com/wbnr56334-There were 3 main examples shown in this Webinar: * Optimization of phone tower placement using
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:140587
    • 提供者:abeaqhax
  1. EULER

    0下载:
  2. 尤拉法解ode,張鵬永老師傳授之數值方法-Euler method for solving ode, Zhang Pengyong teacher
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1482
    • 提供者:李保羅
  1. MATLAB2011couse

    0下载:
  2. 本书使用简单易行的风格,一开始介绍了 MATLAB基础,你将学习到如何绘制图象,求解 代数方程及计算积分,也将学习到如何求解微分 方程,求 ODE 的数值解,使用特殊函数等。本书 含有几百个例子及其详细解答过程,章末带有习 题,书末还带最终测试题目,一句话,本书给予 你的是MATLAB精华。 本自学指导书提供了:  上手MATLAB的最快方法  几百个带有解答过程的工作实例  覆盖了MATLAB7 &
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5230335
    • 提供者:wangshuangxi
  1. compareODEsols

    0下载:
  2. Solving IVP ODEs using Symbolic MATH "dsolve", Laplace Transforms and MuPAD for analytic solutions and ODE45, ODE113 and Simulink for numeric solutions of the given 2nd order ODE is shown in this scr ipt.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:9630
    • 提供者:Karthi
  1. ODE_solver

    0下载:
  2. This is a program for solving first order ODE s with initial condition using Euler method.
  3. 所属分类:Algorithm

  1. the-secret-of-MATLAB

    0下载:
  2. 用简单易行的风格,一开始介绍了MATLAB 基础,你将学习到如何绘制图象,求解代数方程及计算积分,也将学习到如何求解微分方程,求ODE 的数值解,使用特殊函数工作。 本书含有几百个例子及其详细解说过程,章末带有习题,书末还带最终测试题目,一句话,本书给予你的是MATLAB 精华.-Simple style , a start MATLAB basis , You will learn how to draw images, solving algebraic equations and
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7384605
    • 提供者:wangnan
  1. BVibration

    0下载:
  2. solving 3DOF vibration ODE using MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:1766
    • 提供者:amir
  1. 20030613

    0下载:
  2. 龙格库塔法ode是专门用于解微分方程的功能函数,他有ode23,ode45,ode23s等等,采用的是Runge-Kutta算法。ode45表示采用四阶,五阶runge-kutta单步算法,截断误差为(Δx)3。解决的是Nonstiff(非刚性)的常微分方程.是解决数值解问题的首选方法,若长时间没结果,应该就是刚性的,换用ode23来解.-Runge-Kutta method is designed for solving differential equations ode performan
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:481061
    • 提供者:ricky
  1. chengxu

    1下载:
  2. 用C语言编程,结合龙格库塔法求解非齐次常微分方程-C programming language, combined Runge-Kutta method for solving non-homogeneous ODE
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:127190
    • 提供者:pjc
  1. simdata_M

    0下载:
  2. 在matlab环境下,利用ode命令求解常微分方程组的学习算例-In the matlab environment, the use of the command for solving ordinary differential equations ode to learn examples
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7145
    • 提供者:邹小杨
  1. runge-kutta

    0下载:
  2. Runge-Kutta programme solving ODE. Not using solver but equations ste-by-step. Rayleigh-Plesset.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:843
    • 提供者:djama
  1. findiff

    1下载:
  2. matlab求解两点边值问题的常微分方程组。追赶法求解。-chasing method for solving ODE bvps
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1024
    • 提供者:蔡琰
  1. code2

    0下载:
  2. The zip file contains 3 matlab files for solving ODE s and 3 other pdf files
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4787580
    • 提供者:Aiyeola
  1. MATLAB

    0下载:
  2. ODE function 求解一阶线性常微分方程-ODE function for solving first-order linear ordinary differential equations
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:14965
    • 提供者:Keyou
« 1 23 »
搜珍网 www.dssz.com