搜索资源列表

  1. 有限差分法 迭代求解

    1下载:
  2. 用有限差分法解薛定谔方程,用迭代法求得各点的值,并用三维、二维图表示。
  3. 所属分类:matlab例程

    • 发布日期:2011-04-25
    • 文件大小:384
    • 提供者:shanren0016
  1. crank_nicholson

    0下载:
  2. 有限差分法(crank_nicholson finite difference ) 求解色谱模型-Finite difference method (crank_nicholson finite difference) model for solving chromatography
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-06
    • 文件大小:274432
    • 提供者:liujianqi
  1. youxianchafendiedaichenxu

    0下载:
  2. 有限差分法求解有两种介质的正方形区域的二维拉普拉斯方程的数值解-Finite difference method, there are two medium square region of two-dimensional numerical solution of Laplace equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-06
    • 文件大小:1024
    • 提供者:姜枫
  1. zuoye

    0下载:
  2. 利用有限差分法 (Finite Differential Method, FDM)将场域离散为许多小网格,应用差分原理,将求解连续函数的泊松方程问题转换为求解网格节点上的差分方程组的问题。-The use of finite difference method (Finite Differential Method, FDM) will field for many small discrete grid, the applicatio
  3. 所属分类:matlab例程

    • 发布日期:2024-10-06
    • 文件大小:1024
    • 提供者:刘文
  1. ADI

    0下载:
  2. 用C语言编写的有限差分法程序,采用隐式的交替方向法,求解温度场问题-Using C language program of the finite difference method, using the alternating direction implicit method, solve the problem of temperature field
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-06
    • 文件大小:21504
    • 提供者:Kappi
  1. MatlabFiniteDifferenceMethodofProcedure

    0下载:
  2. 有限差分法的Matlab程序(椭圆型方程),用有限差分法求解矩形域上的Poisson方程-Matlab Finite Difference Method of Procedure (elliptic equations), using finite difference method on the rectangular domain of the Poisson equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-06
    • 文件大小:4096
    • 提供者:欧阳
  1. radarFDTDGUI

    0下载:
  2. 时域有限差分法求解麦克斯韦方程,选择边界吸收条件和理想匹配层法-Time-domain finite difference method for solving Maxwell' s equations
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-10-06
    • 文件大小:95232
    • 提供者:黄超
  1. POISSON_FINITE-DIFFERENCE_ALGORITHM

    0下载:
  2. 本程序提供一种求解 Poisson 方程的有限差分法-This program offers a Poisson equation for solving finite difference method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-06
    • 文件大小:2048
    • 提供者:mike
  1. project2

    0下载:
  2. 有限差分法求解泊松方程 一个例子 比较精确解和数值解-Finite Difference Method for Poisson equation; An example to compare the exact solution to the numerical solution
  3. 所属分类:matlab例程

    • 发布日期:2024-10-06
    • 文件大小:1024
    • 提供者:王中
  1. 1--有限差分法的Matlab程序

    0下载:
  2. 椭圆方程的matlab有限差分计算程序,能够近似求解椭圆形偏微分方程(Elliptic equation matlab finite difference calculation procedures, can be solved approximately elliptic partial differential equations)
  3. 所属分类:matlab例程

    • 发布日期:2024-10-06
    • 文件大小:4096
    • 提供者:北方森林
  1. 一维扩散方程的有限差分法

    1下载:
  2. 一维扩散方程的有限差分法,采用了追逐法求解三对角矩阵,对一维扩散模型进行了分析,使用隐式六点差分格式(Crank-Nicolson)基本思想进行隐式差分。(The finite difference method of one-dimensional diffusion equation is used to solve the three diagonal matrix by chase method. The one-dimensi
  3. 所属分类:matlab例程

    • 发布日期:2024-10-06
    • 文件大小:2048
    • 提供者:dylan1228
  1. solution

    0下载:
  2. 有限差分法和打靶法求解二阶线性常微分方程,比较简单的代码,其能够满足硕士数值计算课程的作业的需要。(The finite difference method for solving two order linear ordinary differential equations, relatively simple code, which can meet the needs of master's numerical calculat
  3. 所属分类:其他小程序

  1. 用有限差分法求解泊松方程

    1下载:
  2. 用有限差分法求解方程,里面有两个文件,其中一个是泊松方程,另外一个是求解其他势能的方程(Solving Poisson equation by finite difference method)
  3. 所属分类:其他小程序

    • 发布日期:2024-10-06
    • 文件大小:814080
    • 提供者:马太高
  1. FTCS

    0下载:
  2. 非定常热传导方程的有限差分法求解,FTS格式,Matlab语言(The finite difference method for solving the unsteady heat conduction equation)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-10-06
    • 文件大小:1024
    • 提供者:qqw14
  1. 基于有限差分法的二维边值问题的数值分析

    1下载:
  2. 1. 在matlab中分析基于分离变量法的解析解; 2. 利用简单迭代法求解,与解析法结论对比,分析求解结果的精确度。分析过程至少包括:在网格尺寸为0.1 m和1 m两种条件下,两次迭代差值最大为10-10时的分析结论; 3. 利用超松弛迭代法分析,选择松弛因子,分析其对收敛速度(即迭代次数)的影响,并确定最优值。分析过程至少包括:在网格尺寸为0.1和1两种条件下,两次迭代差值最大为10-10时,迭代次数随松弛因子的变化,得到对应
  3. 所属分类:matlab例程

    • 发布日期:2024-10-06
    • 文件大小:3072
    • 提供者:花祭嘉音
  1. 有限差分法求电场电势

    0下载:
  2. 用有限差分法求电场电势分布,金属盒子接地,电位是0,中间三分之一处有电位是1的长方体,求解其电场电势分布(The electric potential distribution of the electric field is calculated by the finite difference method. The metal box is grounded, the potential is 0, and the 1/3 of
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-10-06
    • 文件大小:276480
    • 提供者:换哪件困难
  1. 有限差分matlab

    0下载:
  2. 使用matlab进行有限差分法的计算,使用迭代法对差分方程进行求解,自适应中值滤波代码(Finite difference method)
  3. 所属分类:matlab例程

    • 发布日期:2024-10-06
    • 文件大小:1024
    • 提供者:娜&
  1. diffenence_method_consolidation

    0下载:
  2. 本程序关于:有限差分法求解太沙基以为固结问题(This procedure is concerned with the finite difference method for solving the problem of consolidation.)
  3. 所属分类:其他小程序

    • 发布日期:2024-10-06
    • 文件大小:1024
    • 提供者:史蒂芬孙吖
  1. MATLAB有限差分法源程序代码

    0下载:
  2. MATLAB求解偏微分方程(扩散方程)有限差分法 源程序代码(Differential iterative computation)
  3. 所属分类:matlab例程

    • 发布日期:2024-10-06
    • 文件大小:1024
    • 提供者:zhuo0626
  1. 中心差分法

    0下载:
  2. 运动方程中的速度向量和加速度向量用位移的某种组合来表示,将微分方程组的求解问题转化为代数方程组的求解问题,并在时间区间内求得每个微小时间区间的递推公式,进而求得整个时程的反应。 中心差分法是一种显示的积分法,它基于用有限差分代替位移对时间的求导(即速度和加速度)。(Velocity vectors and acceleration vectors in motion equations are expressed by a combi
  3. 所属分类:matlab例程

    • 发布日期:2024-10-06
    • 文件大小:28672
    • 提供者:武文
« 12 3 4 5 6 7 »

源码中国 www.ymcn.org