CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 方程组求解

搜索资源列表

  1. Solving-linear-equations

    0下载:
  2. 分别Jacobi迭代法和Gauss-Seidel迭代法求解线性方程组-Jacobi iteration method respectively and Gauss-Seidel iteration method is used to solve the linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:6506
    • 提供者:李记
  1. L-quxianfa

    0下载:
  2. 正则化算法 求解线性病态方程组 遗传算法 例子- L quxianfa正则化算法 求解线性病态方程组
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-06-03
    • 文件大小:2048
    • 提供者:MC
  1. Treelike-Open-Network-Power-Flow

    0下载:
  2. 电力系统的树形开式网络的潮流计算程序。 应用牛顿法实现多元非线性方程组的求解。 利用C++和matlab混合编程实现。-Power System, Open Network in tree form, Newton Algorithm, Nonlinear multivariable equations, C++ and matlab.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3614
    • 提供者:刘搏
  1. newraph

    0下载:
  2. 牛顿法求解非线性方程组-newton method for solving nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:769
    • 提供者:文风
  1. VC

    0下载:
  2. 用ode45求解方程组,通过不断近似迭代-Ode45 for solving equations
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:19021
    • 提供者:wangyan
  1. ch9

    0下载:
  2. 附件内容为常微分方程组的求解,内涵多个算法,非常适合用来学习。-Ordinary differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:10190
    • 提供者:逍遥行1989
  1. gaosi

    0下载:
  2. 高斯法求解线性方程组,简单实用的小程序,大家可以自己试着写!-Gaussian method is used to solve the linear equations, a simple and practical small process, we can try to write!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:650
    • 提供者:lou
  1. Fcode_for_nnumerical_caculation

    0下载:
  2. 求解非线性方程组、 矩阵计算、 数值积分、 插值与曲线拟合-Solving nonlinear equations、Matrix calculation、 Numerical integral、 Interpolation and the curve fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:14056
    • 提供者:徐晨
  1. GaussSeidel

    0下载:
  2. 采用matlab程序详细求解了数值分析中高斯赛德尔迭代求解线性方程组的问题,给出了很多注释讲解,有利于初学者-Based on matlab program detailed numerical analysis of solving the gaussian del iteration of linear equations, provided a lot of comments explained, be helpful for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:911
    • 提供者:sunli
  1. 4NETN

    0下载:
  2. 使用拟牛顿法求解非线性方程组的源码,只需要改变输入的方程组,即可求得需要的解。-Using the quasi-Newton method for solving nonlinear equations, source, only need to change the input equations, you can obtain the desired solution.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1875
    • 提供者:Ella yang
  1. 3CGAS

    0下载:
  2. 全选主元Gauss消去法求解复系数方程组,只需要改动输入方程组即可。-Full pivoting Gauss elimination method for solving the complex coefficient equations, input equations only need to change to.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1574
    • 提供者:Ella yang
  1. shiyan2

    0下载:
  2. 用高斯消去法求解方程组,其中数的类型为double型。-Using the Gauss elimination method for solving equations
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:869076
    • 提供者:jing
  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. solution

    0下载:
  2. 实现求解方程组的高斯消去法 利用编制的算法求解给定的线性方程组; 和MATLAB内置的命令进行比较 -Solving the equations of the Gaussian elimination method The preparation of the algorithm for solving linear equations given And the MATLAB built-in command to compare
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2845
    • 提供者:jenny
  1. iteration

    0下载:
  2. 利用Matlab 实现求解方程组的 Jacobi 迭代法; 利用Matlab 实现求解方程组的 Gauss-Seidel 迭代法; 利用编制的算法求解给定的线性方程组; -Matlab Jacobi iterative method for solving equations Use of Matlab for solving the equations of Gauss-Seidel iteration method The preparation of the alg
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:60349
    • 提供者:jenny
  1. C-language-algorithm-code

    1下载:
  2. 用C语言编写了科研和工程中最常用的算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。-Written in C for scientific and engineering of the most commonly used algorithm, the algorithm include the plura
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:142266
    • 提供者:心剑
  1. deformation_transfer

    0下载:
  2. 在不考虑邻近点算法的情况下实现变形传递的C源程序,包括解大型方程组的cholesky分解程序、点标记点程序、求解能量函数的程序。-Not consider the proximal point algorithm for deformation transfer of the C source code, including the solution of large-scale equations cholesky decomposition procedure, the point mark
  3. 所属分类:Algorithm

    • 发布日期:2017-06-17
    • 文件大小:26863032
    • 提供者:ZYY
  1. Gauss_Seidel

    0下载:
  2. 用Gauss_Seidel迭代法来求解方程组的解的程序-With Gauss_Seidel iterative method to solve the solution of system program
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2146
    • 提供者:sly
  1. Jacobi

    0下载:
  2. 用jacobi迭代方法来求解方程组的解的程序-With Jacobi iterative method to solve the solution of system program
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1139
    • 提供者:sly
  1. SOR

    0下载:
  2. 用SOR迭代法求解方程组的解的matlab程序-With SOR iterative method to solve the solution of system program
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1079
    • 提供者:sly
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com