[求助]关于chol问题
用chol函数实现Cholesky分解想要得到一个下三角矩阵,使用命令A = chol(K,'lower'),可是MATLAB报错为
??? Error using ==> chol
Too many input arguments.
若采用A = chol(K)能得到上三角矩阵,不会报错
是什么问题吗?望高人指点~谢谢!!
回复 楼主 gl11 的帖子
doc cholThe chol function uses only the diagonal and upper triangle of X. The lower triangular is assumed to be the (complex conjugate) transpose of the upper.
页:
[1]