matlab中 sqrt(diag(D))表示什么含义?D是对角阵RT

来源:学生作业帮助网 编辑:六六作业网 时间:2024/05/19 07:27:57
matlab中sqrt(diag(D))表示什么含义?D是对角阵RTmatlab中sqrt(diag(D))表示什么含义?D是对角阵RTmatlab中sqrt(diag(D))表示什么含义?D是对角阵

matlab中 sqrt(diag(D))表示什么含义?D是对角阵RT
matlab中 sqrt(diag(D))表示什么含义?D是对角阵
RT

matlab中 sqrt(diag(D))表示什么含义?D是对角阵RT
diag(D)
是将对角阵的对角元素提取成一个向量

sqrt
是求向量的开方值