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

搜索资源列表

  1. 牛顿迭代法程序

    1下载:
  2. 牛顿迭代法求解非线性方程组的源程序
  3. 所属分类:源码下载

  1. mpiparaw.rar

    1下载:
  2. 在MPI上用并行LU分解求解线性方程组的源程序。, Decomposes the solution system of linear equations on MPI with parallel LU the source program.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-08
    • 文件大小:4771
    • 提供者:应伟勤
  1. QR_algrithm.rar

    6下载:
  2. 求矩阵特征值和特征向量的算法:QR算法。用于线性方程组的求解,和反幂法算法的设计,Matrix eigenvalues and eigenvectors of the algorithm: QR algorithm. For linear equations, and anti-power-law algorithm design
  3. 所属分类:matlab

    • 发布日期:2015-11-01
    • 文件大小:1961
    • 提供者:赵亮
  1. shock_tube_problem.rar

    1下载:
  2. 求解激波管问题等产生的偏微分方程组的各种数值算法。,Shock tube problem solving, such as partial differential equations arising from a variety of numerical algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3474
    • 提供者:王磊
  1. E-G.rar

    0下载:
  2. 改进欧拉法及龙阁库塔法求解一阶常微分方程组的c语言实现,Improved Euler method and Lung Court Kutta method for solving first order ordinary differential equations of the c language
  3. 所属分类:C#编程

    • 发布日期:2017-03-25
    • 文件大小:2174
    • 提供者:jcz
  1. MYFEM.rar

    1下载:
  2. 有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):单元列阵的计算 AK(I,J,AIJ):总刚度矩阵元素迭加 QEB
  3. 所属分类:Algorithm

    • 发布日期:2016-11-22
    • 文件大小:545278
    • 提供者:liang
  1. gauss.rar

    0下载:
  2. 用高斯列主元消元法解下列线性方程组 高斯消元求解一些系数矩阵中含有极小数的情况下,会产生巨大的舍入误差,导致算法失效。一个简单而有效的改进方法是每次在进行将当前列中元素的消成0的运算时,选择当前列j对应的行(j to n)中绝对值较大的一个数作为主元行,这样,误差就会减小很多,PCA with out Gaussian elimination method solution of the following system of linear equations to solve a numbe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:102525
    • 提供者:刘佳
  1. szds.rar

    0下载:
  2. 几种数值代数中求解线性方程组的方法,包括雅克比,G-S,超松弛等,Several numerical linear algebra to solve equations, including Jacobi, GS, such as over-relaxation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:137302
    • 提供者:初蕾
  1. conjugategradientmethod.rar

    2下载:
  2. 给出了线性方程组矩阵Ax=b在并行预处理共轭梯度法求解过程,绝对有用哟,Gives the matrix of linear equations Ax = b in parallel preconditioning conjugate gradient method for solving process, is absolutely useful to yo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:4054
    • 提供者:张景
  1. gaussLinearEquation

    0下载:
  2. 列主元高斯消去法,用于求解线性方程组,这里用matlab编写,操作简单方便-Column principal component Gaussian elimination for solving linear equations, where using matlab, simple operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:746
    • 提供者:易先知
  1. sor.rar

    0下载:
  2. 求解线性方程组——超松弛迭代法,程序用c语言编写。,Solving linear equations- over-relaxation iteration method, procedures using c language.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3816
    • 提供者:欧阳
  1. matlabtext4.rar

    1下载:
  2. 高斯消去法 (1)题目:用选主元素法和高斯消去法求解下列方程组:源代码 设计思想 原理 对应程序,Gaussian elimination (1) Title: The main elements of the election law and the Gaussian elimination method to solve the following equation: The principle design of the source code corresponding to th
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:542447
    • 提供者:马刚
  1. alglib-3.4.0.cpp

    0下载:
  2. 在求解线性方程组(System of Linear Equations)的算法中,有两类最基本的算法,一类是直接法,即以消去为基础的解法。如果不考虑误差的影响,从理论上讲,它可以在固定步数内求得方程组的准确解。另一类是迭代解法,它是一个逐步求得近似解的过程,-we can use several different methods to obtain a solution. If a unique solution is known to exist, and the coefficient m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1131452
    • 提供者:房子
  1. shuzhifenxi

    1下载:
  2. 北航数值分析大作业三,功能为用Newdon法求解非线性方程组,Gauss法求解线性方程组,求矩阵的逆,二元二次插值,按最小二乘原则进行二元拟合并自动寻找最小阶数。-Northern analysis of large numerical operations three functions with Newdon method for solving nonlinear equations, Gauss method for solving linear equations, find the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:8243
    • 提供者:朱付涛
  1. MyRunge_Kutta

    3下载:
  2. 实现四阶龙格库塔算法,求解非线性方程或是非线性方程组。-To achieve fourth-order Runge-Kutta algorithm for solving nonlinear equations or nonlinear equations.
  3. 所属分类:matlab

    • 发布日期:2015-05-28
    • 文件大小:1024
    • 提供者: 袁清平
  1. tridisolve

    1下载:
  2. 主要用来求解三对角方程组,使用追赶法的原理进行编制,其中A为主对角线下的词对角线,B为主对角线,C为主对角线上的词对角线,D为等式右边的值,代入即可计算出数值-Mainly used for solving tridiagonal equations, using the principle of law to catch up with the preparation, in which the main diagonal A diagonal line under the word, B t
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:555
    • 提供者:马冠男
  1. FEMprogram

    11下载:
  2. 四面体网格划分的有限元计算源代码,在将变形体划分为四面体后,输入节点坐标,程序利用弹塑性本构,将载荷和位移关系转变为线性方程组,是一个很好的求解简单三维变形体的程序,还可输出单元变形量,应力等。-Tetrahedral mesh of the finite element method source code, in the deformed tetrahedron is divided into, the input node coordinates, the program using el
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-11-01
    • 文件大小:3576
    • 提供者:jzhee_mail
  1. TRAPEZOIDAL-WITH-NEWTON-ITERATION-ALGORITHM

    1下载:
  2. 本程序提供一种求解刚性微分方程组的算法:具有牛顿迭代的梯形法-This procedure provides an algorithm for solving stiff differential equations: the trapezoidal method with Newton iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1679
    • 提供者:mike
  1. fsolve

    0下载:
  2. matlab中fsolve语句数值效果较好,采用的解法是将方程组转化为最小二乘问题,调用指令lsqnonlin求解,所以,它参数的选取和优化指令的用法是一致的-matlab numerical results in fsolve statement better solution is to use the equations into a least squares problem, call the command lsqnonlin solution, therefore, it is p
  3. 所属分类:matlab

    • 发布日期:2016-09-10
    • 文件大小:5140
    • 提供者:
  1. diedai

    0下载:
  2. 用雅可比迭代法,塞德尔迭代法,逐次超松弛法求解线性方程组,程序用C语言编写-Jacobi iterative method used, Seidel iteration, successive over-relaxation method to solve linear equations, the program written by C
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:5870
    • 提供者:欧阳
« 1 2 ... 22 23 24 25 26 2728 29 30 31 32 ... 50 »
搜珍网 www.dssz.com