CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 边值问题,常微分方程

搜索资源列表

  1. 打靶法

    0下载:
  2. 打靶法c程序,用于数值计算中的边值问题。本文中应用了rugga-kutta算法进行常微分方程处理。-shooting method c procedures for the numerical calculation of boundary value problems. This paper uses rugga - Kutta algorithm for handling ordinary differential equations.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:孙伟
  1. ode

    0下载:
  2. 常微分方程的初值问题、边值问题的算法,代数微分方程常用算法-The initial value problem of ordinary differential equations, boundary value problems for the algorithm, commonly used algorithm of algebraic differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:4.06mb
    • 提供者:xiajinjun
  1. LITI823

    0下载:
  2. 有限差分法解二阶常微分方程边值问题。计算更为简便,精度更高-Finite Difference Method for Solving Boundary Value Problems for Second Order Ordinary Differential Equations. Computing easier, more accurate
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:520byte
    • 提供者:rikeyxie
  1. colmod

    0下载:
  2. 一个解常微分边值问题的高端求解器,可以解显式表达的微分方程组,且此微分方程组的每一个方程可以容许4阶的微分。长于解非线性的奇异问题。内附论文。程序自带说明和算例。-Automatic Continuation With Collocation. This Package Solves `Stiff Boundary Value Problems For Ordinary Differential Equations By Using Continuation, As Descri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:240.51kb
    • 提供者:刘项
  1. NUMERICAL-ANALYSIS-IN-MATHEMATICA

    1下载:
  2. 经典数值计算方法各种算法的MATHEMATICA软件程序实现,包含各种迭代,插值,拟合,数值积分,常微分方程初边值问题,特征值等各种算法的实现-NUMERICAL ANALYSIS PROGRAMS IN MATHEMATICA
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:112.42kb
    • 提供者:易牧
  1. -matlab6.5verson_simulation

    0下载:
  2. 精通matlab6.5版_数值计算本章将花较大的篇幅讨论若干常见数值计算问题:线性分析、一元和多元函数分析、微积分、数据分析、以及常微分方程(初值和边值问题)求解等。但与一般数值计算教科书不同,本章的讨论重点是:如何利用现有的世界顶级数值计算资源 MATLAB。至于数学描述,本章将遵循“最低限度自封闭”的原则处理,以最简明的方式阐述理论数学、数值数学和 MATLAB计算指令之间的内在联系及区别。-matlab simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:554.84kb
    • 提供者:杨先生
  1. Visual-Fortran2002

    5下载:
  2. 有数值计算中常用的Visual Fortran子过程近200个,内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、傅里叶变换谱方法、数据的统计描述、解常微分方程组、两点边值问题的解法和解偏微分方程组,每一个子程序都包括功能、方法、使用说明、子程序和例子五部分。本书的所有子过程都在Visual Fortran 5.0版本上进行过验证,程序都能正确运行。同时配书发行光盘,包括所有子过程、验证过程及所有验
  3. 所属分类:software engineering

    • 发布日期:2014-04-30
    • 文件大小:6.82mb
    • 提供者:
  1. lineshoot

    0下载:
  2. 线性微分方程边值问题打靶算法Matlab程序,注意该算法只能完成二阶常微分方程双边值问题求解,至于其他形式的边值问题必须先转换到二阶形式-Linear Differential Equations with Boundary Value Shooting Algorithm Matlab program, note that the algorithm can only complete the second-order ordinary differential equation bounda
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:1.68kb
    • 提供者:陈明
  1. xpp_doc

    1下载:
  2. xppaut 是计算映射,常微分方程、偏微分方程各种分岔分析的文章,可以解决时滞、边值和随机方面的问题。-XPP (XPPAUT is another name I will use the two interchangeably) is a tool for solving di erential equations, di erence equations, delay equations, functional equations, boundary value problems
  3. 所属分类:Communication

    • 发布日期:2017-11-05
    • 文件大小:379.65kb
    • 提供者:王芳
  1. daba

    0下载:
  2. 用四阶龙格库塔法解决常微分方程边值问题,具体来说就是打靶问题-The fourth-order Runge-Kutta method to solve ordinary differential equations, specifically targeting the problem
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:649byte
    • 提供者:刘雯
  1. linear-element-

    0下载:
  2. 主要用于求解常微分方程两点边值问题的线性元格式,算法有效的验证了理论。-mainly used for solving two point boundary value problem of linear element scheme for ordinary differential equation , the algorithm effectively verify the theory.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2.05mb
    • 提供者:谢建强
  1. odesbvp

    0下载:
  2. 利用边值问题求解器bvp4c求解常微分方程的数值解(The numerical solution of ordinary differential equations is solved by using the boundary value solver bvp4c)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1kb
    • 提供者:xrzy
搜珍网 www.dssz.com