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

搜索资源列表

  1. Finite Difference Numerical Computation

    0下载:
  2. 本程序为利用matlab求解微分方程的源程序及相关例子-the procedures for the use of Matlab to solve the differential equation of the source and relevant examples
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5.59kb
    • 提供者:作风小
  1. PrologInDepth

    0下载:
  2. 《Prolog Programming in Depth》: In this book, we emphasize practical Prolog programming, not just theory. We present several ready-to-run expert system shells, as well as routines for sorting,searching, natural language processing, and even numeri
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:1.49mb
    • 提供者:胡大鹏
  1. pdesolve.rar

    4下载:
  2. 偏微分方程数值解法的程序包,包括拉普拉斯方程、对流方程和扩散方程的各种解法,Numerical Solution of Partial Differential Equations package, including the Laplace equation, convection-diffusion equation equation and the various solution
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:89.9kb
    • 提供者:何红亚
  1. Untitled

    4下载:
  2. 光孤子传输特性模拟 在光纤通信中,光脉冲信号在光纤中传输的过程中会受到色散、损耗和非线性等作用的影响而不断地发生演化和畸变。脉冲演化的规律遵循非线性薛定谔方程(NLSE)。由于NSLE 在一般情况下无法求得它的解析解,因此通常需采要用数值方法来求解,最终归结于求解归一化的NLSE。本文使用了分步傅里叶方法对归一化NLSE 进行了求解,并模拟了输入为一到三阶双曲正割光脉冲条件下光脉冲传输演变情况。-soliton In optical fiber communications, the optic
  3. 所属分类:Other systems

    • 发布日期:2014-05-04
    • 文件大小:375.58kb
    • 提供者:heidian
  1. peEllip5

    0下载:
  2. 本程序是用五点差分格式解拉普拉斯方程,采用MATLAB作为开发环境,拉普拉斯方程有广泛的应用,五点差分格式的精度高 -This procedure is a five-point difference scheme for solution of Laplace equation, using MATLAB as a development environment, Laplace equation has a wide range of applications, a five-
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:609byte
    • 提供者:马冠男
  1. fredholm

    1下载:
  2. 第二类Fredholm积分方程的数值解。 所谓积分方程就是积分号内有未知函数的方程-Second numerical solution of Fredholm integral equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-11-26
    • 文件大小:41.4kb
    • 提供者:juchengyu
  1. One_dimensional_wave_equation_finite_differences.

    1下载:
  2. Numerical solution of 1D wave equation in finite differences (matlab code)
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.07kb
    • 提供者:snv
  1. youxianchafendiedaichenxu

    1下载:
  2. 有限差分法求解有两种介质的正方形区域的二维拉普拉斯方程的数值解-Finite difference method, there are two medium square region of two-dimensional numerical solution of Laplace equation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1.31kb
    • 提供者:姜枫
  1. erfeng

    0下载:
  2. 这是一个利用VC开发的二分法求数值方程根的源码,放在WORD中,拷贝即可-This is a dichotomy developed using VC numerical equation for the root source, on the WORD, the copy can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.77kb
    • 提供者:ijustme
  1. Ryenolds_equation

    0下载:
  2. 7篇有关雷诺方程的论文 GMRES算法在雷诺方程数值解法中的应用 关于雷诺方程的渐近解 雷诺方程的推导_形式及应用 -Seven papers on the Reynolds equation GMRES algorithm for numerical solution of Reynolds equation in the application on the Reynolds equation of the asymptotic solution of Reynolds Eq
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2.96mb
    • 提供者:宫晓春
  1. gauss

    0下载:
  2. 数值分析高斯——列主元消去法主程序 说明如下: % a----input,matrix of coefficient % b----input,right vector % sol----output,returns the solution of linear equation-Gauss numerical analysis- out PCA elimination main program as follows: a---- input, matrix of coeffi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1.08kb
    • 提供者:闫安心
  1. xinjianwenjian

    5下载:
  2. 雷诺方程的数值解法,采用列出矩阵的形式求解-Numerical Solution of Reynolds equation, using the matrix set out in the form of solving
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.38kb
    • 提供者:黄善敏
  1. qiujieguoch

    1下载:
  2. matlab求解reynolds方程程序-matlab program for solving Reynolds equation
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:105.46kb
    • 提供者:黄宜森
  1. numerical_analysis_homework

    4下载:
  2. (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:342.66kb
    • 提供者:wjl
  1. ccfc

    0下载:
  2. 差分方程求解 实验步骤: 主界面下进入实验五的“差分方程求解”子系统,输入希望看到的输出样点数 输入差分方程系数向量 输入顺序为:,。其中 N+1 为差分方程两边系数最大数目,如果有一边输入系数个数小于 N+1,将按不足系数为零计算。 输入系统初始状态向量 输入顺序为 鼠标单击确定按钮,以数值和图形两种方式显示单位冲激响应和输出响应 3) 确定差分方程形式:y(k)-y(k-1)+0.35y(k-2)=2x(k)-x(k-1),-Experimental
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:14.33kb
    • 提供者:高荣
  1. Formula_Numerical_Analysis

    0下载:
  2. 数值分析中用于求近似值的算法、二分法解方程、变步长梯形求积分的算法。是在Linux下用C++实现的。用G++编译。 配合华中科大的那本著名的“数值分析”。李庆扬编著。 用来交作业很好。 在本压缩包里面包含的是: HalfDevision.d 二分法解方程 LagrgIn.d 拉格朗日差值公式-求近似值 NewtonFwIn.d 牛顿前插公式-求近似值 NewtonItera.d 牛顿迭代法-求近似值 VarStpTrpzoItg.d 变步长梯形积
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:76.44kb
    • 提供者:xichen
  1. qq

    0下载:
  2. A numerical solution of the 2D wave equation utt = β2 (uxx + uyy) is required over the region R in the x, y plane R = {(x, y)| 0 < x < a, 0 < y < b}-A numerical solution of the 2D wave equation utt = β2 (uxx+ uyy) is required over
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:606byte
    • 提供者:liuzhenghao
  1. Poisson_2D

    1下载:
  2. Numerical solution of 2D Poisson equation (Matlab code + comments in Russian)-Numerical solution of 2D Poisson equation (Matlab code+ comments in Russian)
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:71.94kb
    • 提供者:snv
  1. LCN-equation

    0下载:
  2. 求解电荷中性方程的matlaB程序,主要是求解一个数值方程,求解量为费米能级,得到能级后就可以算出电子和空穴的浓度。-Solving the charge neutrality equation matlaB procedures, mainly to solve a numerical equation solving capacity of the Fermi level, by level can be calculated after the electron and hole conc
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1.51kb
    • 提供者:王国伟
  1. N-S-equation

    0下载:
  2. 一维可压 ns方程 数值求解,c语言 fortran语言源程序,是学习cfd的入门实例。-One-dimensional compressible numerical equation solver ns, c language fortran language source code, is to learn cfd entry instance.
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:135.75kb
    • 提供者:lee
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com