登录
首页 » 算法 » n阶方阵的克劳特(crout)分解matlab实现

n阶方阵的克劳特(crout)分解matlab实现

于 2022-03-20 发布 文件大小:12.04 kB
0 468
下载积分: 2 下载次数: 1

代码说明:

应用背景n阶方阵的克劳特(crout)分解matlab实现关键技术在矩阵分析课上学习了n阶方阵的三角分解或叫克劳特(crout)分解,便尝试着用MATLAB编程实现。给一个例子如下: 原矩阵a=[2 1 -5 1;1 -3 0 -6;0 2 -1 2;1 4 -7 6] 执行 [l,u]=crout(a); 分解后得: l=[2 0 0 0;1 -3.5 0 0;0 2 0.4286 0;1 3.5 -2 -9] u=[1 0.2 2.5 0.5;0 1 -0.7143 1.8571;0 0 1 -4;0 0 0 1]

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

发表评论

0 个回复

  • sift图像拼接代码
    这个sift图像拼接代码完成两张图像的拼接是自己在Hess的基础上编写调试的,需要借助Opencv进行运行,在运行之前需要对vs进行设置,这样才能正确运行。
    2022-02-01 02:15:16下载
    积分:1
  • 一个用穷举水仙数的小程序,效率不好,望高人指点...
    一个用穷举法计算水仙数的小程序,效率不算好,望高人指点-Narcissus by an exhaustive method to calculate the number of small programs, efficiency is not good, hope receive adequate guidance
    2023-02-11 06:35:03下载
    积分:1
  • 一个用vc编写的调度程序
    一个用vc编写的调度算法程序-vc prepared with a scheduling algorithm procedures
    2022-07-07 14:27:58下载
    积分:1
  • 北大ACM题目例程 详细的解答过程 程序实现 分析
    北大ACM题目例程 详细的解答过程 程序实现 算法分析-ACM North Title routine procedures detailed answers to the process of realization of Algorithm Analysis
    2022-11-13 17:25:04下载
    积分:1
  • DSP中输入信号的生成过程。 conio.cpp实现X(n)信号,其中有两个频率分量的正弦信号(正弦计由sinwn.cpp实现),频率可变,这里取140Hz和...
    DSP中输入信号的生成过程。 conio.cpp实现X(n)信号,其中有两个频率分量的正弦信号(正弦计算由sinwn.cpp实现),频率可变,这里取140Hz和70Hz。 考虑了高斯白噪声,由gauss.cpp实现。 最后该信号共产生2000个点,最后的信号点存储于 “x.txt”文本中。-DSP input signal generation process. Conio.cpp achieve X (n) signal, in which there are two components of the frequency sinusoidal signals (sine calculation sinwn.cpp achieved), variable frequency, here and frequencies from 140Hz. Consider a Gaussian white noise from gauss.cpp achieve. Finally, the signal generated 2,000 points, the final point signal storage in the "x.txt" text.
    2022-01-25 22:01:32下载
    积分:1
  • 矩阵类 可实现转置,求逆,求秩,求行列式值,求正定,重载了各种运符...
    矩阵类 可实现转置,求逆,求秩,求行列式值,求正定,重载了各种运算符-Matrices can be realized transpose, inverse, and rank, and the determinant value, and positive definite, a variety of operator overloading
    2022-08-23 19:08:32下载
    积分:1
  • 横向聚合
    水平聚合的一种算法。请更改DBUTil文件中的用户id和passowrd。。程序使用pivot操作符水平聚合一个表。连接到数据库需要Sql server。
    2023-07-21 07:40:04下载
    积分:1
  • 基于局部敏感自适应背景建模 SuBSENSE
    资源描述该代码是论文《SuBSENSE: A Universal Change Detection Method With Local Adaptive Sensitivity》的作者公布在其个人主页上的,论文主要是LBSP算法和PBAS算法的改进与融合,该算法在2014年的CDW数据集上取得过第一名的成绩。
    2023-04-12 22:05:05下载
    积分:1
  • stable matching
    简单的稳定匹配算法实现,无bug Implement Gale-Shapley algorithm of the Stable Matching Problem in your favorite language, and give the matching result of attached ranking data (boys rankings.txt and girls rankings.txt), supposing that the ranking is sorted from high to low. (C++ source file gs make ranking.cc which generates the data is also supplied here.)  
    2023-02-04 07:15:03下载
    积分:1
  • 中科院的概率上下无关文的句分析
    概率句法分析器对于统计自然语言处理的很多高层应用,如统计机器翻译、问答系统、信息抽取、文本挖掘等都是至关重要的,直接决定这些应用系统的最终性能。本系统是一个概率型的Chart分析器。系统的分析算法是采用了多种优化策略。分析结果是概率最大的一棵分析树。在概率模型方面,本系统在一定程度上突破了PCFG的缺点
    2022-02-04 10:04:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载