登录
首页 » 算法 » 平均因子分解法应用于正定矩阵

平均因子分解法应用于正定矩阵

于 2022-10-16 发布 文件大小:2.65 kB
0 157
下载积分: 2 下载次数: 1

代码说明:

平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies: (1) U U = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition. -Average factor decomposition method applied to positive definite matrix First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X = UU, where U is the square root matrix of X, and satisfies: (1) UU = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is positive

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

发表评论

0 个回复

  • 单链表操作
    资源描述#include #define maxsize 100 using namespace std; /*class base {     int length; };*/ class Seqlist                //实现顺序表类 {     private:         int size;        //当前元素个数         int length;            //当前表的总长度              public:         int *elem;            //动态存放数据         Seqlist();        //构造函数的声明         int listset();    //顺序表的创建    &nbs
    2022-06-03 18:29:34下载
    积分:1
  • 数据结构与
    主要是关于数据结构预算法的书籍,使用c语言编写,我个人认为本书很适合初学者,对我而言收获实在是很大,我很喜欢这本书
    2022-07-07 22:43:35下载
    积分:1
  • 子空间迭代求解结构的特征值,对结构动力分析必须的基本代码,希望对大家有用。...
    子空间迭代算法求解结构的特征值,对结构动力分析必须的基本代码,希望对大家有用。-subspace iteration algorithm for the eigenvalue structure, the structural dynamic analysis must be the basic code we hope that the right useful.
    2023-01-29 00:15:03下载
    积分:1
  • 这感觉显示了如何使用Hopfield网络
    This fiel shows how to use Hopfield networks
    2023-07-25 22:15:03下载
    积分:1
  • % [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist ) %...
    % [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist ) % Find the indices of the nearest neighbours of the given desriptors in the近邻点寻找算法,在非线性时间序列中很有用,是常用的算法- [Nearest_neighbours] = find_nearest_neighbours (database, desc, max_dist) Find the indices of the nearest neighbours of the given desriptors in the neighbor-point search algorithm, the nonlinear time series of very useful, is a commonly used algorithm
    2022-05-24 09:30:26下载
    积分:1
  • LMI的可行性程序
    用LMI工具箱来求解LMI的可行性问题,一个简单的鲁棒控制问题的仿真,以及控制器设计的问题。
    2022-05-28 17:05:03下载
    积分:1
  • 第七章 图习题答案
    第七章 图习题答案-Chapter VII map answer Exercises
    2022-01-24 18:48:22下载
    积分:1
  • 数值计的C语言代码,包括了大部分C语言的,希望对大家有用...
    数值计算的C语言代码,包括了大部分C语言的算法,希望对大家有用-The C-numerical code, including most of the C language algorithms, hope for all of us
    2022-08-22 13:49:00下载
    积分:1
  • 刚才弄错了,这才是第二个源码,可以实现输入一二叉树的前序与中序,输出其后序...
    刚才弄错了,这才是第二个源码,可以实现输入一二叉树的前序与中序,输出其后序-have just made a mistake, this is the second source, can achieve an input sequence of binary tree with the sequence, then the output sequence
    2022-03-04 21:26:50下载
    积分:1
  • 一种DT
    DT算法,可以抽取物体的骨架。它可以一次遍历整个物体,获取其连通骨架。对于0和1格式的离散数据,也可以改变一下程序变为抽取物体的孔隙。
    2023-08-18 22:25:04下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载