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

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

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

  • 这是一个简单的演示如何评价文本的数学表达式
    This a simple demo of how to evaluate mathematical expressions in text format, including provision for variables and functions. The code consists of three simple classes: 1) Calc - which does the main calculations, 2) Stack - which is used to push and pop intermediate operators and numbers and 3) Symbol Table. The symbol table is a collection of calc symbols, a type structure consisting of various elements, including the expression name, function name, and the final value of the expression The evaluation procedure is done in three steps: 1) simplify the expression by removing all the elements within () and storing them in subexpressions within the symbol table. 2) Each of these sub expressions are then converted to RPN format (Reverse polar notation) and evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text format, including provision for variables and functi
    2022-02-20 06:26:41下载
    积分:1
  • 支持向量机 Python 项目
    这是支持的向量机 (SVM) 的代码。在 SVMProject.zip 中,你会得到一个 eclipse 项目。将导入到 eclipse,python 的源代码和它的数据。svm.py 包含支持向量机算法和实用程序函数。matplot.py 是图的功能。main.py 是这个项目的中考。
    2022-03-20 12:59:10下载
    积分:1
  • 缓冲区空间分析
    该文件代码是基于ARCGIS的二次开发,里面实现了缓冲区分析,前提是需要安装ARCGIS二次开发工具包,所以,需要使用的可以从这里下载,试用。c#该源码实现了GIS中点、线、面的缓冲区分析。有距离缓冲区、属性值缓冲区和分级缓冲区三种。
    2023-05-23 20:25:02下载
    积分:1
  • 各种高效率排序总结。不看后悔。
    冒泡排序   ,堆排序,快速排序,二分法排序(折半排序),归并排序,选择排序,
    2022-02-15 04:22:39下载
    积分:1
  • 数据挖掘bayers实现
    朴素贝叶斯算法是基于贝叶斯定理与特征条件独立假设的分类方法。对于给定的训练数据集,首先基于特征条 件独立假设学习输入/输出的联合概率分布;然后基于此模型,对给定的输入x,利用贝叶斯定理求出后验概率 最大的输出y。朴素贝叶斯法实现简单,学习与预测的效率都很高,是一种常用的方法。 算法假定训练数据各属性列的值均是离散类型的。若是非离散类型的数据,需要首先进行数据的预处理,将非 离散型的数据离散化。 首先,将原训练元组按类别划分为,其中利用 MapdatasOfClass(ArrayList datas),d
    2022-06-29 07:59:03下载
    积分:1
  • vc++实现编译原理中的LL(1)文的编译过程,非常好用.
    vc++实现编译原理中的LL(1)文法的编译过程,非常好用.-vc realization of the principle of compiler LL (1) grammar compiler course, very handy.
    2022-06-30 08:02:44下载
    积分:1
  • With c++ Prepared Romberg integration process with examples and calculation resu...
    用c++编写的龙贝格积分的程序 附有实例和计算结果-With c++ Prepared Romberg integration process with examples and calculation results
    2022-02-07 07:17:57下载
    积分:1
  • ASN.1语解析代码
    ASN.1语法解析代码-ASN.1 grammar analysis code
    2023-02-08 20:55:03下载
    积分:1
  • 智能循迹小车
    应用背景本次智能小车设计是在全国电子设计大赛的背景下,省区选拔第一阶段,我和两名队友协作努力,一起完成整个电路的硬件设计,和算法。获得区级三等奖,成功进入国家级的初赛。关键技术本次智能小车的关键设计在于电路的选择和算法的实现。电路我采用最简单的51单片机作为MCU,对于循迹完全足够了,红外传感器既可以循迹,也可以避障。
    2023-08-26 16:45:04下载
    积分:1
  • 寻找0点或者方程求解 寻找0点或者方程求解
    寻找0点或者方程求解 寻找0点或者方程求解-Looking for 0:00 or 0:00 looking equation or equations to find or equation 0:00
    2023-06-14 18:35:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载