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

搜索资源列表

  1. 解线性方程组

    0下载:
  2. 求解线性方程组的方法:高斯赛德尔迭代法,LU分解法(Solving linear equations by Gauss Seidel iteration)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:l玲子l
  1. Iter.zip

    0下载:
  2. 求解线性方程组的常用算法matlab实现 包括 Jacobi,Gauss_Seid 与 SOR(Common iterative methods function to solve linear symstems of equations. (Jacobi, Gauss_Seid and SOR))
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:焦浮
  1. LU_test

    0下载:
  2. cuda加速,采用LU分解法求解线性方程组(CUDA accelerated, using LU decomposition method to solve linear equations)
  3. 所属分类:并行计算

  1. DiffParam_SOR

    0下载:
  2. 非线性方程组求解matlab程序,基于DiffParam和SOR的非线性方程组求解matlab例程(Nonlinear equations for solving matlab program, based on DiffParam and SOR nonlinear equations for solving matlab routines)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:qweshpd
  1. ill-conditioned system of equations

    0下载:
  2. 分别用几种经典的数值分析迭代算法求解线性方程组(Solving linear equations by several classical numerical analysis iterative algorithms)
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:jcg17
  1. GausANDJacobian

    0下载:
  2. 高斯消元以及Jacobian迭代求解线性方程组,有详细的注释(Gauss elimination and Jacobian iterative solution of linear equations have detailed annotations)
  3. 所属分类:其他

  1. dsolve_example

    0下载:
  2. 求解非线性高阶方程组的详细示例,是学习Matlab求解方程组的好材料。(solve nonlinear high-order differential equations)
  3. 所属分类:数学计算

  1. LU分解程序

    0下载:
  2. 用LU和LDU分解求解方程组,给出了详细说明(The equations are solved by the decomposition of LU and LDU, and the detailed descr iption is given.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:宇智波龙
  1. 非线性方程解法相关程序

    0下载:
  2. 用二分法以及迭代法求解非线性方程、非线性方程组的例子(An example of solving nonlinear equations and nonlinear equations by the dichotomous method and iterative method)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:brimg
  1. MATLAB

    0下载:
  2. 求解病态方程组,对A求希尔伯特函数,做LU分解。。。。。。。。(To solve the sick equation group, to A the Hilbert function, to do LU decomposition.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:4096
    • 提供者:Grady
  1. 高效稳定的LMF方法求解非线性方程组

    1下载:
  2. 解决方案是通过弗莱彻版本的Levenberg-Maquardt获得的 用于最小化方程残差平方和的%算法。 %LMFnlsq应用程序的主要领域是在进行曲线拟合时 处理实验数据%。(A solution is obtained by a Fletcher's version of the Levenberg-Maquardt algoritm for minimization of a sum of squares of equation residuals. The main doma
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:9216
    • 提供者:taodashi
  1. 求解混沌系统微分方程组

    0下载:
  2. 出来的图形是混沌图形,但是x,y,z分解后为有规律曲线,与信号类似,说明信号的叠加或许是一种混沌系统(The figure is chaotic, but x, y, Z are decomposed into regular curves, similar to signals, indicating that the superposition of the signals may be a chaotic system.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:128000
    • 提供者:知道17
  1. odesRK4

    0下载:
  2. 四阶经典龙格库塔法求解线性常微分方程组, 以及简易食物链的模型应用,方程组以向量输入输出(Four order Rung-Kutta for differential equations)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:柯基饼干
  1. 代码

    0下载:
  2. 求解非线性方程组详细代码,属于源代码程序(The detailed code for solving nonlinear equations belongs to the source code program.)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:13312
    • 提供者:00雪
  1. 克拉默法则

    0下载:
  2. 用克拉默法则求解方程组,按照定理写的,主要针对三元一次方程组(Solving equations with Kramer's rule.)
  3. 所属分类:其他

  1. 33967121feixianxing

    0下载:
  2. 求解非线性方程组,牛顿迭代法 改进的牛顿迭代法(To solve the nonlinear equations)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-29
    • 文件大小:11264
    • 提供者:yxqing1
  1. 线性方程组计算

    1下载:
  2. 利用高斯消元法法求解病态矩阵——hilbert 矩阵的线性方程组。通过条件数分析,找出误差较大的原因。再利用 Jacobi 迭代方法、G-S 迭代方法和 SOR 迭代法做了进一步探究。另外,作为要求之外的,还使用共轭梯度法来求解方程以来进行对比,并利用Tikhonov 正则化的方法改善矩阵的条件数,来减小误差。(The Gauss elimination method is used to solve the linear equations of the ill conditioned mat
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:才子昕
  1. MATLAB求解混沌系统微分方程组源程序代码

    0下载:
  2. MATLAB求解混沌系统微分方程组,chen系统吸引子(MATLAB for solving differential equations of chaotic systems and attractor of Chen system)
  3. 所属分类:绘图程序

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:沈珏
  1. 求解线性方程组的迭代法

    0下载:
  2. 该matlab程序为求解线性方程组的解的迭代算法合集,也是最基础最简单的求解线性方程组的迭代法,简单易懂。(Methods for solving linear equation.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:15360
    • 提供者:宝宝222
  1. 预处理共轭梯度求解器

    1下载:
  2. 采用预处理的共轭梯度线性方程组求解方法,可以输入预处理矩阵。
  3. 所属分类:matlab例程

« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com