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

搜索资源列表

  1. 科学与工程数值计算算法配套源码java

    1下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix co
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:137745
    • 提供者:方正
  1. 科学与工程数值计算算法配套源码vb

    4下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法VB》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VB" complementary source, includes the plural, matrix comput
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:194325
    • 提供者:方正
  1. 科学与工程数值计算算法配套源码vc++

    5下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法VC++》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VC + +" complementary source, includes the plural, matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1318271
    • 提供者:方正
  1. LU法求解线性方程组

    0下载:
  2. LU法求解线性方程组,可以用于求解任意的线性方程组,非常有用.-LU method of linear equations, which can be used to solve arbitrary linear equations, very useful.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:38026
    • 提供者:范兴
  1. VB_NUM1

    0下载:
  2. 用VB实现线性方程组的求解。包括:高斯消元法,LU分解法追赶法,迭代法,奇异值分解,乔累斯基分解法等12种数值方法。-VB of linear equations to solve. Including : Gaussian Elimination Act, the law catch up with the LU decomposition, iterative method, singular value decomposition, Joe Cholesky decomposition 1
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7196
    • 提供者:李春波
  1. Lagrange 插值法

    0下载:
  2. 数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题-inside the numerical method used to solve the Hangzhou linear interpolation algorithm equation can be used to solution of linear equations Exercises
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14802
    • 提供者:姚天伟
  1. (SOR)

    0下载:
  2. 对于求解线性方程组,松迟法不为一种好方法.本程序着重于 用L D U来求解. -for solving linear equations, the late Tony not for a better method. This program focuses on D U of L to solve.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1573
    • 提供者:lee
  1. 13709828698

    0下载:
  2. 本程序是应用数值分析对线性多元方程组的一种解法……高斯列主元消去法,把系数阵A进行对角化,再从下层至上层逐一求解。有问题请联系13709828698,李。 -this program is the application of numerical analysis of multi-linear equations of a solution ... out PCA Gaussian Elimination Act, A coefficient matrix put right for k
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:40104
    • 提供者:李英楠
  1. jfc

    0下载:
  2. 线性方程一元求解double roundto(double x,int n) //将某数保留指定位数!-linear equations to solve one yuan roundto double (double x, int n) / / designated certain reservations median!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7186
    • 提供者:dezhen
  1. Gauss_Seidel_iterative

    0下载:
  2. 迭代法是解线性代数方程组的另一类方法,特别适用于解大型稀疏线性方程组。它的基本思想是针对求解问题预先设计好某种迭代格式,从而产生求解问题的近似解迭代序列,在迭代序列收敛于精确解的情况下,按精度要求取某个迭代值作为问题解的近似值。迭代法具有原始系数举证始终不变,算法简单,编写程序较方便,所需存储单元较少的优点。-iterative method was the linear algebraic equations of the other methods, particularly applica
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:887
    • 提供者:江理彬
  1. linearfangcheng

    0下载:
  2. 线性方程组的求解,这里给出求解的程序和算法-linear equations, the solution here is to solve the procedures and algorithms
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:822
    • 提供者:李博宁
  1. ro3n-4.1.1-src

    0下载:
  2. Ro3n is a simple Qt application designed to solve mathematical equations - linear as well as quadratic.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:185968
    • 提供者:刘宇
  1. LU_test

    0下载:
  2. cuda加速,采用LU分解法求解线性方程组(CUDA accelerated, using LU decomposition method to solve linear equations)
  3. 所属分类:并行计算

  1. diedaijiefangchengzu

    0下载:
  2. 矩阵三角分解法解方程 雅可比迭代法、高斯赛德尔迭代法、SOR迭代法解线性方程组。(Matrix triangulation method for solving equations Jacobi iterative method, Gauss Seidel iteration method and SOR iterative method are used to solve linear equations.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:536536536
  1. gaus

    0下载:
  2. 用高斯消去法解线性方程组,返回值:整型。运行成功则返回1,失败则返回0(Using gaussian elimination to solve linear equations, return value: integer.Run success returns 1, failure returns 0.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:zhaobo
  1. Gauss_Seidel

    0下载:
  2. 用于求解线性方程组,采用快速的迭代方法,能够有效的减少迭代次数,尽快获得收敛解。(It is used to solve linear equations and adopts a fast iterative method, which can effectively reduce the number of iterations and obtain a convergent solution as soon as possible.)
  3. 所属分类:并行计算

    • 发布日期:2018-05-01
    • 文件大小:105472
    • 提供者:win_or_lose
  1. 高斯赛德尔迭代

    3下载:
  2. 利用VB实现高斯赛德尔迭代求解线性方程组,原系数矩阵用TXT文件输入。可供数学专业的同学使用。(Using VB to achieve Gauss Seidel iteration to solve linear equations, the original coefficient matrix is input with TXT file. It can be used by students in mathematics.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:皓月008
  1. jiefangcheng

    0下载:
  2. 使用高斯-赛德尔迭代法和雅克比迭代法求解线性方程组;使用高斯法和列主元法求解线性方程组。(Using the Gauss - Seidel iterative method, Jacobi iterative method for solving linear equations and using Gauss method and column principal component method to solve linear equations.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:求悳
  1. 高斯消元法用矩阵解n元一次方程组.js

    0下载:
  2. 可以求线性方程组,学习算法时,突发奇想就用js做了一个(You can solve linear equations. When learning algorithms, you can use js to create a whimsy.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:小小神
  1. MT2D正演

    12下载:
  2. 基于MATLAB编写的大地电磁二维有限单元法正演程序,矩形单元剖分,线性插值, 使用说明: 1. 运行MT2DMODEL.m构建正演模型 2. 运行TMmodel.m和TEmodel.m正演计算,计算结果自动保存 3. 程序进行了优化,并将BICGSTAB(稳定双共轭梯度法)用于求解线性方程组,求解效率提高,一般情况下正演计算仅需1~2秒(Based on MATLAB compiled two-dimensional magnetotelluric fin
  3. 所属分类:其他

    • 发布日期:2018-12-05
    • 文件大小:117760
    • 提供者:tongshuo123
« 1 2 3 4 5 67 8 9 10 11 ... 17 »
搜珍网 www.dssz.com