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

搜索资源列表

  1. linear-equations

    0下载:
  2. 实现线性方程组的求解,能解决所有线性方程组的解。-Solving system of linear equations
  3. 所属分类:File Formats

    • 发布日期:2017-11-17
    • 文件大小:937
    • 提供者:xiqi
  1. DiffEulerRk4

    0下载:
  2. 用欧拉法与龙科库塔法求解微分方程组的数值解及其比较-Long Ke Kuta method for solving the numerical solution of differential equations and their comparison with the Euler method
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:762
    • 提供者:邵楼
  1. xiangefa

    0下载:
  2. 弦割法解非线性方程组,也叫割线法解非线性方程组-Chord secant method for solving nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:515
    • 提供者:twilight
  1. gauss

    0下载:
  2. 此文件为MATLAB的M文件,文件包含一个function为GUASS消元法,可以求任意阶数的线性方程组的解。-This file MATLAB M-files, the file contains a function for GUASS method of elimination, you can seek the solution of the linear equations of any order.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:729
    • 提供者:buqing
  1. Crout1

    0下载:
  2. 此文件为MATLAB的M文件,功能是通过Crout分解法,解线性方程组。-This file is a MATLAB M-file function is through the the Crout decomposition method for solving linear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:531
    • 提供者:buqing
  1. gauss-seidl

    0下载:
  2. 数值分析计算程序例子,高斯-赛德尔迭代法,用来解线性方程组,有注释。-Numerical analysis of the calculation procedure, Gauss-Seidl iterative method.
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:1086
    • 提供者:Zhang li
  1. Jacobi

    0下载:
  2. JACOBI迭代解线性方程组。里面有注释注意事项等。-JACOBI iterative solution of linear equations. Notes Note there.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-27
    • 文件大小:640
    • 提供者:xhb
  1. Gauss

    0下载:
  2. 高斯消去法解线性方程组(数值分析课后题的部分答案,可以进行探讨)-Gaussian elimination method for solving linear equations
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:582
    • 提供者:宋金杰
  1. diedai1

    0下载:
  2. 用迭代法解线性方程组。程序功能比较简单 能实现10维以下方程组的迭代-Using iterative method solution system of linear equations 。program function is simple。Can realize 10 d the following equations iterative
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:1620
    • 提供者:马也
  1. Source1

    0下载:
  2. 二分法求解方程组的解向量,用于非线性方程组。-Dichotomy solution vector for solving equations of nonlinear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:1072
    • 提供者:ahshiyalei
  1. 5

    0下载:
  2. 通过矩阵数组等算法该程序可以用C++计算出线性方程组的解-The program can be used C++ calculate the solution of linear equations, such as through the matrix array algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:5742
    • 提供者:刘悦
  1. Assignment2

    1下载:
  2. 北航数值分析第二次大作业 牛顿法解非线性方程组、分片二次插值-Northern Numerical Analysis second job Newton method for solving nonlinear equations, piecewise quadratic interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:1156014
    • 提供者:
  1. 6

    0下载:
  2. 该程序用jacobi公式迭代算出方程组的解-The program jacobi formula iteration calculate the solution of the equations
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:6215
    • 提供者:刘悦
  1. 001

    0下载:
  2. 列主元高斯消元法解线性方程组,其中的系数矩阵和右端向量大家可根据自己的需求更改,程序中已代入相应的具体矩阵-Out PCA Gaussian elimination method for solving linear equations, the coefficient matrix and the right end of the vector can be changed according to their needs, the program has been substituted i
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:798
    • 提供者:yangye
  1. Gauss

    0下载:
  2. VC++ 6.0 编写的使用列主元高斯消去法计算线性方程组的解。方程的系数和维数可以在函数体内手动修改。-Use written VC++ 6.0 out PCA Gaussian elimination method to calculate the solution of linear equations. The coefficients of the equation and dimension can manually modify the function body.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:870
    • 提供者:sun
  1. 1

    0下载:
  2. 高斯消去法和高斯列主元消去法以及解线性下三角形方程组-Gaussian elimination and principal component Gaussian elimination and the solution of linear triangular equations
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:2884
    • 提供者:李新丰
  1. the-general-solve-of-PDE-function

    0下载:
  2. 数值计算里解偏微分方程组的常见函数,非常实用-the general function to solve the partial difference equations
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:10122
    • 提供者:zhuwei
  1. Gauss_all_VCPP

    0下载:
  2. 用于解线性方程组的全主元高斯消去法C++程序-c++ Used for solving linear equations of all primary gauss elimination
  3. 所属分类:MPI

    • 发布日期:2017-12-01
    • 文件大小:3223
    • 提供者:luoxia
  1. LUdecompositionoflinearequations

    0下载:
  2. LU分解线性方程组\列主元解线性方程组\线性代数基础程序实现-LU decomposition of linear equations \ main-element solution of linear equations \ linear algebra foundation program
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:318047
    • 提供者:孙莹频
  1. Guass

    0下载:
  2. 高斯方法解线性方程组的源代码,实现简单,算法合理-Guass algorithm
  3. 所属分类:Algorithm

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