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

搜索资源列表

  1. interpolation-equations

    0下载:
  2. matlab 求解方程组 计算方法 数值分析-calculation methods to solve equations matlab numerical analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:725311
    • 提供者:mike
  1. the-solution-to-AX=B

    0下载:
  2. 对任意线性方程组AX=B,利用矩阵等价变换形成上三角矩阵,在利用高斯消元法中的回代过程简便的求解方程组AX=B的解。本程序是用MATLAB编写的,运行时只要输入矩阵A和B,即可得到方程的解。程序中有详细的注释,很好理解。本程序具有通用性。-For any system of linear equations AX = B, the use of equivalent transformation matrix to form the upper triangular matrix using G
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1252
    • 提供者:大象
  1. sor

    0下载:
  2. 使用sor法(松弛法)求解方程组的解 (包括定义的子函数及示例说明)-solve the solution of equations by using sor method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:12548
    • 提供者:yang
  1. elimination-method

    0下载:
  2. 该程序是数值分析中的求解方程组的方法,用列主元消去法求解问题是结果更精确-This program is to solve the equations of the numerical analysis methods, and use the yuan elimination technique listed solving the problem is more accurate results
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:31680
    • 提供者:wangjixu
  1. multigridPchao-qun-Liu

    1下载:
  2. 多重网格法是一种用于求解方程组的方法,可用于插值、解微分方程等。-Multiple grid method is a method for solving equations, and can be used for interpolation, solving differential equations, etc
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5826812
    • 提供者:仇建新
  1. jocabi

    0下载:
  2. 计算方法引论中的jocabi迭代求解方程组-Jocabi iterative method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:655
    • 提供者:何鹏
  1. liezhuyuan

    0下载:
  2. 该代码主要实现以Guass列主元法求解方程组矩阵,编程平台vs2008,语言c-This code to realize Guass main component method is used to solve the equations listed matrix, programming platform vs2008, language c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1757
    • 提供者:闫皓渊
  1. diedai

    0下载:
  2. 该段代码主要用于实现用雅克比迭代法和赛德尔迭代法求解方程组,编程平台vs2008,使用语言c-When the code used to implement the main with Jacques iterative method and the than del iterative equations, a programming vs2008 platform, the use of language c++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:776
    • 提供者:闫皓渊
  1. zhuiganfa

    0下载:
  2. 数值分析中的求解方程组中的追赶法,包括追、赶的过程。-Numerical analysis to solve equations in the pursuit method, including the chase, drive the process
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:579
    • 提供者:陈禧
  1. LDLsolve-linear-system

    1下载:
  2. 在matlab中用LDL分解求解方程组Ax=b,并有实例演示,数值分析-solve linear system by LDL,numeriacal analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1389
    • 提供者:李刚
  1. Gauss---Seidel-iteration

    0下载:
  2. 使用高斯-赛德尔迭代求解方程组的值,是我数值分析课的作业,只能求解有唯一解情况-The value of using the Gauss- Seidel iteration for solving equations, numerical analysis homework assignment has a unique solution can only solve the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:802
    • 提供者:徐文涛
  1. Catch-up-with-France

    0下载:
  2. 使用追赶法求解方程组的解,是我数值分析课的作业,只能求解有唯一解情况-Pursuit method for solving Equations, my numerical analysis homework assignment, only has a unique solution for solving
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:723
    • 提供者:徐文涛
  1. VC

    0下载:
  2. 用ode45求解方程组,通过不断近似迭代-Ode45 for solving equations
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:19021
    • 提供者:wangyan
  1. shiyan2

    0下载:
  2. 用高斯消去法求解方程组,其中数的类型为double型。-Using the Gauss elimination method for solving equations
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:869076
    • 提供者:jing
  1. solution

    0下载:
  2. 实现求解方程组的高斯消去法 利用编制的算法求解给定的线性方程组; 和MATLAB内置的命令进行比较 -Solving the equations of the Gaussian elimination method The preparation of the algorithm for solving linear equations given And the MATLAB built-in command to compare
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2845
    • 提供者:jenny
  1. iteration

    0下载:
  2. 利用Matlab 实现求解方程组的 Jacobi 迭代法; 利用Matlab 实现求解方程组的 Gauss-Seidel 迭代法; 利用编制的算法求解给定的线性方程组; -Matlab Jacobi iterative method for solving equations Use of Matlab for solving the equations of Gauss-Seidel iteration method The preparation of the alg
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:60349
    • 提供者:jenny
  1. Gauss_Seidel

    0下载:
  2. 用Gauss_Seidel迭代法来求解方程组的解的程序-With Gauss_Seidel iterative method to solve the solution of system program
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2146
    • 提供者:sly
  1. Jacobi

    0下载:
  2. 用jacobi迭代方法来求解方程组的解的程序-With Jacobi iterative method to solve the solution of system program
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1139
    • 提供者:sly
  1. SOR

    0下载:
  2. 用SOR迭代法求解方程组的解的matlab程序-With SOR iterative method to solve the solution of system program
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1079
    • 提供者:sly
  1. Slove

    0下载:
  2. 采用C语言编写的求解方程组代码, 可以输入多维的方程组,用高斯消元法进行求解,可以判定无解和无穷解的情况-Solving equations using C language code, Can enter a multi-dimensional equations is solved using Gaussian elimination method can determine the situation of no solution and infinite solutions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:911
    • 提供者:Nemol
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com