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

搜索资源列表

  1. SYMMLQ

    0下载:
  2. 采用CG法求解稀疏对称非奇异矩阵得到的线性系统Ax=b-Implementation of a conjugate-gradient type method for solving sparse linear equations: Solve Ax = b or (A- sI)x = b. The matrix A- sI must be symmetric and nonsingular, but it may be definite or indefinite. The scal
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:12225
    • 提供者:aaq
  1. xianxingdaishu

    0下载:
  2. 可以实现矩阵行列式的任意变换,求任意向量的极大无关组,齐次非齐次线性方程组的求解-Can achieve an arbitrary transformation matrix determinant, find great vector independent of any group, homogeneous non-homogeneous linear equations to solve, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:12722
    • 提供者:尤里
  1. jacobi

    0下载:
  2. 利用jacobi法求解病态线性方程,其中矩阵为hilbort矩阵-Jacobi method used to solve ill-linear equations, including matrix hilbort matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2794
    • 提供者:koo
  1. 4

    0下载:
  2. 卡尔曼于1960年提出了离散系统线性滤波的递推求解方法即卡尔曼滤波算法。该滤波算法是基于线性最小平方法的、进行有效递推计算的一组数学方程式,算法功能强大,支持对过去、现在和将来状态的估算。-Kalman in 1960 proposed a linear discrete-time systems to solve recursive filtering methods for the Kalman filter. The filtering algorithm is based on the
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:638
    • 提供者:马姗
  1. gauss

    0下载:
  2. 数值分析中线性方程组直接求解的高斯列主元消去法的源代码-Numerical Analysis of linear equations to solve the direct Gauss elimination pivot column source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:750
    • 提供者:孙红
  1. shizhifenxikechengsheji

    0下载:
  2. 利用雅克比,高斯赛得儿求解高阶线性方程组-The use of Jacobi, Gauss had children race to solve higher order linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:203424
    • 提供者:ukvg
  1. sample-rate-conversion

    0下载:
  2. 内容包括:解线性代数方程组,插值,数值积分,特殊函数,函数逼近,特征值问题,数据拟合,方程求根和非线性方程组求解-VB -Include: solving linear algebraic equations, interpolation, numerical integration, special functions, function approximation, eigenvalue problem, the data fit the equation and non-linear eq
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:22108
    • 提供者:hjq
  1. gaosi

    0下载:
  2. 利用高斯消元法解线性方程,通过输入系数矩阵,结果矩阵,即可求解多原方程-Gaussian elimination method for Linear Equations, by entering the coefficient matrix, the results matrix, can solve many of the original equation
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:712
    • 提供者:zhangyang
  1. Linear_algebraic_equations

    0下载:
  2. 用C编写的线性代数方程组的求解函数程序,希望能够分享-Written using C to solve linear algebraic equations function procedures in the hope to share
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:70477
    • 提供者:蛐蛐
  1. cuda

    0下载:
  2. 采用cuda求解大规模线性方程组,简单迭代法实现,是学习cuda编程的很好例子-Cuda used linear equations to solve large-scale, simple iterative method to achieve is a good example of learning cuda programming
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:35330
    • 提供者:luojh
  1. Euler

    0下载:
  2. 欧拉法阶线性方程组,解决现有的所有方程的线性揭发能够给实现输入输出同步发生十分有用-Euler method linear equations to solve all existing equations discovered able to achieve simultaneous occurrence of very useful input and output
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:647
    • 提供者:s
  1. main

    0下载:
  2. 解线性方程组,N阶求解!c++无可视化界面。使用迭代法!-Solving linear equations, N order to solve! c++ non-visual interface. Using the iterative method!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:665
    • 提供者:思凡
  1. linearequations

    0下载:
  2. 线性方程组求解,增广矩阵可以在对话框界面中输入-To solve the linear equations,and augmented matrix can be input
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:33728
    • 提供者:liz
  1. LU

    0下载:
  2. In linear algebra, LU decomposition (also called LU factorization) is a matrix decomposition which writes a matrix as the product of a lower triangular matrix and an upper triangular matrix. The product sometimes includes a permutation matrix as well
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:1920
    • 提供者:James
  1. LECalculator

    0下载:
  2. 3.1 线性方程组类设计 3.2 全选主元高斯消去法 3.3 全选主元高斯-约当消去法 3.4 复系数方程组的全选主元高斯消去法 3.5 复系数方程组的全选主元高斯-约当消去法 3.6 求解三对角线方程组的追赶法 3.7 一般带型方程组的求解 3.8 求解对称方程组的分解法 3.9 求解对称正定方程组的平方根法 3.10 求解大型稀疏方程组的全选主元高斯-约当消去法 3.11 求解托伯利兹方程组的列文逊方法 3.12 高斯-赛德尔
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:71653
    • 提供者:王健
  1. Gaussian

    0下载:
  2. 高斯消元法解n阶线性方程组(visual c++)the Gaussian elimination method solve the linear equations -the Gaussian elimination method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:9079
    • 提供者:李白
  1. Gaussianeliminationmethod

    0下载:
  2. 解线性方程组,结果输出到文件,程序中先把方程组化为同解的上三角形方程组,再按相反顺序求解上三角形方程组-Solving linear equations, the resulting output to a file, the program first with the solutions of equations into the upper triangular system, and then in reverse order to solve the triangular system
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:133172
    • 提供者:赵洲
  1. hips-1.2b-rc5.tar

    0下载:
  2. HIPS是一个求解大规模稀疏线性方程组的一个软件包,主要利用了schur技术和网格重排技术。-HIPS is a large-scale sparse linear equations to solve a software package, the main advantage of the rearrangement schur technology and grid technology.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:1234587
    • 提供者:Xian Zuo
  1. MCHOLSK

    0下载:
  2. 应用Cholesky分解算法,求解复数线性一致hermitian正定方程组。-Application of Cholesky decomposition algorithm, to solve the same complex hermitian positive definite linear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1377
    • 提供者:yuanman
  1. Scientific-Computing-with-Matlab-and-Octave---Alf

    0下载:
  2. this book of Scientific Computing,illustrate several numerical methods for the computer solution of certain classes of mathematical problems that cannot be faced by paper,it show how to compute the zeros or the integrals of continuous functions, so
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:6473883
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 17 »
搜珍网 www.dssz.com