- 注册时间
- 2021-9-7
- 最后登录
- 1970-1-1
- 威望
- 星
- 金币
- 枚
- 贡献
- 分
- 经验
- 点
- 鲜花
- 朵
- 魅力
- 点
- 上传
- 次
- 下载
- 次
- 积分
- 1306
- 在线时间
- 小时
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?欢迎注册
×
本帖最后由 jiewenji 于 2021-10-7 21:44 编辑
若 P 是在通过(1, 1)的直线的 2x2 投影矩阵,则 I - P 是在_______的投影 矩阵。
原文:If P is the 2 by 2 projection matrix onto the line through (1, 1), then I - P is the projection matrix onto __ .
答案I-P is the projection matrix onto (1,-1) in the perpendicular direction to (1, 1)
疑惑:假设被投影的向量是b,
根据题干有 a=\(\begin{bmatrix}
1\\
1
\end{bmatrix}\)
投影矩阵P=\(\frac{aa^T}{a^Ta}\)=\(\frac{1}{2}\)\(\begin{bmatrix}
1&1\\
1&1
\end{bmatrix}\)
由Pb=\(\begin{bmatrix}
1\\
1
\end{bmatrix}\)
可以算出b=\(\begin{bmatrix}
1\\
1
\end{bmatrix}\)
根据上方求出的P,可以计算出I-P=\(\begin{bmatrix}
0.5&-0.5\\
-0.5&0.5
\end{bmatrix}\)
(I-P)b=\(\begin{bmatrix}
0\\
0
\end{bmatrix}\)
从上面结果没有投影到(1,-1)方向,而是投影到了(0,0)。所以是我哪里计算错了么? |
|