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

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

于 2022-03-25 发布 文件大小:1.30 kB
0 65
下载积分: 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 个回复

  • NN-10-fold
    estimate the test accuracy,training accuray and validation accuracy of a neural network with 10-fold cross validation.
    2010-03-02 02:53:42下载
    积分:1
  • shibie.m
    Matlab编写的通信调制方式识别代码,包括AM、FM、ASK、FSK、PSK(The Matlab communications modulation recognition code, including AM, FM, ASK, FSK, PSK)
    2012-06-23 16:41:01下载
    积分:1
  • ddhuffman
    对任意一组输入的字符串进行哈夫曼编码,然后解码(Huffman coding and decoding on a set of strings)
    2012-07-18 21:57:28下载
    积分:1
  • PolyfitnTools
    多项式拟合!matlab 源码!!! (Polynomial fitting!!!!!!!!!)
    2012-01-02 15:25:15下载
    积分:1
  • ColourEngineeringToolbox
    颜色计算工具箱,可以用于计算色差、特性化等,语言平台是matlab,非常方便。(A toolbox of Matlab functions has been made available for readers of Colour Engineering (Green andMacDonald, 2003). Functions are included for the computation of colorimetric quantities, colour difference,characterization and psychophysics)
    2017-11-22 14:26:17下载
    积分:1
  • APF_simple
    说明:  三相三线并联型有源电力滤波器模型,可完美运行仿真结果。(Three-phase three-wire shunt active power filter model can run the simulation results perfectly.)
    2019-01-23 14:41:08下载
    积分:1
  • BNB20
    branch-and-bound-tree algotihm for optimization
    2009-05-28 01:21:01下载
    积分:1
  • sqrcm
    平方根升余弦脉冲滤波器设计方法及演示 sqrcm(Square root raised cosine the pulse filter design methods and demonstrates sqrcm)
    2021-02-01 10:10:02下载
    积分:1
  • Simulation-
    通信仿真与软件无线电教程,主要介绍通信实验用matlab软件进行仿真教程(Simulation and software radio communication tutorial focuses on communication experiment simulation software tutorial with matlab)
    2011-11-22 21:25:58下载
    积分:1
  • 电磁力系列.zip
    说明:  comsol 案例,值得拥有,微纳光力案例(Comsol case, worth having)
    2020-11-18 17:29:38下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载