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

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

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

  • 系统辨识,递推最小二乘(RLS)辨识方
    系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。-system identification, recursive least squares estimation (RLS) identification model is of the order of an important algorithm. The program through the realization of the algorithm, to be model order and the estimated value of the relevant parameters.
    2022-07-05 08:15:06下载
    积分:1
  • 4种排序的java实现
    插入排序,堆排序,快速排序,归并排序的java实现。没有做泛型,而且内部实现是对一个给定的数组做这些排序。
    2023-06-09 02:40:03下载
    积分:1
  • mage128 8种LED点亮模式
    /******************************************************************************* Platform : ATmega128 mini开发板(http://bbs.armavr.com) Project  : 实验一:8种LED点亮模式 Clock F  : 7.3728M Software : WinAVR-20100110 Author   : 林夕依然 Version  : 11.04.27 Updata   :  comments : 1、以学习板八个LED灯为硬件电路,LED_EN短路块需装上 2、练习简单延时函数的编制 3、AVR单片机端口寄存器的使用及理解 4、练习程序模块化,结构化的书写
    2022-11-18 02:10:03下载
    积分:1
  • 一些C语言的例子
    一些算法C语言的例子-Some examples of algorithm C language
    2022-01-23 10:09:42下载
    积分:1
  • pso解决tsp问题的例子
    pso算法解决tsp问题的例子-PSO algorithm to solve the problem of examples tsp
    2022-04-06 12:24:15下载
    积分:1
  • 双线性内插实现图片缩放
    代码共一个.c文件,代码包括三个函数,实现对图片的锐化、平滑、缩放(双线性内插实现)。
    2022-11-09 03:35:03下载
    积分:1
  • 随机数产生源码
    自己写的随机数产生源码,1. 使用乘同余法产生[0,1]区间上均匀分布的随机数2.基于[0,1]区间上均匀分布的随机数利用反变换法生成:连续随机变量:均匀分布随机变量、指数分布随机变量、三角分布的随机变量、正态分布的随机变量离散随机变量:离散均匀分布、泊松分布
    2023-05-22 14:35:03下载
    积分:1
  • 是个数学建模源代码
    是个数学建模源代码-is a mathematical modeling source code
    2022-05-24 14:03:17下载
    积分:1
  • 美国航空航天局太空轨道任务设计工具源代码
    你想不想去火星,但不知道什么时候离开或多少带来了什么?你想的东西降落在月球上?一般任务分析工具(GMAT)是一个开放源代码的太空任务的分析工具来回答只是那些类型的问题。 GMAT是由一组美国航天局,私营工业,公共和私人捐助者的发展。 GMAT的目的是既为真实世界的工程设计研究,如NASA宪章的精神,教育和公众参与的工具。GMAT的设计建模,优化,并估计飞船在轨道飞行状态从低地球轨道到月球应用,星际轨道等深空任务。分析师模型空间任务中GMAT首先创建资源,如飞船,传播者,估计和优化。资源可以被配置,以满足特定的应用程序和任务的需要。 GMAT包含一套广泛的可用资源,可以被分解成物理模型的资源与分析模型资源。物理资源包括飞船,推进器,罐,地面站,形成冲动烧伤,烧伤有限,行星,彗星,小行星,月球,重心,振动点。分析模型资源包括差分校正,传播,优化,估计*,3-D图形,XY坐标图,报告文件,文件的星历,用户定义的变量,数组和字符串,坐标系统,自定义子程序,MATLAB功能和数据。
    2022-12-04 23:05:06下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2022-04-01 01:32:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载