-
SOR法解线性方程组(逐次超松弛法)是Gauss
SOR法解线性方程组(逐次超松弛法)是Gauss-Seidel的改进方法-SOR method for linear equations (successive over-relaxation method) is the Gauss-Seidel Method
- 2022-08-17 10:25:41下载
- 积分:1
-
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
-
vc++源代码,任意分布的随机数的产生,注意它的随机性
vc++源代码,任意分布的随机数的产生,注意它的随机性-vc source code, arbitrary distribution of the random numbers generated, the attention of its randomness
- 2023-07-20 21:55:03下载
- 积分:1
-
该界面可以通过MATLAB命令提示符下进入新用。用户可以。
This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a function (f(x)) of their choice or a statistical distribution probability distribution function to plot over a user defined range. The function s integral can be evaluated over a user defined range by using: The composite trapezium, simpsons and gauss-legendre rules. This is useful for calculating accurate probabilities that one might see in statistical tables.
- 2022-02-10 10:26:40下载
- 积分:1
-
北大ACM试题poj 第3061题源码,很好的代码,希望对搞ACM的同学有帮助...
北大ACM试题poj 第3061题源码,很好的代码,希望对搞ACM的同学有帮助
-Peking University ACM Chapter 3061 question Question poj source code, good code, and want to help students engage in ACM
- 2022-03-02 13:20:30下载
- 积分:1
-
一个可进行矩阵计算的模版类,可实现大多数常用的矩阵计算功能...
一个可进行矩阵计算的模版类,可实现大多数常用的矩阵计算功能-Calculation of a matrix template class can be achieved most commonly used function matrix calculation
- 2022-07-21 05:05:57下载
- 积分:1
-
SOR解n维线性方程组 用vc语言完成SOR解n维线性方程组
SOR解n维线性方程组 用vc语言完成SOR解n维线性方程组-SOR n-dimensional solution of linear equations using vc language SOR complete solution of n-dimensional linear equations
- 2022-03-07 06:22:49下载
- 积分:1
-
一个用Basic实现的B
一个用Basic实现的B-Tree算法- The B-Tree algorithm which realizes with Basic
- 2022-01-23 11:15:55下载
- 积分:1
-
根据相似度去文本重复
数据挖掘根据相似度去文本重复的一个程序,用c++语言写的,可用于数据挖掘的预处理。
- 2022-03-09 22:53:55下载
- 积分:1
-
vc开发的折线分割任意多边形算法,有具体实例
使用折线对任意多边形进行分割(不包括掏空多边形)
- 2022-01-22 06:04:24下载
- 积分:1