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

搜索资源列表

  1. matlabmanual

    0下载:
  2. matlab教程,线性代数部分,很全很有用,特别是对于解线性方程组,赶快收藏啊!-matlab tutorial, linear algebra part, it is all very useful, especially for solving linear equations, hurry collection ah!
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:19107
    • 提供者:腾超
  1. gaosixiaoyuanfa

    0下载:
  2. 高斯消去法是求解线性方程组的基础的重要方法,也是计算机上常用的解低阶稠密矩阵方程组的有效方法。,高斯消去法或称高斯-约当消去法,由高斯和约当得名(很多人将高斯消去作为完整的高斯-约当消去的前半部分),它是线性代数中的一个算法,用于决定线性方程组的解,决定矩阵的秩,以及决定可逆方矩阵的逆。当用于一个矩阵时,高斯消去产生“行消去梯形形式”。-Gaussian elimination is the basis for solving linear equations important way, th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:7617
    • 提供者:天云
  1. Gauss_Jordan

    0下载:
  2. 全选主元Gauss-Jordan消去法求解线性代数方程组。其中a是方程组系数矩阵,b先存右端的m组常数向量,之后存解向量。n是阶数,m是右端常数向量组数。-Select the main element Gauss-Jordan Elimination method for solving linear algebraic equations. Where a is the coefficient matrix, b right side of m pre-existing group of c
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1506
    • 提供者:Shepard
  1. C_J_Complex

    0下载:
  2. 采用全选主元高斯-约当消去法求解复系数线性代数方程组。其中ar存放复系数矩阵实部,ai存放复系数矩阵虚部。br存放右端复常数向量实部,返回解向量实部;bi存放右端复常数向量虚部,返回解向量虚部。-With full pivoting Gauss- Jordan elimination method for solving linear algebraic equations with complex coefficients. Which ar stored real part of compl
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1503
    • 提供者:Shepard
  1. ABAND

    0下载:
  2. 用来求线性代数方程组的全选主元高斯消去法-Of linear algebraic equations for the full pivoting Gaussian elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:584
    • 提供者:dingcan
  1. A_QR

    0下载:
  2. void qr(double *a, double *d, int n) 矩阵的QR分解 假设数组an*n在内存中按行优先次序存放,此函数使用HouseHolder变换将其就地进行QR分解。 d为输出参数,d[0,n)存放QR分解的上三角矩阵对角线元素。 bool householder(double const *qr, double const *d, double *b, int n) 求线性代数方程组的解。 假设矩阵qrn*n为某个矩阵an*n的QR分解,在内
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1860
    • 提供者:moontea
  1. classical_algorithm_for_designing_linear_algebra_m

    0下载:
  2. matlab设计 线性代数经典算法教程法classical algorithm for designing linear algebra matlab tutorial method-classical linear algebra algorithm design matlab tutorial method classical algorithm for designing linear algebra matlab tutorial method
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:11426
    • 提供者:kjf
  1. fangchengzu

    0下载:
  2. 解线性代数方程组方程组的迭代算法,用于解线性方程组-Solution of linear algebraic equations Iterative algorithm for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2412
    • 提供者:
  1. gongcheng

    0下载:
  2. 《工程线性代数》源代码,包含书中每个例子代码,经过调试,版本matlab7.0-" Linear Algebra Project," the source code, including examples of code for each book, after debugging, version matlab7.0
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:38201
    • 提供者:yangfu
  1. ArnoldiLemniscates

    0下载:
  2. 阿诺尔迪双纽线matlab程序 数值线性代数书上的,觉得有意思就做了一个-Arnoldi lemniscate matlab program on numerical linear algebra book, I feel interesting
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:70361
    • 提供者:亢海豚
  1. Matrixandlinearequations

    0下载:
  2. 矩阵与线性代数方程组中 线性方程的数值解 矩阵分解 矩阵求逆 -Matrices and linear algebraic equations in the numerical solution of linear equations matrix inverse matrix decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:109116
    • 提供者:Zhuo Zhao
  1. Numerical.Linear.Algebra.Lloyd.Trefethen.and.David

    2下载:
  2. 本书是一本数值线性代数的导论性著作,作者深刻阐述了数值代数的基本思想,加上他们清新、引人入胜的写作风格,使得本书成为本领域的经典之作-This book is an introductory numerical linear algebra book, the author expounded the basic idea of numerical algebra, together with their fresh, engaging writing style makes this book
  3. 所属分类:matlab

    • 发布日期:2017-06-17
    • 文件大小:26357116
    • 提供者:LiFeiteng
  1. applied-numerical-linear-algebra.J.W.Demmel

    0下载:
  2. 应用数值线性代数,此书更集中于最近的发展和计算机总体结构的考虑,在数学基础方面略有欠缺。-Numerical linear algebra, this book is more focused on recent developments and consider the overall structure of the computer, in a slight lack of mathematical foundation.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4970351
    • 提供者:LiFeiteng
  1. xxdshls

    0下载:
  2. 线性代数的矩阵,关于线性代数矩阵的一些比较基础的知识-Matrix linear algebra, linear algebra matrix on the basis of knowledge of some of the more
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:115211
    • 提供者:
  1. Gauss

    0下载:
  2. 数值线性代数Gauss迭代法解决课后习题-Numerical linear algebra, Gauss iterative method to solve after-school exercise
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2030
    • 提供者:Andreas
  1. Thomas

    0下载:
  2. 当线性代数联立方程组的系数矩阵为三对角阵T时,可将T分解为主对角元素为1的下三角阵L和另一个右三角阵R的积。-Simultaneous linear algebraic equations when the coefficient matrix is tridiagonal matrix T, can break down the main diagonal elements of T 1 of the lower triangular matrix L and the other right-
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1182
    • 提供者:屈健健
  1. cgauss0

    0下载:
  2. 全选主元高斯消去法求实系数于负系数线性代数方程组的算法-Full pivoting Gaussian elimination realistic factor in the negative coefficient of linear algebraic equations of the algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1105
    • 提供者:even
  1. TLVS

    0下载:
  2. 求特普里兹型线性代数方程组的莱文森地推算法-Leeds seek Depp linear algebraic equations to calculate method Levinson
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:725
    • 提供者:even
  1. xiaoqufa

    0下载:
  2. 解线性代数方程组的直接法——列主元消去法-Solving linear algebraic equations of the direct method- principal component elimination column
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:3461
    • 提供者:孙鑫
  1. gaosisde

    0下载:
  2. 解线性代数方程组的迭代法——高斯-赛德尔迭代格式通用程序-Linear Algebra Iterative method- Gauss- Seidel iterative general program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:3453
    • 提供者:孙鑫
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com