CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 微分方程

搜索资源列表

  1. classicle

    2下载:
  2. 用古典显式和古典隐式格式计算偏微分方程初值解,抛物型方程解-Classical explicit and classical implicit scheme to calculate the partial differential equation initial value solution of parabolic equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1513
    • 提供者:刘波
  1. C-N

    1下载:
  2. 用Crank-Nicolson差分格式计算抛物型方程初值问题的解,偏微分方程解-Throw the diffusion equation initial value problem solution, calculated with the Crank-Nicolson Difference Scheme for Partial Differential Equations
  3. 所属分类:Algorithm

    • 发布日期:2014-05-07
    • 文件大小:2048
    • 提供者:刘波
  1. numerical-algorithms-of-PDE

    0下载:
  2. 用来计算偏微分方程的matlab算法,是不错的内容。-algorithms of PDE written by matlab.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:92062
    • 提供者:zjx
  1. case1ADI

    0下载:
  2. 偏微分方程求解,交错方向法,一个典型的例子程序-Partial Differential Equations, staggered direction method, a typical example of the program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1100
    • 提供者:藤格里
  1. Euler

    0下载:
  2. 利用欧拉法对一阶微分方程进行数值计算。可在源代码中修改所需要计算的微分方程。-Euler method the numerical calculation of first order differential equations. Need to calculate the differential equations can be modified in the source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:530
    • 提供者:非物
  1. RK_4

    0下载:
  2. 利用四阶RK方法对一阶微分方程进行数值计算。计算结果精度可控。-The fourth-order RK method for numerical calculation of the first order differential equations. Calculation precision is controlled.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:583
    • 提供者:非物
  1. NR_C301

    0下载:
  2. 数值计算方法,包括插值和拟合、数值微分和数值积分、求解线性方程组的直接法和迭代法、 计算矩阵特征值和特征向量和常微分方程数-Numerical methods, including interpolation and fitting, numerical differentiation and numerical integration of direct methods and iterative methods for solving linear equations, computing
  3. 所属分类:Algorithm

    • 发布日期:2017-06-02
    • 文件大小:14531543
    • 提供者:丁伟
  1. hyperbolicequationsnumericalsolution

    1下载:
  2. 微分方程课程设计 (双曲型方程数值解)一阶双曲型方程的差分格式 Lax_Wendroff,Lax-Friedrichs,Courant_Isaacson_Rees-Differential equations course (hyperbolic equations numerical solution) first-order hyperbolic equations, differential format Lax_Wendroff Lax-Friedrichs,, Courant_Isaa
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:530450
    • 提供者:周明明
  1. bvp4chuang

    0下载:
  2. 此程序是由matlab函数中。bvp4c的应用,用于解决微分方程的边值问题,有利于学生,或工程师来应用-This program is designed by the matlab function. bvp4c application used to solve the differential equations of the boundary value problem, benefit students, or engineer applications
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1016
    • 提供者:姜茂盛
  1. PDE

    1下载:
  2. 偏微分方程数值解应用于迭代学习控制,包含几个程序-Partial differential equations numerical solution used for the iterative learning control contains several programs
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:14149
    • 提供者:tianjian
  1. Variable-coefficient-differential

    0下载:
  2. 本文章详细讲解了变系数微分方程的解法,对微分初学者很有意义-it is very useful for the learner to use this article to delt with Differential Equations
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:144134
    • 提供者:李健君
  1. nonlinear-equations

    0下载:
  2. 各种偏微分方程和方程组计算方法的实现方式和计算原理-Way to achieve a variety of partial differential equations and equations method and calculation principles
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:455351
    • 提供者:张华
  1. C_exponential

    0下载:
  2. 随机偏微分方程的数值模拟,EM算法, 及其收敛阶分析-numerical simulation of stochastic partial differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:1156
    • 提供者:宗小峰
  1. 111

    0下载:
  2. 用来求解偏微分方程数值解法,利用了有限元解法。-Used to solve a partial numerical solution of differential equation, using the finite element method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:226281
    • 提供者:张阳
  1. differentialcalculation

    0下载:
  2. 微分方程计算程序,方便计算,性能强大,通用性强。-This program is designed for differential equation calculation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1135
    • 提供者:biglan
  1. EX_4_RK4

    0下载:
  2. 采用四阶Runge-Kutta算法求一阶常微分方程的初值问题,参考,施吉林等编著《计算机数值方法》,第五章第二节,2-2,四阶Runge-Kutta算法.-Four Order Runge-Kutta (RK4)
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:982
    • 提供者:刘军
  1. Numerical-differential-equations

    0下载:
  2. 学习完了微分方程的数值解之后,使用Visual c++实现的微分方程的数值解的程序。-After learning over the numerical solution of differential equations, the use program Visual c++ achieve the numerical solution of differential equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:3744254
    • 提供者:张元科
  1. physics

    0下载:
  2. c实现物理中微分方程的数值解,有五个实际例子作说明-c achieve the numerical solution of differential equations in physics, there are five practical examples for illustration
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:161885
    • 提供者:啊久
  1. LUTriDiagonal

    1下载:
  2. 求解一维的微分方程,其中涉及到三对角矩阵的特殊的LU分解,基于fft思想的求解(但是并没应用fft),以及共对两个微分方程进行了求解。-Solving differential equations of one-dimensional, which involves tridiagonal matrix special LU decomposition, based on the the fft thinking of solving (but no application fft), as w
  3. 所属分类:Algorithm

    • 发布日期:2017-12-08
    • 文件大小:1592
    • 提供者:刘昭强
  1. rugekuta

    0下载:
  2. 龙格库塔方法,用于解微分方程的fortran程序-Runge-Kutta method for solving differential equations fortran program
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:5652
    • 提供者:zhangle
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 32 »
搜珍网 www.dssz.com