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

搜索资源列表

  1. ch3

    0下载:
  2. Based on Matlab,Gauss Iteration Method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4.01kb
    • 提供者:X.Y. Gao
  1. interpolation

    6下载:
  2. matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolatio
  3. 所属分类:Algorithm

    • 发布日期:2015-06-02
    • 文件大小:9.66kb
    • 提供者:
  1. program

    0下载:
  2. 程序包中含有Lagrange插值、Newton插值、Hermite插值、jacobi迭代、gauss迭代、 超松弛迭代、cholesky分解-Package contains Lagrange interpolation, Newton interpolation, Hermite interpolation, jacobi iteration, gauss iteration, ultra-relaxation iteration, cholesky decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.84kb
    • 提供者:funintears
  1. Gauss-Hermite

    1下载:
  2. 国外比较好用的高斯-厄米特数值积分源代码-the code of gauss-hermite
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1.45kb
    • 提供者:CXChou
  1. Gauss

    1下载:
  2. 不使用matlab内部调用程序的按照高斯消元法本身原理来编写。-Do not use matlab within the procedure call in accordance with the Gauss elimination principle to the preparation of their own.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:29.67kb
    • 提供者:chuchenyun
  1. integrate(nu)

    0下载:
  2. This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a function (f(x)) of their choice or a statistical distribution probability distribution function to plot over a user defined range. The function s integral
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:12.35kb
    • 提供者:徐亮
  1. Gauss3D

    0下载:
  2. Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use. Function input
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:13.98kb
    • 提供者:徐亮
  1. gauss-eli2

    0下载:
  2. 列主元素高斯消去法解线性方程组,用了matlab和c语言写的。。。 -Out the main elements in Gaussian elimination solution of linear equations, using the matlab and c written language. . .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:109.87kb
    • 提供者:asaoo
  1. MLPG

    2下载:
  2. 无网格MLPG程序,gauss积分,移动最小二乘法-meshless local petrov-Galerkin methods
  3. 所属分类:Algorithm

    • 发布日期:2014-12-23
    • 文件大小:15.06kb
    • 提供者:刘阳
  1. experimentreport

    0下载:
  2. 用迭代法解方程组 Jacobi Gauss-Sedel SOW 超松弛迭代 各种技术的比较 数值实验报告-Iterative solution of equations Jacobi Gauss-Sedel SOW SOR numerical comparison of various techniques Experimental Report
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:207.37kb
    • 提供者:邓大
  1. Gauss

    0下载:
  2. 在MATLAB环境中,用于实现线性方程组的快速运算,加快计算效率-Gauss method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:671byte
    • 提供者:anthony
  1. nolinerequationssolves

    0下载:
  2. MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:13.76kb
    • 提供者:liuming
  1. matlab-gauss-and-LU

    0下载:
  2. 解线性方程组的两种算法,高斯迭代和LU算法-about linear simultaneous equations , gauss and LU algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:809byte
    • 提供者:陈斐
  1. MyMatrixFunction

    0下载:
  2. 包括我自己写的一些数值分析用到的函数 包括矩阵的LU分解的两种方法, Cholesky分解, 以及线性方程组的迭代解法中的雅克比, 高斯-赛德尔以及线性松弛法的函数-Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative sol
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2.95kb
    • 提供者:z
  1. matlab-program

    0下载:
  2. 牛拉法,高斯法,sor法解线性方程的程序,并有实例-N-L method, Gauss method, sor method for solving linear equations of the program, and there are examples
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:815.33kb
    • 提供者:吴三桂
  1. Jacobi-and-Gauss-Seidel

    1下载:
  2. 振动力学,振动曲线绘制,matlab,希望有用-Mechanical vibration, the vibration curve drawing, matlab, hope be useful
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:575byte
    • 提供者:yongquan
  1. gauss

    0下载:
  2. gauss消元法解线性方程的函数matlab编程-Gauss elimination method solution of linear equation function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:553byte
    • 提供者:陈岳峥
  1. Gauss

    0下载:
  2. matlab中高斯迭代法使用的m文件,可以用于方程组近似值的求解。-m file matlab Gauss iterative method can be used for approximation of solving equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1.03kb
    • 提供者:晓琳
  1. gauss

    0下载:
  2. 此文件为MATLAB的M文件,文件包含一个function为GUASS消元法,可以求任意阶数的线性方程组的解。-This file MATLAB M-files, the file contains a function for GUASS method of elimination, you can seek the solution of the linear equations of any order.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:729byte
    • 提供者:buqing
  1. 高斯勒让德和切比雪夫数值积分

    0下载:
  2. 计算积分,高斯赛德尔与高斯切比雪夫数值积分(Calculate Gauss-Seidel and Gauss Chebyshev numerical integral)
  3. 所属分类:数学计算

    • 发布日期:2018-01-02
    • 文件大小:1kb
    • 提供者:EIL
« 12 3 4 »
搜珍网 www.dssz.com