登录
首页 » Matlab » 有限差分法求解二维椭圆型方程的Matlab程序

有限差分法求解二维椭圆型方程的Matlab程序

于 2022-03-25 发布 文件大小:1.30 kB
0 67
下载积分: 2 下载次数: 1

代码说明:

有限差分法求解二维椭圆型方程的Matlab程序 % 用有限差分法求解矩形域上的Poisson方程     tol=10^(-6);  % 误差界     N=1000;  % 最大迭代次数     n=20;  % x轴方向的网格数     m=20;  % y轴方向的网格数     h=(b-a)/n; % x轴方向的步长     l=(d-c)/m; % y轴方向的步长     for i=1:n-1         x(i)=a+i*h;     end % 定义网格点坐标     for j=1:m-1         y(j)=c+j*l;     end % 定义网格点坐标     u=zeros(n-1,m-1); %对u赋初值     % 下面定义几个参数     r=h^2/l^2;     s=2*(1+r);     k=1;     % 应用Gauss-Seidel法求解差分方程

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MATLAB
    QR分解-householder reflection(householder reflection)
    2020-11-02 10:29:53下载
    积分:1
  • Parag.K..Lala..Principles.of.Modern.Digital
    ASIC desing vlsi Engineering anna university electronics department Engineering anna university electronics department
    2014-02-07 18:41:29下载
    积分:1
  • 小波时频变换
    小波时频变换
    2021-05-07下载
    积分:1
  • dcpwm1
    dc motor pwm control in matlab
    2009-06-01 21:46:57下载
    积分:1
  • powerPSS
    Power System Stabilizers (PSS) model in matlab simulink
    2010-06-01 15:04:59下载
    积分:1
  • KAPPA-1D
    MATLAB 计算kappa分布,不仅有一维情况而且有三维情况下的算法(MATLAB computing kappa distribution, not only one-dimensional and three-dimensional case the algorithm)
    2013-11-17 22:23:26下载
    积分:1
  • xinzaobitexing
    雷达辐射源信噪比特性程序,其中包括cw、psk、fsk、lfm、nlfm等几种信号(Radar emitter signal-to-noise ratio of the characteristic procedures, including cw, psk, fsk, lfm, nlfm several signal)
    2013-04-25 15:53:53下载
    积分:1
  • fast-fading
    it is a full project report on Performance Analysis of Spatial Channel Model in fast fading
    2011-01-18 00:20:42下载
    积分:1
  • MCR-ALSPtoolbox
    多元曲线分辨工具箱,可以处理色谱联用数据,得到纯光谱曲线和色谱图。(Multivariate curve resolution Toolbox, you can handle the chromatography data, the pure spectral curve and chromatogram.)
    2012-09-09 00:55:57下载
    积分:1
  • synchronous-motor_-pf-_cases
    simulation of various cases of pf in synchronous motor
    2012-01-28 03:34:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载