搜索资源列表

  1. Jacobi-matlab

    1下载:
  2. 雅可比(Jocabi)迭代法解线性方程组-Jacobi (Jocabi) iterative method for solving linear equations
  3. 所属分类:文件格式

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:js
  1. goss

    0下载:
  2. 用GOSS解线性方程组 Dim i As Integer 循环变量 Dim j As Integer 循环变量 Dim k As Integer 循环变量 -with Goss solving linear equations Dim i As Integer Dim cycle variable j As In teger cycle variables As Integer Dim k cycle variabl
  3. 所属分类:并行运算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:li
  1. SVD

    0下载:
  2. % 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:zhxj
  1. liezhuyuangaussandsor

    0下载:
  2. 自己用matlab编写的选主元高斯消去法解线性方程组的通用程序,和sor法解线性方程组的通用程序 -Using matlab to prepare their election PCA Gaussian elimination solution of linear equations of the general procedures, and sor Solving linear equations of general progra
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:连早喻
  1. NumAna_GaussElim

    0下载:
  2. 这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。   程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。-The four procedures were Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:高天
  1. diedaisuanfa

    0下载:
  2. 解线性方程组的Jacobi,Gauss_Seidel,SOR迭代,以及四级四阶Runge_Kutta方法,Adams预估校正算法-Solution of linear equations of Jacobi, Gauss_Seidel, SOR iteration, as well as Runge_Kutta four fourth-order method, Adams forecast correction algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:xinrui
  1. gauss_seidel_iterative

    0下载:
  2. 利用高斯塞得尔迭代法解线性方程组,改算法能对所有类型的线性方程组进行求解,且收敛速度快!-Seoul was the use of high-CEDE?O iteration solving linear equations, the algorithm can be changed for all types of linear equations to solve, and fast convergence!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:chenzuo
  1. fangcheng

    0下载:
  2. 通过开发C++程序实现高斯消元法解线性方程组.-Through the development of C++ Procedures realize Gauss elimination solution of linear equations.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:10240
    • 提供者:pengyitao
  1. LU

    0下载:
  2. 数学工具: LU分解法解线性方程组,很好用-Mathematical tools: LU decomposition solution of linear equations, a very good use
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:千里
  1. relaxation

    0下载:
  2. SOR方法解线性方程组的matlab程序例子(李庆扬数值分析例子)-SOR method to solve linear equations matlab program examples (examples of numerical analysis李庆扬)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:tianhai
  1. iterative_linear_equations

    1下载:
  2. 数值分析中的迭代法解线性方程组问题,含输入输出界面。-Numerical analysis of iterative method for solution of problems of linear equations, including input and output interface.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:212992
    • 提供者:丁一
  1. 1

    0下载:
  2. 第二章 解线性方程组的直接法 --------------------------------------------------------------------------------------- 主函数文件 子函数文件 功能 实例 --------------------------------------------------------------------------------------
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:373760
    • 提供者:xig
  1. Scientific_Computing_and_C_assembly

    0下载:
  2. 第二章 解线性方程组的直接法 第三章 解线性方程的迭代法 第四章 插值法 第五章 数据拟合 第六章 数值微分和积分 第七章 矩阵特征值问题 第八章 非线性方程数值解法 第九章 非线性方程组的抚今迭代解法 第十章 常微分方程初值问题的数值解法 第十一章 常微分方程边值问题的数值解法 附录A C语言屏幕绘图 -Chapter II solution of linear equations in
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:354304
    • 提供者:hankl wen
  1. Text1

    0下载:
  2. 这是用Fortran编写的解线性方程组,一般的线性方程组都可以解,很方便-It is written in Fortran for solving linear equations, the general solution of linear equations can be very convenient
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:李芳丽
  1. sanijaofenjie

    0下载:
  2. 解线性方程组的方法,实现系数矩阵的LU分解。(Solution of linear equations, the coefficient matrix LU decomposition.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:行者W
  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-16
    • 文件大小:10240
    • 提供者:浅若夏沫
  1. 解方线性方程组

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

    • 发布日期:2024-05-16
    • 文件大小:461824
    • 提供者:limit123
  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-16
    • 文件大小:1024
    • 提供者:爆米花乀
  1. square

    0下载:
  2. 用平方根法解线性方程组,包含平方根法以及解上三角及下三角方程组的matlab代码,及Gauss消元法 列主元消元法等(matlab square root method)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:sqmodel
  1. 解线性方程组的高斯列主元消元法vb程序

    0下载:
  2. 解线性方程组的高斯主列消去法vb程序。pfg(Gauss iterative method for solving linear equations)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:214016
    • 提供者:aaazz
« 1 2 34 5 6 7 8 9 10 ... 46 »

源码中国 www.ymcn.org