搜索资源列表

  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-14
    • 文件大小: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-14
    • 文件大小: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-14
    • 文件大小:5120
    • 提供者:高天
  1. diedaisuanfa

    0下载:
  2. 解线性方程组的Jacobi,Gauss_Seidel,SOR迭代,以及四级四阶Runge_Kutta方法,Adams预估校正算法-Solution of linear equations of Jacobi, Gauss_Seidel, SOR iteration, as well as Runge_Kutta four fourth-order method, Adams forecast correction algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:xinrui
  1. CSharpNumericalAlgorithms

    0下载:
  2. c#常用数值算法的源代码,包含插值、矩阵、线性方程组等算法源码,非常有益于开发-c# common numerical algorithm s source code, including interpolation, matrix, linear equations, such as algorithm source code, very useful in the development of
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:251904
    • 提供者:徐寅
  1. linearEquationGroup

    0下载:
  2. 数学:数值分析:线性方程组 线性方程组的多种解法-Mathematics: Numerical Analysis: Linear Equations Linear Equations multiple solution
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:高翕山
  1. cnl

    0下载:
  2. 包含了三个工程,其中一个主要的实现了解线性方程组Ax=b;-Includes three projects, one of the major achievement of understanding of linear equations Ax = b
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1682432
    • 提供者:陈旋
  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-14
    • 文件大小:6144
    • 提供者:YUXIANGCHENG
  1. C_Algorithm

    0下载:
  2. C常用数值算法,包括插值,曲线拟合,线性方程组求解,微分方程求解等,-C commonly used numerical algorithms, including interpolation, curve fitting, solving linear equations, differential equation solving, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:6220800
    • 提供者:崔庆辉
  1. fddfebs

    0下载:
  2. 五对角线性方程组求解程序. 速度奇快.一千阶,0.019秒 一万阶:0.56秒 10万阶:61秒. 数据输入结构见程序内英文说明.-Five linear equations solver. The speed of a swift pace. A thousand bands, ten thousand bands 0.019 seconds: 0.56 seconds 100,000 bands: 61 seco
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:王礼广
  1. gauss_seidel_iterative

    0下载:
  2. 利用高斯塞得尔迭代法解线性方程组,改算法能对所有类型的线性方程组进行求解,且收敛速度快!-Seoul was the use of high-CEDE?O iteration solving linear equations, the algorithm can be changed for all types of linear equations to solve, and fast convergence!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:chenzuo
  1. fangcheng

    0下载:
  2. 通过开发C++程序实现高斯消元法解线性方程组.-Through the development of C++ Procedures realize Gauss elimination solution of linear equations.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:pengyitao
  1. gauss

    0下载:
  2. 采用全选主元的高斯消去法求解线性方程组,函数名为rgauss,返回值为一个数组存放方程的解-Select All PCA using the Gaussian elimination method to solve linear equations, function called rgauss, the return value is an array of storage equation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:yukun2008
  1. lu

    0下载:
  2. 数值计算利用LU分解法来求解线性方程组,简明方便-Numerical calculation using LU decomposition method to solve linear equations, simple convenience
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:brother zhi
  1. SIRT

    0下载:
  2. 数值计算利用SIRT分解法来求解线性方程组,简明方便-SIRT using numerical decomposition method to solve linear equations, simple convenience
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:brother zhi
  1. filter

    0下载:
  2. 数值计算利用filter分解法来求解线性方程组,简明方便-Numerical calculation using filter decomposition method to solve linear equations, simple convenience
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:brother zhi
  1. GaussJordan

    0下载:
  2. GaussJordan法解线性方程组,最基础的求解线性方程组的方法-GaussJordan Solving linear equations, solving the most basic method of linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:894976
    • 提供者:yang
  1. LU

    0下载:
  2. 数学工具: LU分解法解线性方程组,很好用-Mathematical tools: LU decomposition solution of linear equations, a very good use
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:千里
  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-14
    • 文件大小:1868800
    • 提供者:chuyu
  1. Gauss-Serdel

    0下载:
  2. 此程序为解线性方程组的Gauss-Serdel迭代法的源程序-This procedure for solving linear equations Gauss-Serdel source iteration
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:yang
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org