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

搜索资源列表

  1. conjgrad123

    0下载:
  2. To solve Ax=b - input A, b, x0 (initial guess), ni (number of iteration) - output
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:8669
    • 提供者:rashrash
  1. Jor

    0下载:
  2. 用matlab实现使用约当消去法实现Ax=b的实验及算法-Use with matlab Jordan elimination method to achieve realization of Ax = b of the experiment and algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:7170
    • 提供者:xu yingying
  1. number1

    0下载:
  2. 列主元Gauss消去法解线性方程组Ax=b-Out the main element Gauss elimination method of solving linear equations Ax = b
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:735
    • 提供者:Jason Hou
  1. nagauss-wang

    0下载:
  2. 列主元Gauss消去法解线性方程组ax=b-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:15681
    • 提供者:wangsir
  1. Ponytail

    0下载:
  2. How to Simulate A Ponytail - The Sample App This is a very simple Lagrange Multiplier constrained dynamics simulator to accompany my articles and lectures on How to Simulate a Ponytail. For more information, see http://chrishecker.com/H
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:169229
    • 提供者:woojin
  1. gauss

    0下载:
  2. 高斯消去法 用列主元求解AX=b 数值计算实习 例子-Gaussian elimination
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:28621
    • 提供者:史同鑫
  1. gs

    0下载:
  2. 本程序是用高斯消去法求解线性方程组AX=B的C语言实现-This procedure is used Gaussian elimination for solving linear equations AX = B of the C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:905
    • 提供者:林明锋
  1. FORTRAN-compilation-algorithm

    0下载:
  2. 用于科学计算的Fortran 90/95算法源程序,用LU分解进行高斯消元法-This module provides all the subroutines needed to solve the problem: Ax=b using direct methods, based on employing either the LU or PLU factorisation methods.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7613500
    • 提供者:kevin
  1. slv

    0下载:
  2. TCodes, for Tcodes,...LU factorization to solve AX=B
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:846539
    • 提供者:vicky
  1. Gauss_pivot.m

    0下载:
  2. Method Gaussian Elimination without pivoting for Linear Systems Solve Ax = b using Gaussian elimination without pivoting Inputs : A is the n-by-n coefficient matrix b is the n-by-k right hand side matrix Outputs : x is the n-by-k
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1056
    • 提供者:Mhdh
  1. lab05

    0下载:
  2. 编写列主元消元法的通用程序。。。数组AX=B a和b的输入都是考修改外部txt文件-Write out principal component elimination method for general program. . . Array of AX = B a and b are the test input to modify the external txt file
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:786810
    • 提供者:杨杰
  1. Line

    0下载:
  2. Line class, allows to set line parameters such as y = ax + b or rho and theta in polar coordinates. Some features: can find intersection of 2 lines, calculate points of image from equation parameters, and other features.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:5095
    • 提供者:svamoscow
  1. linearsystem

    0下载:
  2. Chapter 3. The Solution of Linear Systems AX = B Algorithm 3.1 Back Substitution Algorithm 3.2 Upper-Triangularization Followed by Back Substitution Algorithm 3.3 PA = LU Factorization with Pivoting Algorithm 3.4 Jacobi Iteration Al
  3. 所属分类:matlab

  1. gaosisaier

    0下载:
  2. 迭代法求解线性方程组,首先将方程组AX=B中未知数X给定,计算出矩阵B。然后把矩阵B带入,利用雅各比迭代法反求X-Iterative method for solving linear equations, the first of equations AX = B will be in the unknown X given to calculate the matrix B. Then the matrix B into the use of Jacobi iterative method
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:19632
    • 提供者:yanglu
  1. guass

    0下载:
  2. 利用高斯列主元消去法求解线性方程组Ax=b的解,并进行验证-Gauss elimination method to solve out the main element equations,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:995
    • 提供者:席玺
  1. zhenhaoyongxxmb

    0下载:
  2. 线性规划问题的数学模型的一般形式   (1)列出约束条件及目标函数   (2)画出约束条件所表示的可行域   (3)在可行域内求目标函数的最优解及最优值-Min z=CX   S.T.   AX =b   X>=0
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1823847
    • 提供者:zyy
  1. Progs_m

    0下载:
  2. Solves Ax = b by Gauss-Seidel method with relaxation.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:48415
    • 提供者:Saeed
  1. MatlabSpanish

    0下载:
  2. programas de matlab, para aplicaciones de ax=b
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:48753
    • 提供者:sandro
  1. yagebidiedaifa

    0下载:
  2. 设方程组Ax=b 满足aii ≠0, 将方程组变形为: x=Bx+f, 则雅可比(Jacobi)迭代法是指 x(k+1)=Bx(k)+f 由初始解逐步迭代即可得到方程组的解-Set of equations Ax = b satisfy aii ≠ 0, the equations of deformation: x = Bx+ f, then the Jacobi (Jacobi) iteration is x (k+1) = Bx (k)+ f from the initial
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1298
    • 提供者:咕噜杰
  1. complex_gauss

    0下载:
  2. This is a program to calculate Ax = b using complex Gaussian elimination method. A is a coefficient matrix. x is an unknown value vector. b is a right-hand side known vector. We can get an unknown vector x. These vectors and matrix can have complex
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:569224
    • 提供者:
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com