登录
首页 » 算法 » matlab 高斯—赛德尔迭代法+稳态导热

matlab 高斯—赛德尔迭代法+稳态导热

于 2022-08-18 发布 文件大小:1.06 kB
0 133
下载积分: 2 下载次数: 1

代码说明:

迭代法: clear x1(1)=0;x2(1)=0;x3(1)=0;k=1; for k=1:100; x1(k+1)=0.5*(500+x2(k)); 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报

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

发表评论

0 个回复

  • 本程序包括5种数字滤波
    本程序包括5种数字滤波算法。-this program includes five digital filtering algorithms.
    2023-01-03 11:10:04下载
    积分:1
  • C语言源代码 万年历
    C语言源代码 万年历-C language source code hefty almanac
    2022-10-05 02:45:03下载
    积分:1
  • 4个关于二维积分函数的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!...
    4个关于二维积分函数的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-four two-dimensional integral function of the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
    2023-04-07 09:55:03下载
    积分:1
  • 遗传实现TSP问题
    用遗传算法实现TSP最短路寻优问题,遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。遗传算法是从代表问题可能潜在的解集的一个种群(population)开始的,而一个种群则由经过基因(gene)编码的一定数目的个体(individual)组成。每个个体实际上是染色体(chromosome)带有特征的实体。染色体作为遗传物质的主要载体,即多个基因的集合,其内部表现(即基因型)是某种基因组合,它决定了个体的形状的外部表现,如黑头发的特征是由染色体中控制这一特征的某种基因组合决定的。因此,在一开始需要实现从表现型到基因型的映射即编码工作。由于仿照基因编码的工作很复杂,我们往往进行简化,如二进制编码,初代种群产生之后,按照适者生存和优胜劣汰的原理,逐代(generation)演化产生出越来越好的近似解,在每一代,根据问题域中个体的适应度(fitness)大小选择个体
    2022-07-08 16:58:02下载
    积分:1
  • 卡尔曼滤波是一种递推估计,估计的随机状态。
    A Kalman filter is a stochastic , recursive estimator , which estimates the state of a system based on the knowledge of the system input, the measurement of the system output, and a model of the relation between input and output.
    2023-04-16 16:00:03下载
    积分:1
  • Given the use of SVD for solving equations of the code, the validity of the resu...
    给出了利用svd求解方程组的代码,结果的有效性在主函数中得到验证-Given the use of SVD for solving equations of the code, the validity of the results in the main function has been verified
    2022-08-09 20:27:22下载
    积分:1
  • 3D FDTD simulation of a center-fed half-wave dipole antenna
    3 D FDTD 模拟的中心 — — 半波偶极天线。仿真技术进行了时域有限差分网格尺寸: nx*ny*nz*nt = 80*80*50 * 210。吸收边界是目前 (贝朗热的技术) 组成的最外层10 层。
    2022-01-29 01:52:18下载
    积分:1
  • C语言实现的矩阵的常用计!包括:矩阵乘,加,求逆,转置,开方等等!...
    C语言实现的矩阵的常用计算!包括:矩阵乘法,加法,求逆,转置,开方等等!-C language used in the calculation of matrix! Including : matrix multiplication, addition, the inverse transfer home, prescribing, etc.!
    2022-01-25 15:41:08下载
    积分:1
  • LU分解,QR分解等矩阵分解
    矩阵分解的C语言实现,包括LU分解,QR分解,household分解以及givens分解;QRfactorization.cpp:QR分解源码LUfactorization.cpp:LU分解源码Household reduxtion:household分解源码GivensReduction:Givens分解源码start.cpp:main函数ReadFile.cpp:从文件中读取矩阵内容
    2022-04-19 22:38:25下载
    积分:1
  • IIR Filter Coefficient Quantization Example % written by DRB on 6
    IIR Filter Coefficient Quantization Example % written by DRB on 6-Dec-2004 for ECE3703 % % Looks at unquantized filter (ideal), direct form, and cascaded second % order section (SOS). -IIR Filter Coefficient Quantization Exam ple% written by DRB on 6-Jan-2004 for ECE3703%% Looks at unquantized filter (ideal). direct form, and cascaded second order section% (SOS).
    2023-03-26 22:35:03下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载