登录
首页 » 算法 » LU分解法,数值分析最基本的!

LU分解法,数值分析最基本的!

于 2022-01-26 发布 文件大小:875.00 B
0 168
下载积分: 2 下载次数: 1

代码说明:

LU分解法,数值分析最基本的!-LU decomposition, the most basic numerical analysis!

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

发表评论

0 个回复

  • Numerical calculation, using newton iteration method chord intercept method to c...
    数值计算,利用newton迭代法和弦截法计算插值多项式-Numerical calculation, using newton iteration method chord intercept method to calculate the interpolation polynomial
    2022-02-04 23:52:26下载
    积分:1
  • Yang Hui triangle VB calculation program can be used to achieve 50 Levels
    杨辉三角形的VB计算程序,可用实现50及以内的杨辉三角形计算,也可用给不太了解计算机的朋友展示一下计算机的计算速度-Yang Hui triangle VB calculation program can be used to achieve 50 Levels
    2022-08-24 03:29:19下载
    积分:1
  • AD0804 7segment 0 to 5 V
    AD 转换 数码管显示 0到5V ad0804-AD0804 7segment 0 to 5 V
    2022-04-28 21:26:57下载
    积分:1
  • sdfvasdfvasvda
    2022-06-16 18:34:51下载
    积分:1
  • C++ BP源程序.rar
    编译原理课程设计- The translation principle curriculum designs
    2023-08-20 19:20:02下载
    积分:1
  • 重磁频率域位场延拓Fortran程序
    重磁频率域位场延拓Fortran程序,这是我们大四编的程序,要求用子程序,大家看看吧,物探的,除了空间域之外还有频率域,但是主要是频率域的延拓。
    2023-02-27 20:35:03下载
    积分:1
  • 2D elastostatic boundry element method
    应用背景采用边界积分方程,用于解决二维弹性问题以及势问题,采取常量单元。关键技术 1.边界积分方程 2.弹性力学平衡方程、位移协调方程、边界条件方程、本构方程 3.LAPACK算法包
    2023-08-28 08:45:03下载
    积分:1
  • 新型GA
    一种好的改进遗传算法function [opy,optimy]=GA(pt,gennum,psize)% 输入参数:% pt       m*n的加工时间矩阵(n是工件数目,m是机器数目)由已知给的T矩阵,可得n=100,m=10% gennum   迭代的次数(代数)% psize    种群的规模大小%输出参数:% opy       最优的Makespan值pc=0.9;%交叉因子pm=0.1;%变异因子[m,n]=size(pt);current_gen=1;%current_gen means the current generationnewgen=zeros(psize,n+1); %mewgen is the new generation of the populationnewgen(1:psize,1:n)=rand(psize,n);%主种群初始化,0-1之间的随机数 %Generalize the initial groupfather=zeros(2,n); %father is used to store the two genes for crossover and mutation avgen=zeros(1,gennum); %avgen is the matrix of the average of all the generationsoptimx=zeros(1,n);optimy=ones(1,gennum);%Generalize the initial groupfor i=1:psize    [Ya,pop(i,1:n)]=sort(newgen(i,1:n));%种群排序,实数编码转换为自然数编码 随机生成的0-1之间的小数进行排序然后取每个从小到大数对应的位置    newg
    2022-03-18 14:25:18下载
    积分:1
  • c#实现A*
    采用C#软件,在vs平台上,实现8数码的演示。可以实现自动和手动的功能,功能基本和浙江工业大学的人工智能软件类似。
    2022-03-04 05:48:57下载
    积分:1
  • 哲学家问题的简单实现
    哲学家问题的简单实现- The philosopher question simply realizes
    2022-01-25 15:37:21下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载