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

搜索资源列表

  1. SECANT

    0下载:
  2. source code for implementation of secant s method of numerical analysis methods in mathematics.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:514
    • 提供者:skreamer
  1. algorithm-design

    1下载:
  2. 计算方法——算法设计及其matlab实现,属于数值计算方法的matlab编程教程-Calculation method and its matlab- algorithm design,it is the numerical calculation method of matlab tutorial
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4898175
    • 提供者:山鹰
  1. HR-GPSR

    0下载:
  2. 数值计算中最优化问题求解 共轭梯度法解无约束最优化问题-Numerical optimization problem solving in the conjugate gradient method for unconstrained optimization problems
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1682
    • 提供者:肖敏
  1. ode

    0下载:
  2. 常微分方程的数值解法 包括RUNGE-KUTTA方法 Adams预估——校正算法 和MATLAB自带的ODE45解法-Numerical solution of ordinary differential equations including the method of Adams RUNGE-KUTTA predictor- corrector algorithm and ODE45
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1234
    • 提供者:lonelystar
  1. BHcircle

    0下载:
  2. 数值微分(DDA)法: 设过端点P0(x0 ,y0)、P1(x1 ,y1)的直线段为L(P0 ,P1),则直线段L的斜率 L的起点P0的横坐标x0向L的终点P1的横坐标x1步进,取步长=1(个象素),用L的直线方程y=kx+b计算相应的y坐标,并取象素点(x,round(y))作为当前点的坐标。因为: yi+1 = kxi+1+b = k1xi+b+kDx = yi+kDx 所以,当Dx =1 yi+1 = yi+k。也就是说,当x
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:596
    • 提供者:李丽
  1. guasMATLAB

    0下载:
  2. In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the German mathematicians Carl Frie
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3131
    • 提供者:ismaail
  1. ASSINGMENTB_RafalMajorczyk_-Sharp8

    0下载:
  2. Goal of the project was to implement numerical methods for solving systems of nonlinear algebraic equations using MATLAB software. As in previous assignment first of all I need to research for functions, which would be helpful during evaluation of ea
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:982007
    • 提供者:rmajorcz
  1. mydo09

    0下载:
  2. Matlab的流程控制语句,掌握循环结构。 Matlab的脚本文件、函数文件编写。 Matlab脚本文件、函数文件的调试.用户数据的导入. 数值计算,能用编程方法实现。-Matlab flow control statements, control loop structure. Matlab scr ipt file, the function document preparation. Matlab scr ipt files, function files debugging.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5207
    • 提供者:陈捷
  1. dancheng

    0下载:
  2. 博士论文-单程波动方程地震数值模拟新方法研究.-PhD thesis- one-way wave equation new numerical simulation method of earthquake.
  3. 所属分类:Energy industry

    • 发布日期:2017-05-31
    • 文件大小:12857166
    • 提供者:gls
  1. CC

    0下载:
  2. 数值分析的上机作业,有三个文件,可以实现1、LU分解法;2、高斯消去法和高斯行主元消去法;3、雅克比迭代法和高斯迭代法。去求解矩阵方程~-Numerical Analysis of the machine operation, there are three files, you can achieve 1, LU decomposition 2, Gaussian elimination and Gauss-line principal component elimination metho
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:317555
    • 提供者:王豆豆
  1. fvm_upwind_MAC_couette

    1下载:
  2. 二维Couette流动是一个不可压缩黏性流动的典型流动,并有解析解,可以用来检验数值算法计算精度和可靠性。对它采用有限体积算法一阶迎风型离散格式进行数值求解。同时,为了初学者入门和练习方便,这里给出了用Fortran77语言编写的计算二维不可压缩黏性流体Couette流动问题计算程序,供大家学习参考。——计算流体力学教程-Couette flow of two-dimensional incompressible viscous flow is a typical flow, and analy
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1787
    • 提供者:沉默的囧羊
  1. houcha

    0下载:
  2. 数值计算方法,将连续方程离散化,用插值方法,主要有后差,欧拉,前插等方法,这里是后差方法的代码-Numerical methods, discretization of continuous equations, with the interpolation method, mainly after the poor, Euler, forward runs and so on, here is the code after the poor way
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1149
    • 提供者:吴建金
  1. oula

    0下载:
  2. 数值计算方法,将连续方程离散化,用插值方法,主要有后差,欧拉,前插等方法,这里是欧拉方法的代码-Numerical methods, discretization of continuous equations, with the interpolation method, mainly after the poor, Euler, forward runs and so on, here is the code for the Euler method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:723
    • 提供者:吴建金
  1. houla-houcha

    0下载:
  2. 数值计算方法,将连续方程离散化,用插值方法,主要有后差,欧拉,前插等方法,这里是欧拉后差方法的代码-Numerical methods, discretization of continuous equations, with the interpolation method, mainly after the poor, Euler, forward runs and so on, here is the code for the Euler difference method after
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:746
    • 提供者:吴建金
  1. Gauss-sedier

    0下载:
  2. 数值计算方法,将连续方程离散化,求解最有解的迭代方法,这里是高斯赛德尔的代码-Numerical methods, discretization of continuous equations, the solvability of the iterative method to solve, here is the code of high Sisaideer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2540
    • 提供者:吴建金
  1. pandi

    0下载:
  2. 在理论分析的基础上,着重采用Fox-Li数值迭代法计算了平平腔振荡模式的振幅分布和相位分布。计算结果表明,在经过300 次渡越后,归一化的振幅分布和相位分布实际上已不再发生变化,镜面中心处振幅最大,从中心到边缘振幅逐渐降落,镜面已不再是等相位面了。但对于菲涅尔数较大的平行平面腔,特别是在镜面中心及其附近,平面波是很好的近似,只有在镜的边缘处,波前才发生弯曲。则已找到光腔的一个自再现模式或横模分布。另一方面,分析了腔镜倾斜扰动对平平强腔内振荡模式的影响。数值计算表明,腔镜倾斜破坏了场分布的对称性,
  3. 所属分类:Wavelet

    • 发布日期:2017-03-31
    • 文件大小:3575
    • 提供者:朱文睿
  1. optimaztion

    0下载:
  2. Chapter 8. Numerical Optimization Algorithm 8.1 Golden Search for a Minimum Algorithm 8.2 Nelder-Mead s Minimization Method Algorithm 8.3 Local Minimum Search Using Quadratic Interpolation Algorithm 8.4 Steepest Descent or Gradie
  3. 所属分类:matlab

  1. jisuanfangfashiyanchazhifa

    0下载:
  2. 计算方法插值法实验,主要实现三种类型的插值函数的数学模型、基本算法,结合相应软件(如VC/VB/Delphi/Matlab/JAVA/Turbo C)编程实现数值方法的求解。-Interpolation method experiment, mainly three types of interpolation functions to achieve the mathematical model, the basic algorithm and corresponding software (
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:51532
    • 提供者:张智星
  1. final

    0下载:
  2. 本文使用三维FDTD算法实现文献《Application of the three_Dimensional Method to the analysis if Planar Microtrip Circuits》IEEE trans. On MTT 1990 38(7)的一个矩形微带贴片天线的S11参数的计算。采用MATLAB编程完成数值计算,并与文中的结果进行了比较。-This three-dimensional FDTD algorithm using the document "
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1772
    • 提供者:ERIC
  1. shuzhijisuan

    0下载:
  2. 采用最小二乘法,样条差值等各种方法进行数值计算,并画出相应的图形-Using the least square method, spline method of difference and other numerical calculations and draw the corresponding graph
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2772
    • 提供者:王丽
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com