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

搜索资源列表

  1. 27_142

    0下载:
  2. 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to achieve some basic tasks, such
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11.35kb
    • 提供者:陈冲
  1. 非线性方程组的迭代解法

    1下载:
  2. 非线性方程组的迭代解法,包括:简单迭代法、Newton法、割线法、拟Newton法等.详见程序注释-nonlinear equations of the iterative solution, including : simple iterative method, Newton, secant, to the Newton law. Detailed procedures Notes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:15.96kb
    • 提供者:周思良
  1. 二维泊萧叶黏性流动 (D)

    0下载:
  2. 采用 mac算法和 Chorin压力迭代解法进行数值求解二维不可压缩黏性流动。-Algorithm and Chorin pressure using mac the numerical solution of two-dimensional iterative method for incompressible viscous flow.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-29
    • 文件大小:228.92kb
    • 提供者:linzi
  1. alglib-3.4.0.cpp

    0下载:
  2. 在求解线性方程组(System of Linear Equations)的算法中,有两类最基本的算法,一类是直接法,即以消去为基础的解法。如果不考虑误差的影响,从理论上讲,它可以在固定步数内求得方程组的准确解。另一类是迭代解法,它是一个逐步求得近似解的过程,-we can use several different methods to obtain a solution. If a unique solution is known to exist, and the coefficient m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1.08mb
    • 提供者:房子
  1. MPI-Matrix

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

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

    1下载:
  2. 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5.27mb
    • 提供者:Lynn
  1. xianfanchenqiugen

    0下载:
  2. 线性方程组的迭代解法解法,里面有三种不同的源程序,在matlab2008中测试通过-Linear equations of the iterative solution method, there are three different types of source code, adopted in matlab2008 test! !
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.4kb
    • 提供者:zhong
  1. xianxianfanchenzuzhijieqiugen

    0下载:
  2. 这是线性议程组的直接解法,有十种不同的解法(这与迭代解法是不同的)-This is the direct linear solution of the agenda of groups, there are dozens of different method (which is different from the iterative solution) ... ...
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:4.59kb
    • 提供者:zhong
  1. Scientific_Computing_and_C_assembly

    0下载:
  2. 第二章 解线性方程组的直接法 第三章 解线性方程的迭代法 第四章 插值法 第五章 数据拟合 第六章 数值微分和积分 第七章 矩阵特征值问题 第八章 非线性方程数值解法 第九章 非线性方程组的抚今迭代解法 第十章 常微分方程初值问题的数值解法 第十一章 常微分方程边值问题的数值解法 附录A C语言屏幕绘图 -Chapter II solution of linear equations in Chapter III of the direct meth
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:346.36kb
    • 提供者:hankl wen
  1. Gaussseidel

    0下载:
  2. 数值分析中的Gaussseidel迭代算法,能够实现线性方程组的数值解法- Gaussseidel numerical analysis of iterative algorithms, linear equations to achieve the numerical solution
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:516byte
    • 提供者:丑力
  1. double

    1下载:
  2. 线性方程组迭代解法,包括SOR,CG ,BICG等-linear system iteration solver
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:766.7kb
    • 提供者:ddd
  1. 1111

    0下载:
  2. 非线性方程组的迭代解法 含实例-Iterative solution of nonlinear equations with examples
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:15.7kb
    • 提供者:kong
  1. MyMatrixFunction

    0下载:
  2. 包括我自己写的一些数值分析用到的函数 包括矩阵的LU分解的两种方法, Cholesky分解, 以及线性方程组的迭代解法中的雅克比, 高斯-赛德尔以及线性松弛法的函数-Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative sol
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2.95kb
    • 提供者:z
  1. Gauss-Seidel-method

    0下载:
  2. 高斯赛德尔算法 一种非线性代数方程组的迭代解法-High Sisaideer a nonlinear algebraic equation algorithm Iterative Solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:8.77kb
    • 提供者:徐芳芳
  1. Linear-Equations-Solving

    0下载:
  2. 包含线性方程组迭代解法的共轭梯度法和最速下降法Matlab源代码级收敛性分析报告,以及线性方程组Matlab解法的参考资料-Contains linear equations iterative method for solving the conjugate gradient method and the steepest descent method Matlab source-level convergence analysis report, as well as linear equa
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:4.54mb
    • 提供者:吉韦
  1. GaussSeidelK

    0下载:
  2. 高斯-赛德尔法;英文名称:Gauss-Seidelmethod;一种非线性代数方程组的迭代解法。-Gauss- Seidel method Chemical Name: Gauss-Seidelmethod kind of nonlinear algebraic equations of the iterative solution.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:699byte
    • 提供者:王英雄
  1. DIEDAI

    0下载:
  2. 数值分析,Matlab的一个方程的迭代解法,很有用的-Numerical analysis, iterative solution of an equation of Matlab, very useful
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:601byte
    • 提供者:谢仁杰
  1. Regularization-package

    0下载:
  2. 正则化方法求解病态问题工具包,非常强大~~~~~~~~其中包含直接解法和迭代解法,共十余种。-Regularization method for solving ill-posed problem toolkit, very powerful ~ ~ ~ ~ ~ ~ ~ ~
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1.04mb
    • 提供者:董维武
  1. MATLAB2

    0下载:
  2. 非线性方程的迭代解法,迭代函数对收敛性的影响,收敛性与收敛速度的比较-Comparative effects of iterative solution of nonlinear equations, iterated function of convergence, convergence and convergence rate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:18.98kb
    • 提供者:
  1. ill-conditioned system of equations

    0下载:
  2. 分别用几种经典的数值分析迭代算法求解线性方程组(Solving linear equations by several classical numerical analysis iterative algorithms)
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:3kb
    • 提供者:jcg17
« 12 3 4 »
搜珍网 www.dssz.com