搜索资源列表

  1. VB-algorithms

    0下载:
  2. 本文介绍了VB的常用算法,如排序问题、矩阵运算、迭代法、递归算法等。-This article describes the VB commonly used algorithms, such as sorting problems, matrix operations, iterative method, recursive algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:52224
    • 提供者:victory
  1. Matlab

    0下载:
  2. 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:17371136
    • 提供者:ltiuan
  1. G-S

    0下载:
  2. 本程序为G-S迭代法,若系数矩阵满足 1.G-S迭代矩阵谱半径小于一 2.jacobi迭代矩阵一范数或无穷范数小于一 3.系数矩阵A正定 4.系数矩阵A严格对角占优或不可约对角占优 则可返回A*x=b的解。算法迭代次数比 x=M*x+g形式的标准化迭代次数多,但所用时间少很多。-The program for the G-S iteration method, if the coefficient matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:Park
  1. codes-for-numerical-analysis

    0下载:
  2. 高教版数值分析的matlab代码,误差与范数,非线性方程(组)的数值解法,解线性方程组的直接方法,解线性方程组的迭代法,矩阵的特征值与特征向量的计算,函数的插值方法,函数逼近与曲线(面)拟合,数值微分,数值积分,常微分方程(组)求解-entire codes for numerical analysis based on matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:902144
    • 提供者:theo
  1. gauseid

    0下载:
  2. matlab矩阵计算 Gauss-Seidel迭代法解线性方程组-matlab matrix calculation Gauss-Seidel iteration method for solving linear equations
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:pc
  1. matlab

    0下载:
  2. 误差的来源 非线性方程(组)的数值解法 解线性方程组的直接方法 解线性方程组的迭代法 矩阵的特征值与特征向量的计算 函数的插值方法 函数逼近与曲线(面)拟合 数值微分 数常微分方程(组)求解值积分 -The source of the error Numerical method for solving the nonlinear equation (group) The di
  3. 所属分类:文件格式

    • 发布日期:2024-05-19
    • 文件大小:1071104
    • 提供者:陈佳文
  1. NumericalAnalysisWork2

    0下载:
  2. 代码实现了矩阵求逆等运算,实现了牛顿迭代法-Code implements the matrix inversion and other operations, to achieve a Newton iteration
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:wuzhiying
  1. 4.1

    0下载:
  2. 雅可比迭代法 求解矩阵方程的解 雅可比迭代法 求解矩阵方程的解-Jacobi Method
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:610304
    • 提供者:liyue
  1. Gauss--Seidel-iterative--C

    0下载:
  2. 高斯 赛德尔迭代法求解线性方程组的程序,c语言版。输入矩阵 求解矩阵-High Sisaideer iterative method for solving linear equations procedures, c language version. Input matrix solving matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:james
  1. Matrix-ProgrammingBeta2.0

    0下载:
  2. 该编程为矩阵与数据分析课的编程作业程序,里面包括matlab的三次样条曲线程序,有Jacobi迭代法和Gauss-Seidel迭代法等-The programming and data analysis for the matrix class programming operations program, which includes the cubic spline curve matlab procedures, Jacobi a
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:558080
    • 提供者:fat
  1. a

    0下载:
  2. 矩阵与数值分析:高斯法,高斯列主元法,G_S迭代,牛顿法,jacobi迭代法,G-S迭代法 ,牛顿法求根,三次样条插值,多项式拟合,复化Simpson方法,复化梯形方法,n=3的Gauss_Lengendre公式,4阶Runge-Kutta法求解微分方程-Matrix and numerical analysis: Gauss method out PCA Gaussian law, G_S iteration, Newton
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:邵莹
  1. MATLAB-code_analysis

    0下载:
  2. MATLAB语言常用算法程序集(包括插值、函数逼近、矩阵特征值计算、数值积分、数值微分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、第15章 常微分方程的初值问题、第16章 偏微分方程的数值解法、数据统计和分析)-MATLAB language commonly used algorithm for assembly (including interpolation, functio
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:132096
    • 提供者:何嘉威
  1. 1

    0下载:
  2. 关于香蕉函数的牛顿迭代法 梯度法的计算 其中有梯度和hesse矩阵计算-About Banana Newton iteration function gradient calculation method which has gradients and hesse matrix calculation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:孙飞
  1. subspace

    0下载:
  2. 子空间迭代法,利用结构的刚度和质量矩阵计算结构的自振特性。-Subspace iteration method, the use of structural stiffness and mass matrix calculation of the vibration characteristics of the structure.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:lg
  1. computroationmatrix

    0下载:
  2. 自己写的MATLAB程序,用于已知2个单位向量,求它们的旋转矩阵。非迭代法。 另有一个绝对定向程序。-Write their own MATLAB for 2 unit vector, known for their rotation matrix. The iterative method. There is another absolute orientation program.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:LILU
  1. experiment10

    0下载:
  2. 数值分析科目中的Gauss-Seidel迭代法求解矩阵-Numerical analysis of subjects Gauss-Seidel iteration method for solving matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:何妞
  1. ALDLE

    0下载:
  2. 高斯-赛德尔迭代法 用高斯-赛德尔迭代法求解系数矩阵具有主对角线占绝对优势的线性代数方程AX=B-Gauss- Seidel iterative method with Gauss- Seidel iterative method for solving the coefficient matrix has a dominant main diagonal linear algebraic equations AX = B
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:张洪建
  1. MAOR

    0下载:
  2. 改进超松弛迭代法求解线性方程的例子程序,例子矩阵可随意修改-MAOR method for solving linear equations example program, examples can be freely modified matrix
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:孙德宇
  1. cla

    0下载:
  2. 追赶法求解矩阵;牛顿插值函数,三次样条插值函数仿真龙格库塔现象;二分法求解根与牛顿迭代,弦割法,简单迭代法的程序-Section three order spline interpolation function Newton interpolation Iterative method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:Artemission
  1. computing-method

    0下载:
  2. 列主元消去法解线性方程、三对角阵的LU分解、用迭代法解方程组、求矩阵的LDLT分解及cholesky分解、求函数插值多项式、插值误差、用复化公式求积分方程、计算定积分-Column pca elimination method solving linear equations, LU decomposition of tridiagonal matrix, solutions of equations by iteration meth
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:6569984
    • 提供者:薛荔枝
« 1 2 3 4 5 6 78 9 10 11 »

源码中国 www.ymcn.org