gl11 发表于 2009-2-2 16:09

[求助]关于chol问题

用chol函数实现Cholesky分解
想要得到一个下三角矩阵,使用命令A = chol(K,'lower'),可是MATLAB报错为
??? Error using ==> chol
Too many input arguments.
若采用A = chol(K)能得到上三角矩阵,不会报错
是什么问题吗?望高人指点~谢谢!!

ChaChing 发表于 2009-2-2 16:27

回复 楼主 gl11 的帖子

doc chol
The 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]
查看完整版本: [求助]关于chol问题