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

搜索资源列表

  1. zhuigan

    0下载:
  2. 追赶法法求解线性方程,输入方程的系数,即可求得线性方程组的解-Thomas method to solve the linear equation, the coefficient of input equation can be obtained by the solution of the linear system of equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:45568
    • 提供者:
  1. Runge_Kutta_Gill

    0下载:
  2. Runge_Kutta_Gill法求解常微分方程组-Runge_Kutta_Gill method for solving ordinary differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:3977267
    • 提供者:wangqiwa
  1. Solving-equations-triangle-line

    0下载:
  2. thomas法求解对称三角线性方程组,简单高效-Solving equations triangle line (Thomas Law)
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3701738
    • 提供者:wangqiwa
  1. Gaussian-elimination

    0下载:
  2. 对给定的线性方程组采用高斯消元法进行求解,可以给定方程阶数-For a given set of linear equations using Gaussian elimination method to solve, you can order a given equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5998
    • 提供者:limin
  1. newton

    0下载:
  2. matlab牛顿法求解非线性方程组的程序代码学习-matlab Newton method for solving nonlinear equations code learning
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1200
    • 提供者:赵效楠
  1. Coordination_main_colomn

    0下载:
  2. 使用高斯列主元素消元法求解线性方程组的程序-Programme for the solution of Linear Equations using main-colomn Gauss algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2022
    • 提供者:李正东
  1. GAUSS-JORDAN

    0下载:
  2. 用全选主元高斯-约当消去法同时求解系数矩阵相同而右端具有m组常数向量的n阶线性代数方程组-With full pivoting Gauss- Jordan elimination method for solving the same time while the right side has the same coefficient matrix of linear algebraic equations of order n m group constant vector
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:737
    • 提供者:nyg
  1. solve-linear-equations

    0下载:
  2. 这是本人自己写的一个求解线性方程组的程序,而且还是带界面的,里面含有多种求解方法,并且还有矩阵运算-This is my own writing a program for solving linear equations, but also with the interface, which contains a variety of solving methods, and there are matrix operations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:54926
    • 提供者:liu
  1. partial-differential

    0下载:
  2. 用matlab编程工具实现的偏微分方程组的求解-Solving partial differential equations using matlab programming tools to achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:116959
    • 提供者:崔亚平
  1. gauss

    0下载:
  2. gauss算法 最基本的求解线性方程组的数值分析算法-gauss algorithm for solving numerical analysis algorithms basic linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:42312
    • 提供者:liumin
  1. 12

    0下载:
  2. 有关matlab在线性代数中的应用的详细介绍及具体的matlab代码实现,包括求向量组的最大线性无关组、向量组的线性相关性、求解线性方程组、使用 sym 函数直接创建符号矩阵、将数值矩阵转化为符号矩阵、符号矩阵的索引和修改、相似矩阵及二次型、求特征值和特征向量等。很适合初学者使用,及有关工程人员参考。-About matlab linear algebra applications detailed descr iption and the specific matlab code, inclu
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:77716
    • 提供者:曹清云
  1. pdecol

    0下载:
  2. 经典的在一个空间和一个时间维度求解非线性偏微分方程组的源程序-solving coupled systems of nonlinear partial differential equations (PDE`s) in one space and one time dimension
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:32626
    • 提供者:万里云
  1. vb各种算法

    0下载:
  2. 用VB实现线性方程组的求解。包括:高斯消元法,LU分解法追赶法,迭代法,奇异值分解,乔累斯基分解法等12种数值方法。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-04-03
    • 文件大小:20748
    • 提供者:lfj8769561
  1. sparse_lib-2.0

    0下载:
  2. 对称正定与对称非正定线性方程组的稀疏求解-sparse_lib v2.0 for sparse symmetric linear system of equations
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:651161
    • 提供者:Eric Chern
  1. guss-jacobi

    0下载:
  2. 高斯和雅克比迭代求解线性方程组.迭代数据放在文件内,A*x=b的形式储存-Gauss and Jacobi iteration for solving linear equations. Iterative data in the file, A* x = b in the form of storage
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2695
    • 提供者:jed
  1. RKG

    0下载:
  2. 求解常微分方程组初值问题的龙格库塔法分析及其C代码-Solving initial value problems of ordinary differential equations Runge-Kutta method analysis and C code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:350633
    • 提供者:章豪
  1. Gauss-elimination-method

    0下载:
  2. 基于高斯消去法的基本原理,实现对于一个方程组的高斯消去求解,并检验其稳定性。-Gaussian elimination method based on the basic principles to achieve the Gaussian elimination for solving a system of equations, and test its stability.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1622
    • 提供者:mike
  1. Quantum-Genetic-Algorithm

    3下载:
  2. 量子遗传算法用于求解非线性方程组,实用好用-Quantum Genetic Algorithm
  3. 所属分类:matlab

    • 发布日期:2014-12-18
    • 文件大小:8192
    • 提供者:scx
  1. NISNlE

    0下载:
  2. 牛顿迭代法求解多元多次非线性方程组,控制台程序-Newton iterative method for solving nonlinear equations diverse times, the console program
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2119252
    • 提供者:文白科
  1. rk4sys

    1下载:
  2. 用于求解4阶常微分方程组的龙格库塔法matlab求解函数工具-fourth-order Runge-Kutta for a system of ODEs
  3. 所属分类:Algorithm

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