搜索资源列表

  1. 线性方程组的超松弛迭代.rar

    0下载:
  2. 线性方程组的超松弛迭代
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-23
    • 文件大小:1526
    • 提供者:
  1. 病态方程组

    0下载:
  2. 病态方程组的运算-CSM Group Operational
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1104
    • 提供者:王斌
  1. 雅可比迭代计算方程组

    0下载:
  2. 用雅可比迭代计算一个线性方程组。用户只需要输入系数矩阵和常数矩阵就可以,精确度为-8-using Jacobian an iterative calculation of linear equations. Users only need to input matrix and constant coefficient matrix can, the precision of -8
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:20868
    • 提供者:
  1. 用Gauss列主元消元法解线性方程组

    0下载:
  2. 解方程: 用Gauss列主元消元法解线性方程组 -solution equation : Gauss out PCA elimination method for solving linear equations using Gauss out PCA elimination method for solving linear equations
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4768
    • 提供者:加内特
  1. 求解三对角线方程组的追赶法

    0下载:
  2. 求解三对角线方程组的追赶法,其代码由C语言编译,主要用于方程组未知参数的求解-Crout Reduction for Tridiagonal Linear Systems which applis Crout Reduction to solve a given tridiagonal linear system , in C
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1015
    • 提供者:邹璇
  1. LU法求解线性方程组

    0下载:
  2. LU法求解线性方程组,可以用于求解任意的线性方程组,非常有用.-LU method of linear equations, which can be used to solve arbitrary linear equations, very useful.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:38026
    • 提供者:范兴
  1. 高斯-赛德尔迭代法求线性方程组Ax=b的解

    0下载:
  2. 该程序主要是利用高斯-赛德尔迭代法求线性方程组Ax=b的解(The program mainly uses the Gauss-Seidel iteration to solve the solution of the linear system Ax = b)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:10240
    • 提供者:浅若夏沫
  1. 求解方程组方法

    0下载:
  2. 几种主要的求解方程组方法在MTLAB环境的实现(Implementation of several main solving equations in MTLAB environment)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:宇智波龙
  1. 3.2方程组的形态和条件数实验

    0下载:
  2. matlab的方程组的形态和条件数实验程序(The experimental procedure of the form and condition number of Matlab's equations)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:六六大顺
  1. PSO算法求解非线性方程组

    0下载:
  2. 使用pso粒子群算法求解非线性方程组,用c语言实现(PSO Particle Swarm Optimization (PSO) is used to solve nonlinear equations and is implemented in C language)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:347136
    • 提供者:dxlm
  1. 解方线性方程组

    0下载:
  2. 通过高斯消元法求解解线性方程组,使用动态内存分配(system of linear equations)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:461824
    • 提供者:limit123
  1. Fortran Newton法求解非线性方程组

    0下载:
  2. 通过Fortran语言,利用牛顿方程迭代来求解非线性方程组,可设置为二元或多元(Through the Fortran language, the Newton equation iteration is used to solve the nonlinear equations, which can be set to two yuan or multivariate.)
  3. 所属分类:文档资料

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:wagzijian
  1. LU分解法求解线性方程组

    0下载:
  2. 用LU分解法,求解已知线性方程组的解,最多100阶(The solution of the known linear equations is solved by the LU decomposition method, with a maximum of 100 orders.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:爆米花乀
  1. 线性方程组求解

    0下载:
  2. 高斯消去法,列主元高斯消去法,LU分解、压缩带状方程组求解(Gaussian elimination)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:昵称李华
  1. MATLAB牛顿法求解非线性方程组

    1下载:
  2. MATLAB牛顿法求解非线性方程组,运用牛顿法对非线性方程组进行求解可得到数值解(MATLAB Newton method for solving nonlinear equations, using Newton method to solve nonlinear equations to obtain numerical solution.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:lai东东
  1. MATLAB求解非线性方程组 fsolve

    0下载:
  2. MATLAB求解非线性方程组 fsolve源程序代码(MATLAB to solve the nonlinear system fsolve source code.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:lai东东
  1. RK龙格库塔计算微分方程组

    0下载:
  2. 使用4阶龙格库塔定理计算一阶微分方程组,方程组有3个方程(RK calculation of differential equations)
  3. 所属分类:图形图象

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:yeohyong
  1. 解线性方程组的迭解法

    0下载:
  2. 解线性方程组的迭解法,包括高斯-赛德尔迭代法和雅克比迭代法(Solution of iterative solution of linear equations, including Gauss - Seidel iterative method, Jacobi method)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:靖哥哥sj
  1. 解线性方程组的迭代法

    0下载:
  2. 可在matlab中打开,是用来解线性方程组的迭代法(It can be opened in MATLAB, and is an iterative method for solving linear equations.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:8192
    • 提供者:冯希文
  1. 用matlab求解非线性方程组的几种方法之程序

    0下载:
  2. matlab编程 求解非线性方程和方程组的多种方法(Matlab programming for solving nonlinear equations and equations)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:480256
    • 提供者:penny_ma
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org