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

搜索资源列表

  1. Jacobi迭代法

    0下载:
  2. 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithmetic.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:20414
    • 提供者:luo
  1. fit_line

    0下载:
  2. //最小二乘法直线拟合 m_FoldList为关键点(x,y)的链表 拟合直线方程(Y=kX+b) -/ / linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3039
    • 提供者:qiao
  1. n元一次方程

    0下载:
  2. 用c++语言用数值计算方法解n元一次方程组。-using numerical calculation method for n-linear equation group.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1070
    • 提供者:刘畅
  1. C++常用算法之07线性方程组求解

    1下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套线性方程组求解代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporti
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:104253
    • 提供者:闻杉
  1. gaosixiaoqu

    0下载:
  2. 可计算任意元一次方程组。 计算时只需将方程化成方程矩阵,将变量系数一一代入a[n][n],等式右边常量代入b[n]即可。-computable arbitrary yuan linear equation group. The calculation equation can be turned into matrix equation, the variable coefficient of a generation into a [n] [n], the right side of th
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1250
    • 提供者:
  1. MPI-Matrix

    2下载:
  2. 线性方程组的迭代解法,包括雅克比、高斯-赛德尔和松弛法的MPI源码-Iterative solution of linear equations, including Jacobi, Gauss- Seidel and relaxation Law MPI Source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-11-16
    • 文件大小:11322
    • 提供者:不死鸟
  1. gauss

    0下载:
  2. 数值分析高斯——列主元消去法主程序 说明如下: % a----input,matrix of coefficient % b----input,right vector % sol----output,returns the solution of linear equation-Gauss numerical analysis- out PCA elimination main program as follows: a---- input, matrix of coeffi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1110
    • 提供者:闫安心
  1. iterative

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

    • 发布日期:2017-03-28
    • 文件大小:7167
    • 提供者:zuoxl
  1. linear

    0下载:
  2. Discontiuous Garlerkin methods for linear equation(PDE)-Discontiuous Garlerkin methods for linear equation (PDE)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:1941
    • 提供者:李小舟
  1. fuction

    0下载:
  2. matlab 最小二乘线性回归 递推法 源码,解决线性回归中的病态方程问题-recursive least squares linear regression method matlab source code, solve the equation of linear regression of pathological problems
  3. 所属分类:matlab

    • 发布日期:2014-04-15
    • 文件大小:229376
    • 提供者:boolean
  1. EQUATION

    0下载:
  2. This program solves for linear equation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:3436
    • 提供者:mohammad
  1. linear-equation

    0下载:
  2. 使用LUP方法实现一阶线性方程组的求解过程,原理详见算法导论第28章。-LUP method implementation using the first-order process for solving linear equations, principles detailed in Chapter 28 Introduction to Algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1335
    • 提供者:wangzhen
  1. nonlinear-equation

    0下载:
  2. 非线性方程求解 简单的求解非线性方程根的程序-Simple linear equation the procedure for solving nonlinear equation root
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:235061
    • 提供者:yuan
  1. Solving-linear-equation

    0下载:
  2. 解线性方程组的直接法,我搜集的matlab程序,希望对同学有用,希望大家学习!-Solving linear equations, direct method, I collected the matlab program, the students hope to be useful, I hope you learn!
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:21621
    • 提供者:郑林
  1. one-dimensional-wave-equation

    2下载:
  2. 一维线性齐次波动方程,用matlab语言实现,利用边界值和边界条件进行求解-One-dimensional linear homogeneous wave equation, with the matlab language, use of boundary value and boundary conditions to solve
  3. 所属分类:matlab例程

    • 发布日期:2013-11-04
    • 文件大小:141610
    • 提供者:李琨
  1. Linear-Equation-by-VB

    0下载:
  2. 线性方程组求解是测绘行业工作者所必须掌握的方法。用Vb语言编写而成。-Linear Equation is very necessary for surveyors.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:135449
    • 提供者:牛茂靖
  1. Solving-Linear-Equations

    0下载:
  2. 根据已知的值求二元一次直线方程y=ax+b的表达式,支持分数运算,保留精度-According to the the Bivariate once the linear equation of the known value of y = ax+b expression support fractional operations to retain accuracy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:73418
    • 提供者:林军
  1. MATLAB-linear-equation

    0下载:
  2. 数值分析的线性方程组的解法,工具使用的是matlab,很实用。-Solution of linear equations, numerical analysis, tool use matlab, very practical.
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:12895
    • 提供者:Frank
  1. direct-method-solve-linear-equation

    0下载:
  2. 基于MATLAB环境下的运用直接法求解线性方程组的对应的代码 简单易学 便于初学者消化使用-Based on MATLAB environment using a direct method for solving linear equations corresponding code is easy to learn for beginners to use digest
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:7571
    • 提供者:明超
  1. batch-determined-linear-equation

    0下载:
  2. 可以批量求出直线方程y=kx+b,只要代入两点-You can batch determined linear equation y = kx+ b, as long as the substitution points.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:350496
    • 提供者:yang
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com