CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - solve linear equations

搜索资源列表

  1. guasMATLAB

    0下载:
  2. In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the German mathematicians Carl Frie
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3131
    • 提供者:ismaail
  1. danchunxing1

    0下载:
  2. 用优化方法中单纯型的思想,转换为矩阵的变化,巧妙的求解线性和非线性方程组的解 -With optimization method of the type of pure thought for the change of the matrix, conversion, clever to solve the linear and nonlinear equations solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:803
    • 提供者:程耀兵
  1. ilim1

    0下载:
  2. this code uses inverse linear interpolation method to solve non linear system to equations.
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:4002399
    • 提供者:Haris
  1. Matlab

    0下载:
  2. Gauss Seidel 解数学矩阵方程 Bisection 解1元高次方程 Newton Method 解高次方程 Taylor series 泰勒公式求方程近似解-In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1651
    • 提供者:yuguo
  1. jiefangcheng-

    0下载:
  2. 函数solve用于求解一般代数方程的根,函数desolve用以求解线性常微分方程,有5个源码实例-The function solve is used to solve the root of the algebraic equations in general, function desolve used to solve the linear ordinary differential
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:85274
    • 提供者:王彦钧
  1. root

    0下载:
  2. 求二元一次方程式的解 求解二元一次聯立方程式可以使用代入消去法或加減消去法-- Linear equation To solve the binary simultaneous equations using the substitution elimination or subtraction elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:587
    • 提供者:張英勝
  1. GAUS

    0下载:
  2. 全选主元高斯消去法求解线性代数方程组AX=B的全部解-QuanXuan primary gaussian elimination method is used to solve the linear algebra equations AX = B of all solutions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:648
    • 提供者:戴敏
  1. UKF-matlab-simulation

    0下载:
  2. 卡尔曼滤波在对离散线性系统进行最优化的时候用到系统的预测方程和测量方程,但是只考虑了最简单的线性关系,即系统预测方程线性化,由于变量的均值和方差只能进行线性运算,那么当系统预测方程非线性化的时候该怎样计算预测值的方差呢? UKF就是为了研究解决这种非线性关系的。-Kalman filter used in optimization of discrete linear systems prediction and measurement equations of the system, but
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:9947
    • 提供者:shaodong
  1. MATLAB7-for-Engineers

    0下载:
  2. 外文书名: Introduction to MATLAB7 for Engineers 本书主要介绍了MATLAB在工程方面和应用,内容的组织非常灵活,可以适应各层次读者的需求。第1-4章必须按顺序阅读,分别介绍了MATLAB特性、数组的概念、函数和文件的使用以及MATLAB编程。第5-10章相互独立,可以按任意顺序阅读。第6章深入讨论了如何使用MATLAB解决多种常见类型的工程问题,其中包括二维和三维图形、线性代数议程的解、基本的统计和概率、微积分和微分方程的数值方程、Simulink以及MA
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:59045110
    • 提供者:wudan
  1. double-COLSYS

    0下载:
  2. 双精度COLSYS子程序,用于求解常微分线性、非线性方程组。经过扩容后版本可以求解1000个最高阶次为4阶的方程组。并达到令人满意的精度。-Double precision COLSYS subroutine, used to solve ordinary differential linear, nonlinear equations. After expansion version can solve the 1000 highest order for 4 order equation.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:35646
    • 提供者:朱颖
  1. doolittle

    0下载:
  2. doolite分解法求解线性方程,输入方程的系数,即可求得线性方程组的解-Doolite decomposition 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-08
    • 文件大小:49318
    • 提供者:
  1. liezhuxiaoyuan

    0下载:
  2. 列主消元法求解线性方程,输入方程的系数,即可求得线性方程组的解-Column main elimination 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-25
    • 文件大小:100063
    • 提供者:
  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. gauss_seidel

    0下载:
  2. In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the German mathematicians Carl Frie
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7070
    • 提供者:zineb24
  1. triangularisation_sup

    0下载:
  2. In the mathematical discipline of linear algebra, a triangular matrix is a special kind of square matrix. A square matrix is called lower triangular if all the entries above the main diagonal are zero. Similarly, a square matrix is called upper trian
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:19150
    • 提供者:zineb24
  1. Gauss_Seidel

    0下载:
  2. 一种非线性代数方程组的迭代解法。最早用于解算电力系统潮流。这种方法具有程序编制简单、占用内存少的优点,但算法收敛性差,计算时间长。-In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system o
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:533
    • 提供者:梁峻超
  1. Jacobi-and-Gauss-Seidel

    0下载:
  2. Jacobi迭代法和Gauss-Seidel迭代法Matlab程序,可用于求解线性方程组-Jacobi iteration method and Gauss- Seidel iterative method Matlab procedures, can be used to solve the linear system of equations
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:20657
    • 提供者:clh
  1. Jacobi

    0下载:
  2. 利用Jacobi迭代方法求解线性/非线性方程的Fortran程序。-Using Jacobi iteration method to solve the linear/nonlinear equations of the Fortran program.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:169554
    • 提供者:大兵
  1. lecturetwoGS

    0下载:
  2. 这是利用Gauss-Seidel迭代方法求解线性/非线性方程的Fortran程序。-This is by using Gauss - Seidel iterative method to solve the linear/nonlinear equations of Fortran program.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:169800
    • 提供者:大兵
  1. jacobi

    0下载:
  2. 通过雅可比矩阵的计算,求解方程组的解,主要用于线性求解过程-By calculating the Jacobian matrix, solution of equations to solve, mainly for solving linear process
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1111
    • 提供者:maomao
« 1 2 ... 11 12 13 14 15 1617 »
搜珍网 www.dssz.com