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. 解线性的迭代法

    0下载:
  2. 这是计算方法中用的解线性方程的迭代法,具有很强的实用性!-This is the calculation method used for solving linear equations of the iterative method, and has a strong practical!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.64kb
    • 提供者:xjs
  1. functionz1

    0下载:
  2. 寻找三次样条多项式需要求解大量的线性方程。实际上,给定N个断点,就要寻找N-1个三次多项式,每个多项式有4个未知系数。这样,所求解的方程组包含有4*(N-1)个未知数。把每个三次多项式列成特殊形式,并且运用各种约束,通过求解N个具有N个未知系数的方程组,就能确定三次多项式。 -find cubic spline solving polynomial need a lot of linear equations. In fact, given N breakpoints, it is nece
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.82kb
    • 提供者:讲演
  1. guss

    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.57mb
    • 提供者:李历岷
  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. LECalculator

    0下载:
  2. 线性方程类,封装有关解线性方程的方法-linear equations, the package solution of linear equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:70.44kb
    • 提供者:熊方勋
  1. newprogram

    0下载:
  2. 列主元法解方程组C语言代码与LU分解求线性方程 -main-element equations method of C language code and the LU decomposition of linear equations
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:张强
  1. ssolve

    0下载:
  2. Matlab中虽然有很多解方程的函数,但对于一般线性方程,有无穷个解时,却不能算出一个特解和基础解系,这几个函数可以实现这个功能。-Matlab Although there are many solutions to the equation function, but for the general linear equations, Infinite Solutions months, they can not penetrate a special solution and infras
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.76kb
    • 提供者:何永能
  1. gepp

    0下载:
  2. 使用matlab进行矩阵的高斯分解,可以对高阶线性方程进行数值求解-use Matlab for Gaussian decomposition of the matrix, the high-order linear equations were solved numerically
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.22kb
    • 提供者:周强
  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. yl

    0下载:
  2. 列主元法求解高次线性方程-main-element method high linear equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:998byte
    • 提供者:杨蕾
  1. waternetcompute

    0下载:
  2. 做的一个关于水网解算的小程序,用的是把非线性方程转化为线性方程的思想去解决的,
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:69.75kb
    • 提供者:夏建新
  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. shuizhisuanfa_C

    0下载:
  2. 用C语言写的常用的数值算法,包括插值,拟合,矩阵运算,微分方程求解,线性方程求解等
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:291.07kb
    • 提供者:刘名
  1. jianxiangxingfangcheng

    0下载:
  2. 这是用来解线性方程的,只要调用一下就能用了,很方便的。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.38kb
    • 提供者:王朝
  1. SolveEquation

    0下载:
  2. 求解方程 包括求解线性方程非线性方程,微分方程等
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:83.53kb
    • 提供者:weijing
  1. MATLAB-Ch7LinearEquation

    0下载:
  2. 此为《MATLAB教程》的第七章:线性方程系统。该书内容翔实,深入浅出,不可多得。
  3. 所属分类:matlab例程

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

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

    • 发布日期:2008-10-13
    • 文件大小:182.22kb
    • 提供者:章明
  1. 数值分析中的一元二次线性方程的求解

    0下载:
  2. 数值分析中的一元二次线性方程的求解,主要是用DELPHI语言进行编程-Numerical analysis of a linear quadratic equation, is mainly used for programming language DELPHI
  3. 所属分类:matlab例程

    • 发布日期:2017-03-23
    • 文件大小:54.5kb
    • 提供者:尔小巷
  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 6 7 8 9 10 »
搜珍网 www.dssz.com