用户: Solution/ 试卷: 数值代数与优化
125 春期末考
第一题, 除矩阵向量运算外, 任何作为解答的算法需要自行实现, 不能直接调用矩阵分解, 线性方程组求解等库函数. 例如, 若将 LU 分解作为解答, 需要自行实现 LU 分解算法, 不得直接调用 MATLAB 自带 [L,U]=lu(A) 函数.
第二题, 允许调用矩阵分解等库函数, 但不允许直接调用优化求解器.
一、 | Given a symmetric matrix . We look for a unitary matrix such that, where denotes an unspecified block of the matrix. The matrix given in the dataset is .
| ||||||||
二、 | Given two nonsingular matrix and with , a weight vector , and a vector . Consider the following linear program,
|