由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Mathematics版 - Is this true in Matlab: det(Z*Z') == sum(Z.^2)
相关主题
data clustering by vector correlation distance (转载)不等式一题
Predict values of vectors generated by black box functions[合集] 问一个挺难的数学问题,看看有没有人会啊?
two vectors' coefficient of determination (转载)probability
请教一个向量几何问题vector space intersection question
这个7000万是怎么得出来的a problem that bugs me for quite a while
Re: 请教:为什么exp(x)的导数为其本身啊?ANALYSIS NOW --NUMERICAL RADIUS |||*||| NORM
请教两个拓扑学的问题问一个orthogonal transformation 的问题
how to express this probability in matriabout convergence in probability
相关话题的讨论汇总
话题: sum话题: det话题: matlab话题: true话题: clarifying
进入Mathematics版参与讨论
1 (共1页)
m*******r
发帖数: 3
1
det(Z*Z') == sum(Z.^2)
or
Z*Z' == sum(Z.^2)
just don't understand why? Any intuitive explanation?
c****n
发帖数: 2031
2
If Z is a row vector, these are correct. For row vector Z, the operation
Z.^2 returns another row vector with each element the square of the
corresponding element of Z. When you sum up the elements, you get exactly
Z*Z'.

【在 m*******r 的大作中提到】
: det(Z*Z') == sum(Z.^2)
: or
: Z*Z' == sum(Z.^2)
: just don't understand why? Any intuitive explanation?

m*******r
发帖数: 3
3

THANK YOU FOR THE CLARIFYING!

【在 c****n 的大作中提到】
: If Z is a row vector, these are correct. For row vector Z, the operation
: Z.^2 returns another row vector with each element the square of the
: corresponding element of Z. When you sum up the elements, you get exactly
: Z*Z'.

1 (共1页)
进入Mathematics版参与讨论
相关主题
about convergence in probability这个7000万是怎么得出来的
finite field matrix problemRe: 请教:为什么exp(x)的导数为其本身啊?
derivative of matrix w.r.t. vector??请教两个拓扑学的问题
question about Principal Component Analysishow to express this probability in matri
data clustering by vector correlation distance (转载)不等式一题
Predict values of vectors generated by black box functions[合集] 问一个挺难的数学问题,看看有没有人会啊?
two vectors' coefficient of determination (转载)probability
请教一个向量几何问题vector space intersection question
相关话题的讨论汇总
话题: sum话题: det话题: matlab话题: true话题: clarifying