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

搜索资源列表

  1. UCA_SMI

    0下载:
  2. QR分解SMI算法的目的正是要避免直接来解线性方程,而是将自相关矩阵分解,并利用Givens旋转实现数据矩阵的QR分解,最终将权矢量的求解问题转化为三角线性方程组的求解问题。-QR decomposition SMI algorithm, whose objective it is to avoid directly to solution of linear equations, but will auto-correlation matrix decomposition, and the u
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:954
    • 提供者:张亚光
  1. linearequation

    0下载:
  2. 线性方程组的求解,阶数不定,需要文件输入系数矩阵和右端向量-linear equation solution
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:54070
    • 提供者:杨凌云
  1. ScienceandEngineeringnumericalalgorithmsourcecode.

    0下载:
  2. 科学与工程数值算法的源代码,有复数的计算,矩阵的计算,线性代数方程组的求解,非线性代数方程组的求解,插值,数值积分等,很实用!-Science and Engineering numerical algorithm s source code, there is the plural of calculation, matrix calculation, linear algebra equations, nonlinear algebraic equations, interpolation,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-17
    • 文件大小:4374124
    • 提供者:houht
  1. SORiterativemethodoftheMatlabprogram

    0下载:
  2. SOR迭代法的Matlab程序,用MATLAB语言编写,用SOR迭代求解线性方程组-SOR iterative method of the Matlab program, using MATLAB language, using SOR iteration for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:3375
    • 提供者:欧阳
  1. nonlinearsystems

    0下载:
  2. 清华大学数学实验之线性方程组的数值求解幻灯片与MAT源码-Tsinghua University, Experimental Math linear equations of the numerical solution of the slide with the MAT-source
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:780508
    • 提供者:tanwei
  1. LU

    0下载:
  2. 用Doolittle式的LU分解来求解线性方程组。-Solve the linear equations using Doolittle LU Decomposition!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:885
    • 提供者:lihousen
  1. block_five_diag_equations

    0下载:
  2. 分块五对角线性方程组的求解,比一般追赶法精度更高,并有参数可供调节。-Sub-diagonal block of five equations, than the average to catch up with higher accuracy, and have parameters available to adjust.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1423
    • 提供者:superred
  1. GaussErosion

    0下载:
  2. 在方程组的运算中可以经常遇到多个未知数,算起来比较的麻烦,利用高斯消元法可以快速的求解.-The algorithm can achieve the operation of Gauss Erosion.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3041
    • 提供者:guo
  1. cg

    0下载:
  2. 共轭梯度法求解有限元线性方程组,用列为20阶对称正定矩阵-Conjugate gradient method for solving linear equations of finite element used as a 20-order symmetric positive definite matrix
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1218
    • 提供者:安科
  1. jacobi

    0下载:
  2. Jacobi求解线性方程组、possison方程,欢迎大家提出宝贵意见。-Jacobi to solve linear equations, possison equations, welcome you to give valuable advice.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1148
    • 提供者:王海
  1. gauss

    0下载:
  2. 高斯消去法适用于求解低阶线性方程和方程组,它先逐次消去变量,将方程组化成同解的上三角形方程组,然后按方程相反顺序求解上三角方程组,得到原方程组的解-Gaussian elimination method for solving linear equations and low-level equations, the successive elimination of its first variable, the equations into a triangle with the solut
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:579057
    • 提供者:罗剑平
  1. 6BAND

    0下载:
  2. 用列选主元高斯消去法求解右端具有M组常数向量的N阶一般带型方程组AX=D.其中A为N阶带型矩阵.-PCA with out Gaussian elimination selection method with the M group of the right side of the N-order vector constants with the general equation AX = D. One A for the N-order band-type matrix.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:592
    • 提供者:chen
  1. Ruk4

    0下载:
  2. 四阶龙格库达法求解微分方程组,数学计算常用的工具方法-Fourth-order Runge Treasury method of differential equations, mathematical tools commonly used method of calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:34777
    • 提供者:Mr. Hao
  1. DLZTTC-FDTD

    0下载:
  2. 通过求解线性方程组来完成各个场量的迭代,能够计算导体球的散射截面。-By solving linear equations to complete the volume of each market iteration, to calculate the scattering cross section of conducting sphere.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8291
    • 提供者:汤恩现
  1. TEST1402

    0下载:
  2. 这个程序是对高斯消去法求解线性方程组的fortran源代码-This process is a Gaussian elimination method to solve linear equations of the fortran source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1098
    • 提供者:明明
  1. nonlinear

    0下载:
  2. 这是一个非线性方程与方程组的求解的算法,用于求解非线性方程与方程组的-This is a non-linear equation with the equations of the algorithm for solving nonlinear equations with the equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:16559
    • 提供者:韩斌
  1. exp7

    0下载:
  2. Gauss-Seidel法求解线性方程组,方程组在程序中指定-Gauss-Seidel method for solving linear equations, equations specified in the procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:777
    • 提供者:苍月
  1. gauss

    0下载:
  2. 用于求解线性方程组的经典高斯迭代法!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载-Solving linear equations for the classical iterative method of Gauss! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1054
    • 提供者:juice
  1. catch

    0下载:
  2. 用于求解线性方程组的追赶法!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载-Solving linear equations for the law to catch up! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:621
    • 提供者:juice
  1. GaussElimination

    0下载:
  2. 在MATLAB中实现用高斯消元法求解线性方程组!-In MATLAB to achieve using Gaussian elimination method for solving linear equations!
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:647
    • 提供者:陈玉岚
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com