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

搜索资源列表

  1. 解线性方程的直接法

    0下载:
  2. 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix, such as matrix inversion. See
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:23.5kb
    • 提供者:周思良
  1. conjgrad

    1下载:
  2. 共扼梯度法的Matlab源程序,寻找非线性或线性方程的极值-conjugate gradient method of Matlab source to find nonlinear equations or linear Extreme
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.31kb
    • 提供者:李国齐
  1. jie12312421343

    0下载:
  2. 解各类线性方程的方法以及相关的编程! 希望可以采用我这个工程软件,我可是花了好多的心血! -various solutions of linear equations method and the related programming! I hope to use this software works, But I spent a lot of effort!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:李风
  1. SVD

    2下载:
  2. % 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:2.68kb
    • 提供者:zhxj
  1. computing_method

    0下载:
  2. 简要介绍高斯列主元法消去法/平方根法解线性方程/雅克比/变步长的辛甫森求积公式,同时给出源程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:171.86kb
    • 提供者:fuhaijun
  1. math

    0下载:
  2. 计算方法的几个经典算法,可以用作参考。包括:三角分解法求线性方程、赛德尔迭代法、微分方程等等。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.24kb
    • 提供者:chenxu
  1. 求逆阵

    0下载:
  2. 202用列主元消取法解线性方程 ***********★*******★********★************ 一.功能 当线性方程组有唯一解时求其解 。 二.算法简介消元过程,设方程组为 Ax=b (1)公式(1)有增广矩阵 a11 a12….a1n b1 a21 a22…a2n b2 (A,B)= ………………. an1 an2…ann bn-out with the main 202 yuan Consumers copying solution of linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:17.77kb
    • 提供者:左物
  1. gaussSeibel

    0下载:
  2. 使用雅可比和高斯-赛德尔算法求解线性方程
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.1kb
    • 提供者:chouchoumao
  1. gauss-seigel-1

    0下载:
  2. 线性方程解法算法-linear equations Algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.68kb
    • 提供者:哈尼
  1. 多元线性方程

    0下载:
  2. 多元线性方程求解程序-multivariate linear equation solvers
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:182.22kb
    • 提供者:章明
  1. Guass

    0下载:
  2. 解线性方程能。方程能是恰定方程能。算法是高斯消去法。-Solving linear equations can be. Equation can be exactly determined equation can. Algorithm is Gaussian elimination.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:600byte
    • 提供者:王明
  1. prog10-16

    0下载:
  2. 余向阳博士Matlab教程的源代码。 包括:1.非线性方程的解法;2.线性方程的数值解法;3插值法;4.常微分方程的解法-Dr. Yu Xiangyang Tutorial Matlab source code. Include: 1. Non-linear equations 2. The numerical solution of linear equations 3 interpolation 4. The solution of ordinary differential eq
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:12.04kb
    • 提供者:张扬
  1. Matrix-cs

    0下载:
  2. 矩阵类,可进行矩阵的各种运算,并可求解N阶线性方程-matrices, matrix for the various operators and can solve linear equations N
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.74kb
    • 提供者:陈燕涛
  1. Algorithm

    0下载:
  2. csharp版常见数值计算源码,包括矩阵计算、插值、线性方程和非线性方程等-CSharp version of common-source numerical computation, including the matrix calculation, interpolation, linear equations and nonlinear equations, such as
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:33.47kb
    • 提供者:crpp0104
  1. chap7(1)

    0下载:
  2. 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the theoretical linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2.9kb
    • 提供者:xutianyuan
  1. chap7(2)

    0下载:
  2. 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the theoretical linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.71kb
    • 提供者:xutianyuan
  1. chap7(3)

    0下载:
  2. 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the theoretical linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.49kb
    • 提供者:xutianyuan
  1. Jacobi

    0下载:
  2. 该函数文件是通过雅克比迭代格式求解线性方程的近似解-The function file is the format adopted for solving Jacobian iteration of the approximate solution of linear equations
  3. 所属分类:Algorithm

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

    0下载:
  2. 高斯消去法适用于求解低阶线性方程和方程组,它先逐次消去变量,将方程组化成同解的上三角形方程组,然后按方程相反顺序求解上三角方程组,得到原方程组的解-Gaussian elimination method for solving linear equations and low-level equations, the successive elimination of its first variable, the equations into a triangle with the solut
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:565.49kb
    • 提供者:罗剑平
  1. Numerical-Analysis-5

    1下载:
  2. 这里面是数值分析作业的VB程序数值分析程序 线性方程 雅可比 高斯 迭代 二次及高次 线性微分方程 列主元及行主元高斯消元法 LU分解 插值法-This operation which is the numerical analysis numerical analysis program VB program Gaussian iterative linear Fangcheng Ya secondary and higher than linear differential column a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:54.76kb
    • 提供者:耿伟
« 12 3 4 5 »
搜珍网 www.dssz.com