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

搜索资源列表

  1. solveeqution

    0下载:
  2. 二进制编码遗传算法解方程组,此程序是有MATLAB编写,采用二进制编码方式用遗传算法求解方程组。-This program can solve equtions,it is writen in matlab lauguage,and the code writen stly is bianay system, I hope this program can help some netfriend.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7318
    • 提供者:Cai Lianzhang
  1. Homotopy_method

    1下载:
  2. 求解低阶非线性方程组的同伦方法程序,包括Euler修正迭代算法程序,切矩阵形成,切向量生成程序等。-Nonlinear equations to solve low-order methods and procedures homotopy
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:13691
    • 提供者:Qin
  1. numericalanalysis

    0下载:
  2. 各类非线性方程组求解的公式的实现,较为简洁,可直接调用-Various types of nonlinear equations of the formula to achieve, the more simple, direct call
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1668
    • 提供者:万远
  1. shuzhijisuan

    0下载:
  2. 里面有用MATLAB自编的几个数值计算方面的几个程序,有拉格朗日多项式插值法,高斯消去法求解方程组,最小二乘法拟合,复合梯形公式求解数值积分-Some Useful MATLAB self inside the numerical calculation of the number of procedures, Lagrange polynomial interpolation method, Gaussian elimination method for solving equations,
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:10772
    • 提供者:arvin
  1. LZY

    0下载:
  2. LU列主元变换求解方程组,c++程序代码,比较好用-LU out the main element transformation for solving equations
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:791
    • 提供者:123
  1. Adomiandecompositionmethod

    3下载:
  2. 用Adomain分解方法求解分数阶常微分方程组,线性的和非线性的方程组都可以。-using Adomian decompositon method to solve fractional differential equations
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:735
    • 提供者:zgl
  1. gaosidiedai

    0下载:
  2. 本程序是数值分析中经典的高斯迭代法求解线性方程组-The numerical analysis procedure is the classical Gauss iterative method for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:714
    • 提供者:
  1. homotopy-matlab

    0下载:
  2. 求解非线性方程组,比Newton迭代更加稳定的迭代法-Solving nonlinear equations, Newton iteration is more stable than the iterative method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:3914
    • 提供者:wang
  1. gauss_seidel

    0下载:
  2. matlab编写的Gauss_Seidel迭代算法求解方程组的根 -iterative algorithm matlab prepared Gauss_Seidel root of solving equations
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:18388
    • 提供者:yanxyu
  1. MPI

    0下载:
  2. mpi并行计算方法,用全主元消元法求解方程组的解-mpi parallel computing, with all principal component elimination method for solving Equations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:17126
    • 提供者:张伟涛
  1. solving-nonlinear-equations

    0下载:
  2. matlab 的非线性方程组求解多种方法得源程序-Solving nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:12094
    • 提供者:chilsma
  1. gauss

    0下载:
  2. gauss消元法求解方程组,可以准确的利用gauss消元法求解线性方程组 -gauss elimination method for solving equations, you can accurately use gauss elimination method for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:871
    • 提供者:hu
  1. gauss-seidel

    0下载:
  2. 通过编程实现通过共轭梯度法和Gauss-Seidel迭代法两种方法求解方程组-By programming through the conjugate gradient method and Gauss-Seidel iteration method for solving equations of two
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:931
    • 提供者:张明
  1. zxech

    0下载:
  2. 最小二乘法求解方程组的近似解,需输入系数矩阵-Least-squares method for solving equations of the approximate solution must enter the coefficient matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:784
    • 提供者:agan
  1. Gauss_seidel

    0下载:
  2. 数值分析算法-----功能:gauss-seidel迭代求解线性方程组的根-Numerical analysis algorithms----- functions: gauss-seidel iterative root solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:754
    • 提供者:fhc
  1. niniu

    0下载:
  2. 用最优化算法中的拟牛顿法求解方程组的解,可以根据需要构造方程组-Optimization algorithm with the quasi-Newton method to estimate the parameters
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:549
    • 提供者:wanyou
  1. gsxqf

    0下载:
  2. vb编写的高斯消去法,通用函数,如有不好的地方,还请指教!-Dim a(), b(), n, k, l 定义必须的通用变量 Private Sub Command1_Click() If k = n Then Command1.Enabled = False Text2.Enabled = False Else k = k+ 1 Text2 = "" End If End Sub Private Sub Command2_Click()
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2346
    • 提供者:chubby
  1. nonlinear

    3下载:
  2. nonlinear,求解非线性方程组的Fortran源程序。-nonlinear, nonlinear equations of the Fortran source code.
  3. 所属分类:Algorithm

    • 发布日期:2014-04-30
    • 文件大小:1024
    • 提供者:黄永杰
  1. gaosixiaoqu

    0下载:
  2. 高斯消去列主元法求解方程组,另创建一个M文件写入系数矩阵等即可验证-Out Gaussian elimination method for solving equations, the main element, and the other to create a file to write the coefficient matrix M can be verified, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:6360
    • 提供者:菜鸟程序员
  1. EqtsSOR

    0下载:
  2. SOR迭代法求解线性方程组,输出结果和迭代次数。-SOR iterative method for solving linear equations, the output and the number of iterations.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:706
    • 提供者:王木三
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com