東京大学 情報理工学系研究科 コンピュータ科学専攻 2021年2月実施 問題4
Author
Description
Let
where
where
Let
where
Moreover, define
Answer the following questions. Describe not only an answer but also the derivation process.
(1) Express
(2) Express
(3) Suppose we wish to express the stationary points of
(4) Express
设
其中
其中
设
其中
此外,定义
回答以下问题。描述答案的同时也要给出推导过程。
(1) 使用仅
(2) 使用仅
(3) 假设我们希望用
(4) 使用仅
Kai
(1)
Given:
we can write:
where
To find
Notice:
therefore:
Thus,
(2)
Given:
we have:
Since
Therefore,
Thus,
(3)
To solve the optimization problem using Lagrange multipliers:
we need to find
First, compute
Next, compute
Substituting
Since
Then,
Therefore,
Thus,
(4)
From question 3, we have:
Using
we know:
Therefore:
Another way to see this is to use the given SVD of
Then,
Thus,
Knowledge
最优化 奇异值分解 线性代数 拉格朗日乘数法
难点思路
这道题目涉及多个知识点的综合运用,特别是拉格朗日乘数法和奇异值分解的结合使用。重点在于理解矩阵运算和变换的基本性质。
解题技巧和信息
- 拉格朗日乘数法:在求解带有约束的最优化问题时非常有用。
- 奇异值分解:帮助简化矩阵运算,特别是对于逆矩阵和伪逆矩阵的计算。
重点词汇
- inner product 内积
- transpose 转置
- Lagrange multipliers 拉格朗日乘数
- singular value decomposition 奇异值分解
- orthonormal basis 正交归一基
参考资料
- 《线性代数及其应用》David C. Lay,第四章:奇异值分解
- 《最优化理论》Edwin K. P. Chong and Stanislaw H. Zak,第三章:拉格朗日乘数法