-
n阶方阵的克劳特(crout)分解matlab实现
应用背景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]
- 2022-03-20 07:06:32下载
- 积分:1
-
一套交互和命令
一个集交互式和命令式于一体的程序,采用最小二乘法进行曲线的拟合-A set of interactive and command-style in one program, using least-squares curve fitting method
- 2022-07-03 08:26:22下载
- 积分:1
-
这是一些数值算法的源程序,包括非线形方程的解法。(二分法,牛顿法)。线性代数方程组数值解法(包括,消去法,迭代法)...
这是一些数值算法的源程序,包括非线形方程的解法。(二分法,牛顿法)。线性代数方程组数值解法(包括,消去法,迭代法)-This is some numerical algorithm of the source, including non-linear equations method. (Dichotomy, Newton). Linear algebra equations Numerical Solution (including, elimination, iteration)
- 2022-05-19 06:04:19下载
- 积分:1
-
C语言小程序,学习指针运算的各种算法
C语言小程序,学习指针运算的各种算法-C language small program, the Operational Guidelines learning algorithms
- 2022-07-16 08:23:00下载
- 积分:1
-
聚类算法实现
聚类算法VC++,可产生随机数,实现了k均值聚类算法和ISODATA算法,可实现样本的载入和聚类,系统在Vc++6平台下运行,有运行的界面和菜单,聚类数目可以人为设定,不同类别以不同的颜色来表示。
- 2022-02-26 11:54:45下载
- 积分:1
-
多项式求值的豪纳定理
多项式求值的豪纳定理-polynomial evaluates the Hauner Theorem
- 2022-03-10 15:22:41下载
- 积分:1
-
两个链表情况下的排序
两个链表情况下的排序-Sort under two list circumstance
- 2022-02-10 01:10:23下载
- 积分:1
-
Java 遗传算法 源代码
资源描述Java 遗传算法 源代码 Java 遗传算法 源代码Java 遗传算法 源代码
- 2022-03-20 21:01:15下载
- 积分:1
-
Integration of the circular restricted three
Integration of the circular restricted three-body problem with burlish stoer routine. Using Numerical recipes in C (routines mmid, bsstep, odeint and pzextr
- 2022-05-29 06:04:31下载
- 积分:1
-
自己编的一个教师课程匹配程序,实现对教师新学期任课的指派。...
自己编的一个教师课程匹配程序,实现对教师新学期任课的指派。-their series matching a teacher training program, realized the new semester of teachers assigned to the classroom.
- 2022-02-07 01:40:14下载
- 积分:1