搜索资源列表

  1. Numerical-analysis

    0下载:
  2. 数值的分析的各种算法 包括最小二乘 追赶法等 程序内有详细注释 并且已经通过测试-Numerical analysis of the various algorithms including the least squares procedure law catching up with detailed notes and have been tested
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:39936
    • 提供者:李楠
  1. matlabzhuiganfa

    0下载:
  2. 利用matlab实现的追赶法,是数值分析的重要工具-matlab zhuiganfa
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:wangcunfu
  1. five-diagonal

    0下载:
  2. 基于三对角矩阵LU分解的追赶法,编写的追赶法分解五对角矩阵,并在此基础上解以五对角为系数矩阵的线性方程组。-Tridiagonal matrix based on LU decomposition method to catch up, catch up with the preparation of the Decomposition of five pairs of diagonal matrix, and on this basi
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:whywestlife
  1. test3_4

    0下载:
  2. 方程组追赶法的C++程序以及MATLAB源程序-Equations chase law procedures and the MATLAB C++ source code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:902144
    • 提供者:zhoulei
  1. Matlab

    0下载:
  2. 学习matlab的简单 30程序 如追赶法求解三对角方程-Chase method Tridiagonal
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:21504
    • 提供者:cy
  1. Catch-tridiagonal-matrix-method

    0下载:
  2. 追赶法求解三对角矩阵,用matlab调试过,可以直接使用 -Catch tridiagonal matrix method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:13312
    • 提供者:weng xin
  1. Desktop

    0下载:
  2. 追赶法解数学方程,主要用于数值运算,希望对大家有帮助-Solving mathematical equations to catch up, mainly for numerical computation, we want to help
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:郝好
  1. chasing-method

    0下载:
  2. 计算方法,追赶法,解三对角线性方程组程序,C++源代码,-Calculation method, to catch up method, the three linear equations solution program, C++ source code,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:239616
    • 提供者:
  1. VBchangyongdaquan

    0下载:
  2. 主要摘取了常用的追赶法求解VB程序,适合于求解热传导方程。-Removal of the main method used to catch up VB program, suitable for solving heat conduction equation.
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:322560
    • 提供者:zhongliang
  1. matlab

    0下载:
  2. 一维热传导方程的MATLAB计算,使用隐式差分格式,追赶法计算-1 dimension matlab calculaiton
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:23552
    • 提供者:郑晗
  1. 40geyuanma

    0下载:
  2. 本文件中包含了40种常用差分格式的源代码CFD(Fortran语言),如追赶法、Jacobi矩阵等-This document contains 40 kinds of common differential source format CFD (Fortran language), such as catch-up method, Jacobi matrices, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:695296
    • 提供者:林燕
  1. crout-for-eqations

    0下载:
  2. 用追赶法计算n*n三对角方程组,要求计算设计当n=5,和当n=3两种情况-Catch-up method using n* n tridiagonal equations, the requirements in the design when n = 5, and two cases when n = 3
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:168960
    • 提供者:zhangjiahui
  1. Lab1

    0下载:
  2. C++编程实例 //Lab1 追赶法求解三对角方程 //要求:输出结果用科学计数法表示,小数点后保留8位有效数字 //作者:于涛 //学号:GS1003217 //时间:2011年7月9日-C++ programming examples// Lab1 catch method for solving tridiagonal equations// requirements: the output of scien
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:yutao
  1. shuzhifenxi

    0下载:
  2. 数值分析报告,包括追赶法求解三对角方程、迭代法求非线性方程、曲线拟合、区间逐次分半的复化梯形公式计算积分,题目、代码及运行结果。-Numerical analysis report, including catch-up method for solving tridiagonal equation, iterative method for the nonlinear equations, curve fitting, half of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:396288
    • 提供者:yutao
  1. Typical-methods-for-linear-equations

    0下载:
  2. 解线性方程组的直接法(标准数值算法),包括高斯消去法程序、列主元高斯消去法程序、LU分解以及用LU分解求线性方程组、Cholesky分解以及用Cholesky分解求线性方程组、改进的Cholesky分解以及用改进的Cholesky分解求线性方程组、解三对角方程的追赶法。全部为本人原创程序,且全部经过测试无误。共9个MATLAB程序。程序内部含详细注释。-Solving linear equations of the direct met
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:14336
    • 提供者:huyunq
  1. sa

    0下载:
  2. 利用数值分析中的追赶法解对三角方程组。可判断条件。-Catch up with the use of numerical analysis method to solve for the trigonometric group. Conditions can be judged.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:268288
    • 提供者:shaw
  1. C_N_1D_Schrodinger

    0下载:
  2. 薛定谔 schrodinger 方程解法。本程序采用标准Crank-Nicholson中心差分法算法解一维薛定鄂方程,其中三对角阵通过复数追赶法解。-schrodinger Crank-Nicholson method
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:wangxs
  1. zhuaiganfa

    0下载:
  2. 追赶法求解三对角线性方程组用C++实现,在存储时有到了存储策略,压缩存储-Catch-up method for solving tridiagonal linear equations in C++ implementation, when in storage to a storage policy, storage compression
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1275904
    • 提供者:曾宇航
  1. Juzhen

    0下载:
  2. 追赶法解决三对角矩阵问题 可以通过此算法得到三对角矩阵的L,U矩阵,还有追赶过程及详细描述-Catch-up method to solve tridiagonal matrix problems can be obtained by this algorithm tridiagonal matrices L, U matrix, as well as catch-up process and a detailed descr ip
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:892928
    • 提供者:周苏建
  1. LU

    0下载:
  2. 用追赶法求解线性方程组首先用LU分解处理系数矩阵,原方程组变为LUX=d.-Catch up with the first method for solving linear equations with coefficient matrix LU decomposition process, the original equations into LUX = d.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:tq
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »

源码中国 www.ymcn.org