搜索资源列表

  1. ORDGAUSS

    0下载:
  2. 利用高斯法求线性方程组的解-Gauss method for solving linear equations solution
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:谷雨
  1. 求解非线性方程组

    0下载:
  2. 求解定位方程组。并直接利用三元方程求出X,Y,Z时的误差子函数-positioning Solving equations. 3 yuan and the direct use of equations derived X, Y, Z of error Functions
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:leaderbbs
  1. Cprograms

    0下载:
  2. 中南大学C语言程序设计实习 1 实验一:C语言图形模式的设置 2 实习二:一元函数的图形绘制 3 实习三:二维图形的几何变换 4 实习四:非线性方程求根的二分法 5 实习五:非线性方程求根的牛顿法 6 实习六:数值积分的矩形法和梯形法 7 实习八:级数求和问题 8 实习九:曲线拟合 9 实习十一:解线性方程组的Gauss消元法 10 实习十四:解线性方程组的J
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-21
    • 文件大小:167936
    • 提供者:CF雷电
  1. shuzhifenxijrx

    0下载:
  2. 利用高斯消去法求线性方程组 自己写的 简陋了点-using Gaussian elimination method for solving linear equations themselves have written a simple point
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:老虎
  1. GaussandDoolittle

    0下载:
  2. 用Gauss消去法和Doolittle三角分解法求解解线性方程组的程序源代码.-using Gauss elimination method and alignment triangular decomposition method for solving linear equations of the program source code.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:huafei
  1. Lineasolvebycolum

    0下载:
  2. 对于线性非齐次方程组的求解,列主元求解法,简单快捷。这是自己写的c程序列主元法求解线性方程组。-for non-homogeneous linear equations, the solution are the main element method, a simple and quick. This is, write out the procedure c main element method for solving linea
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:刘恒
  1. MatrixAndXmathlib

    0下载:
  2. 矩阵和初等几何常用算法,包括高斯-约当法求逆矩阵、用乔里斯基分解法求对称正定阵的线性方程组等等的源代码-Matrix and elementary geometry commonly used algorithms, including Gaussian- about when the inverse matrix method, using乔里斯基decomposition method for symmetric positive
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:22528
    • 提供者:张华安
  1. VBparse

    0下载:
  2. 该系统分为数学公式编译器和数值计算两大块,数学公式编译器的实现比较复杂,计算系统的实现是利用编译器调用数学公式进行的,插值方法,方程求根,数值积分,线性方程组求解-The system is divided into mathematical formulas and numerical calculation of the compiler two blocks, mathematical formula compiler reali
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:562176
    • 提供者:李亚成
  1. 22

    0下载:
  2. 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程。 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程 42x1+2x2+3x3=3 x1+7x2+7x3=1 -2x1+4x2+5x3=-7 算法思想:Gauss消元法是将线性方程组化为上三角形线性方程组,然后再用一个回代过程求这个上三角形线性方程组的解;选主元的G
  3. 所属分类:并行运算

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:lz
  1. LeastMeanSquare

    0下载:
  2. 最小二乘法求超定线性方程组得C++模板,还包括矩阵求逆,矩阵乘法等小函数-Overdetermined least-squares method of linear equations have to C templates, also includes matrix inversion, matrix multiplication, such as small function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:xiao guilin
  1. gaosixiaoyuan

    0下载:
  2. 自己编的高斯消元法求线性方程组的根 可以供数值算法的朋友参考-Own Gauss elimination method for the root system of linear equations for the numerical algorithm can refer to a friend
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:243712
    • 提供者:赵智斌
  1. NumAna_GaussElim

    0下载:
  2. 这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。   程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。-The four procedures were Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:高天
  1. NumericalLinearAlgebra

    1下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:YUXIANGCHENG
  1. LUdecomp

    0下载:
  2. 此代码可有于计算方法中的各种数学计算,如解线性方程组,求积分等,很方便!-This code can be calculated in a variety of mathematical calculations, such as solving linear equations, and points and so on, very convenient!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:1868800
    • 提供者:chuyu
  1. iterative

    0下载:
  2. rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 co
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:zuoxl
  1. Cholesky

    0下载:
  2. Cholesky分解法求取线性方程组的解。也叫做平方根法。CPP程序。-Cholesky decomposition method to strike a solution of linear equations. Also known as the square root law. CPP procedures.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:19456
    • 提供者:宫同举
  1. BaseMath

    0下载:
  2. C#实现的基本数值算法:利用高斯消元法求线性方程组的解、利用约当消元法求线性方程组的解、一元非线性方程实根的数值算法及程序实现-C# implementation of basic numerical algorithms: Gaussian elimination method of solution of linear equations using Jordan Elimination Method of linear equat
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:495616
    • 提供者:曾文斌
  1. Lagrange_gui

    0下载:
  2. Lagrange插值多项式求线性方程组,数值分析考试用-Lagrange polynomial interpolation of linear equations, numerical analysis examinations
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:li
  1. 高斯-赛德尔迭代法求线性方程组Ax=b的解

    0下载:
  2. 该程序主要是利用高斯-赛德尔迭代法求线性方程组Ax=b的解(The program mainly uses the Gauss-Seidel iteration to solve the solution of the linear system Ax = b)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:浅若夏沫
  1. 解方线性方程组

    0下载:
  2. 通过高斯消元法求解解线性方程组,使用动态内存分配(system of linear equations)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:461824
    • 提供者:limit123
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org