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

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

于 2022-10-16 发布 文件大小:2.65 kB
0 177
下载积分: 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 个回复

  • 改进后的bp 实现.\并给出一些实例子进行模拟用vc实现...
    改进后的bp 算法实现.\并给出一些实例子进行模拟算法用vc实现-bp improve the algorithm. And gives some examples for simulation algorithm to achieve vc
    2022-05-14 08:27:10下载
    积分:1
  • 粒子滤波目标跟踪
    这是一个高功能的目标跟踪程序。 实现了背景变换下的目标跟踪。(摄像头什么的可以转了)但是相对的, 对系统的资源要求也非常的高。 
    2022-09-10 23:00:04下载
    积分:1
  • 人工智能15数码问题
    对人工智能中8数码问题的扩展,使用C#语言实现了15数码问题,使用的算法是人工智能领域中经典的A*算法解决了人工智能中常见的十五数码问题。
    2023-08-08 20:10:03下载
    积分:1
  • k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。-k-means algorithm process as follows: First of all, the object data from the n choose k object as initial cluster centers and the remaining for the other object, then according to their cluster center with those of the similarity (distance) respectively assigned to them with the most similar (represented by cluster center) clustering obtained and then calculated for each new cluster center clustering (all objects in the cluster mean) repeated this process until the standard measure of function until the beginning of convergence.
    2023-07-14 07:15:02下载
    积分:1
  • 反向传播简单示例
    这个简单的代码,来解释与两个节点使用 C# 的反向传播算法实现 作为输入,和一个隐藏的层
    2022-07-23 16:37:58下载
    积分:1
  • 矩阵奇异值分解(C语言版)
    矩阵奇异值分解算法的C语言实现,已附有测试矩阵,可以实现低维度的奇异值分解算法,输入NXN矩阵,输出奇异值矩阵、左酉矩阵和右酉矩阵。源码比较简单,适合刚接触矩阵算法的初学者。
    2022-02-26 22:22:51下载
    积分:1
  • 自动编号
    1.1 ANPR 系统作为实际人工智能中的应用 信息技术大规模融入现代生活的各个方面造成的对处理车辆作为概念资源信息系统中的需求。由于没有任何数据的独立信息系统有没有意义,还有需要变换车辆之间的现实和信息系统有关的信息。这可以通过一个人的代理,或通过特殊的智能设备,是能够通过其在实际环境中的车牌识别车辆和反映的是它在概念的资源。因此,已经开发各种识别技术和数字板识别系统今天在各类交通和安全应用程序,如停车、 访问和边境管制或跟踪被盗汽车的使用。
    2022-03-20 05:55:28下载
    积分:1
  • 合成分析和信度检验
    首先是多部数据的融合及对这些数据进行的分析,其次是数据的置信度检验,在数据处理与绘图过程中非常有用
    2023-05-21 08:45:03下载
    积分:1
  • 维吉尼亚
    维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法
    2022-09-13 14:50:03下载
    积分:1
  • 平面上的超声速流(有粘性边界层和激波)
    应用背景程序求解完全的二维N-S方程,考虑了粘性和导热。当来流Mach数为4时,计算结果与书上的结果一致,然而,我的程序不能计算Mach数为25的情况(即书中提供的另一种工况的比较结果),经过仔细检查,我认为自己的程序没毛病,可能是书中求解步长的公式给错了(eq.(10.16) in p.457),还望大家帮助检查一下。最后还要说明的是,该章在指导你写程序时,书上有些关键地方有印刷错误,会误导你,一定要小心。参考文献:Chapter 10, Computational Fluid Dynamics, The Basics with Applications, John D. Anderson, JR. McGraw-Hill, 2002, 4 《Anderson计算流体力学入门》 关键技术         bc.f---------------------边界条件          conver.f-----------------迭代收敛判断          dynvis.f-----------------计算粘性项          mac.f--------------------MacCormack求解器          mdot.f-------------------质量守恒判断          output.f-----------------结果输出          qcx.f,qcy.f--------------计算导热项          tauxx.f,tauyy.f,tauxy.f--计
    2022-11-13 08:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载