搜索资源列表

  1. liner

    0下载:
  2. 数值计算利用fft分解法来求解线性方程组,简明方便-Numerical calculation using fft decomposition method to solve linear equations, simple convenience
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:brother zhi
  1. ndfjfcz

    0下载:
  2. 数值计算的作业题,目的是用牛顿法求解线性方程组AX=b-Numerical calculation of the operating title of the purpose of using Newton
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:肖庆明
  1. my_codes

    0下载:
  2. 平时完成作业做的几个小程序。有数值计算方面的梯形公式求积、simpson算法求积、Jacobi算法求解线性方程组、Gauss-Seidel法求解线性方程组,还有一个简单的学习成绩管理信息系统,可实现成绩录入、查询和排序等功能-Peacetime operation completed several small procedures done. Numerical calculations have trapezoidal quadra
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:huangye
  1. EquationSolvedByGauss

    0下载:
  2. 使用高斯列主元法消去法求解高次线性方程组,高斯列主元消去法是最长用的求解线性方程组的方法-Out the use of the main element method of Gaussian elimination method for solving high-linear equations, Gauss elimination method out PCA is used to solve the longest linear e
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:gaoaman
  1. HJFGc.txt

    1下载:
  2. 利用黄金分割法求解线性方程组逼近问题。转载-The use of golden section method for solving linear equations approximation problem. Reprint
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:liuboyan
  1. LinearEquation

    0下载:
  2. 这个是用于求解线性方程组的代码,可以供初学者参考,功能不错,比较完善-This is used to solve linear equations of the code, you can reference for beginners, function well, relatively perfect
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:18432
    • 提供者:卢红科
  1. chap7(1)

    0下载:
  2. 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:xutianyuan
  1. chap7(2)

    0下载:
  2. 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:xutianyuan
  1. Fangcheng

    0下载:
  2. 可以求解线性方程组的解!只要在源文件中设置方程系数即可!-Solving linear equations can be the solution! As long as the source file in the equation coefficients can be set up!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:吴根斌
  1. gauss2

    0下载:
  2. gauss法求解线性方程组fortran-Gauss method to solve linear equations fortran
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:nicolas
  1. Guass_equation_double

    0下载:
  2. 利用gauss分解求解线性方程组,并得到最有解-Using Gauss decomposition for solving linear equations, and the most solvability
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:杨华凌
  1. Gauss

    0下载:
  2. 高斯消元,求解线性方程组,高斯消元,求解线性方程组-Gauss, solving linear equations, Gauss elimination, for solving linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:唐世兴
  1. SOR

    0下载:
  2. 用SOR迭代法求解线性方程组 线性方程组的超松弛法,也叫SOR法-SOR iterative method using linear equations to solve linear equations of the over-relaxation method, also known as SOR method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:364544
    • 提供者:h.k.start
  1. fit

    0下载:
  2. 用差分方程或数值微分解决简单的实际问题。 实验3 插值与数值积分 l 插值问题提法和求解思路 l Lagrange插值的原理和优缺点 l 分段线性和三次样条插值的原理和优缺点 l 用MATLAB实现分段线性和三次样条插值 l 梯形、辛普森积分公式的原理及MATLAB实现 l 数值积分公式的误差——收敛阶的概念 l 高斯积分公式
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:364544
    • 提供者:周易
  1. xianxingfangchengzu

    0下载:
  2. 利用高斯消元法、雅克比消元法解决求解线性方程组的解的程序-Using Gaussian elimination method, Jacobian elimination method for solving linear equations to solve the solution procedure
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:vivian
  1. SORiterativemethodoftheMatlabprogram

    0下载:
  2. SOR迭代法的Matlab程序,用MATLAB语言编写,用SOR迭代求解线性方程组-SOR iterative method of the Matlab program, using MATLAB language, using SOR iteration for solving linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:欧阳
  1. sor

    0下载:
  2. 求解线性方程组——超松弛迭代法,程序用c语言编写。-Solving linear equations- over-relaxation iteration method, procedures using c language.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:欧阳
  1. diedai

    0下载:
  2. 用雅可比迭代法,塞德尔迭代法,逐次超松弛法求解线性方程组,程序用C语言编写-Jacobi iterative method used, Seidel iteration, successive over-relaxation method to solve linear equations, the program written by C
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:欧阳
  1. LU

    0下载:
  2. 用Doolittle式的LU分解来求解线性方程组。-Solve the linear equations using Doolittle LU Decomposition!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:lihousen
  1. jacobi

    0下载:
  2. Jacobi求解线性方程组、possison方程,欢迎大家提出宝贵意见。-Jacobi to solve linear equations, possison equations, welcome you to give valuable advice.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:王海
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org