搜索资源列表

  1. 解方程组

    0下载:
  2. 本代码实现的是计算方法课程实验--用平方根法求解方程组用C语言实现-source implementation of the calculation method is experimental courses -- with square root method equations using C language
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:938
    • 提供者:guo
  1. 线性方程组雅可比迭代法

    0下载:
  2. 数值计算方法实验 实验2 用雅克比迭代法解方程组 一、 实验目的 1、 学习使用雅克比迭代法求解方程组,加深对雅克比迭代法的认识。 2、 在误差允许的范围内,在循环次数较少的情况下,求解方程组的稳定解。 3、 进一步加深对Matlab的学习。
  3. 所属分类:文档资料

    • 发布日期:2010-12-16
    • 文件大小:366080
    • 提供者:jiliaoxiaxue
  1. 正规规方程组求解

    0下载:
  2. 正规方程组求解
  3. 所属分类:源码下载

  1. 偏微分方程组N=4的龙格-库塔方法求解

    1下载:
  2. 偏微分方程组N=4的龙格-库塔方法求解,matlab编程,试过可以
  3. 所属分类:matlab例程

  1. Equations

    0下载:
  2. 科学与工程数值算法求解方程组的类-science and engineering numerical algorithm for solving equations of the type
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-23
    • 文件大小:14336
    • 提供者:王少卿
  1. 追赶法解

    0下载:
  2. 追赶法解求解方程组-chased method for solving equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-23
    • 文件大小:52224
    • 提供者:
  1. 吉尔法求解一阶微分方程组

    0下载:
  2. 吉尔法求解一阶微分方程组的算法-Gil Solving equations a band algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-23
    • 文件大小:3072
    • 提供者:谭兴
  1. 高斯法解线性方程组

    0下载:
  2. 高斯法解线性方程组-Gaussian method for solving linear equations
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 本代码实现的是计算方法课程实验--用平方根法求解方程组用C语言实现-source implementation of the calculation method is experimental courses-- with square root method equations using C language
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:guo
  1. 高斯消元法解n阶线性方程组

    0下载:
  2. 高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序-Gauss elimination method for n-linear equations here is the mathematical methods used in calculation procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:269312
    • 提供者:郑双明
  1. 雅可比迭代解线性方程组

    0下载:
  2. 雅可比迭代解线性方程组 这个也是计算方法中另一种 求解线性方程组的计算程序-Jacobi iterative solution of linear equations This is a separate calculation method for solving linear equations of computational procedures
  3. 所属分类:数学计算/工程计算

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

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

    • 发布日期:2024-05-23
    • 文件大小:329728
    • 提供者:范兴
  1. C++常用算法之08非线性方程组求解

    0下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套非线性方程组求解代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过 -the code is "commonly used computer numerical algorithms and procedures C version," a book support
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-23
    • 文件大小:103424
    • 提供者:闻杉
  1. C++常用算法之07线性方程组求解

    0下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套线性方程组求解代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C
  3. 所属分类:数值算法/人工智能

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

    1下载:
  2. LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.-LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:倪泰山
  1. 数值计算_病态线性方程组的求解

    0下载:
  2. 这是数值分析的一些作业实验,文件中有详细的文档对理论,实验和算法的说明,用于病态方程组求解的源代码-This is the numerical analysis of the experimental operation, the paper detailed documentation of theory, experiment and the algorithm shows that morbid equation for solv
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:9216
    • 提供者:李琳
  1. 4GaussSeidel

    0下载:
  2. 用来求解方程组,是个不错的程序,计算方法里经常用到的算法哦-the programme is used to solve equations array, it is a good method
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:187392
    • 提供者:一龙
  1. linear

    0下载:
  2. 数值线性代数运算,分别用列选主元的高斯消去法,矩阵的LU分解并求解方程组和迭代法解方程组,并比较计算结果和时间。-Numerical linear algebra, respectively out how principal component of the Gaussian elimination method, LU decomposition of the matrix, and solving equations and it
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:190464
    • 提供者:Emily
  1. 求解方程组方法

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

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:宇智波龙
  1. 最速下降法求解方程组

    1下载:
  2. 最速下降法就是梯度下降法,可以用于求解最小二乘问题(线性和非线性都可以)。可以说是求解机器算法的最古老、最经典的模型,另一种常用的方法是最小二乘法。(The steepest descent method is the gradient descent method, which can be used to solve the least squares problem (both linear and non-linear). It
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:3072
    • 提供者:maomao875
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org