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

搜索资源列表

  1. sffhf4

    0下载:
  2. 设m不整除a,计算一次同余式ax=b(mod m)。当a=987,b=564,m=2005时,求出x。-Let m not divisible by a, calculate a congruence ax = b (mod m). When a = 987, b = 564, m = 2005, the calculated x.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:40788
    • 提供者:liuyingqiong
  1. gaussLinearEquation

    0下载:
  2. 我以前在网上下载的,高斯计算,解线性方程的,Ax=b,已知A、b,求x-自动检测中英文中译英英译中百度翻译 翻译结果(中 > 英)复制结果 I used to download on the Internet, Gauss calculation, solving linear equations, Ax = B, A, B and X known,
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:587
    • 提供者:张郎
  1. Form1

    0下载:
  2. 输入几个点的横坐标和纵坐标,用最小二乘法拟合出直线(类似y=ax+b).并把这个方程计算并显示出来。-Enter a few points of horizontal and vertical coordinates, with the least-squares fitting a straight line (similar to y = ax b). And this equation is calculated and displayed.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2036
    • 提供者:linglink
  1. Blatt10_von_Erik_Krebs

    0下载:
  2. Solves the system of equations Ax = b = LRx
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1405
    • 提供者:ematimus
  1. xianxing

    0下载:
  2. 用三种不同的方法计算线性方程组Ax=b,输入方程组的阶数n,矩阵A的元素和常向量b的元素,输出方程组的解。-Calculated using three different methods of linear equations Ax = b, enter the equations of order number n, the elements of matrix A and constant vector b of the elements, the output equations of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:41014
    • 提供者:张天阳
  1. UebungFischer.tar

    0下载:
  2. MATLAB CODE TO SOLVE EQUATIONS Ax=b
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7543
    • 提供者:NEMEEN KAMEL
  1. matrix_gauss

    0下载:
  2. 輸入為AX=B的A、B矩陣及N(A的row數)M(B的行數) 經過後可得到A的反矩陣、X解-Input for the AX = B, A, B matrix and N (A s row number) M (B the number of rows) After the inverse matrix A obtained after, X solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1502
    • 提供者:俊良
  1. matrix_lu

    0下载:
  2. 輸入為AX=B的A、B矩陣及N(A的row數)M(B的行數) 經過後可得到A的反矩陣、X解-Input for the AX = B, A, B matrix and N (A s row number) M (B the number of rows) After the inverse matrix A obtained after, X solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2004
    • 提供者:俊良
  1. (KMRFP)1.4

    0下载:
  2. For the system of equations Ax = b from Problem 5.1 to find a solution by the method of Seidel up  =, taking any initial approximation. To do this, modify the function zeid so that the solution was calculated with a given accuracy  . To
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:164998
    • 提供者:Potema
  1. gauss_elimination

    0下载:
  2. his program solves a linear equation system Ax=b with Gauss Elimination method.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:644
    • 提供者:s.h
  1. LDLsolve-linear-system

    1下载:
  2. 在matlab中用LDL分解求解方程组Ax=b,并有实例演示,数值分析-solve linear system by LDL,numeriacal analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1389
    • 提供者:李刚
  1. zuoye

    0下载:
  2. 北航数值分析 大作业 :编写程序,分别用列主元的Gauss消去法和LU分解法求解下面线性代数 方程组AX = b的解,其中A为N £ N 矩阵,N = 50,其第i(i ¸ 1)行、第j(i ¸ 1)列 元素 -The Beihang value in A major operation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2564719
    • 提供者:李雪
  1. Courant

    0下载:
  2. 本程序使用了科朗分解来实现对矩阵的直接分解,进而求出AX=B形式的方程的解。程序附有说明和测试数据-Courant depart of Numerical Method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:925
    • 提供者:张江彬
  1. Dolittle

    0下载:
  2. 本程序通过实现Doolittle分解的方法来完成线性方程组求解的问题-This source file include a C++ source file to solve AX=B problem with Doolittle Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:909
    • 提供者:张江彬
  1. jacobi-

    0下载:
  2. 应用matlab进行雅可比迭代法解方程AX=B.m的M文件-Application of matlab for Jacobi iterative method of solving equations AX = of Bm M-file
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:690
    • 提供者:liyunzhao
  1. Linear-LSE

    0下载:
  2. 最小二乘法的线性拟合,可以拟合y=ax+b的方程式。-Least squares method of linear fitting, can be fitted to the equation y = ax+ b .
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3687453
    • 提供者:northpz
  1. my1

    0下载:
  2. 绘制反余弦函数的各个参数对反余弦函数的影响的程序-print parameters influences on arcos(ax+b)
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:2300
    • 提供者:刘滢
  1. GAUS

    0下载:
  2. 全选主元高斯消去法求解线性代数方程组AX=B的全部解-QuanXuan primary gaussian elimination method is used to solve the linear algebra equations AX = B of all solutions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:648
    • 提供者:戴敏
  1. GJDN

    0下载:
  2. 全选主元高斯-约当消去法同时求解系数矩阵相同而右端具有m组常数向量的线性代数方程组AX=B的全部解-QuanXuan primary gaussian-about when elimination technique and then the coefficient matrix is the same and the right side of the constant vector with m linear algebra equations AX = B of all solutions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:597
    • 提供者:戴敏
  1. ax=b

    0下载:
  2. is matlab source code to optimize some cost function
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4442
    • 提供者:sdswd
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »
搜珍网 www.dssz.com