Problem Set #0#
专有名词翻译#
%% 供使用中文线性代数教材的学生使用 %%
diagonal 对角的
diagonalizable 可对角化的
PSD - positive semi-definite 半正定
symmetric 对称的
null-space 其实就是kernel 即”核“
characteristic polynomial 特征多项式
spectral theorem 谱定理
orthogonal 正交的
eigenvector 特征向量
eigenvalue 特征值
Q.1(d)题目中只给了g is continuously differentiable,为什么可以说它有二阶导数?#
连续可导不一定能推二阶导数存在。
经典反例:
f(x)={x3sin(x1)0x=0x=0
其二阶导数在0处不存在
f′′(0)=h→0limh3h2sin(1/h)−hcos(1/h)=h→0lim[3hsin(h1)−cos(h1)]
3hsin(h1) 为常数,而 cos(h1) 振荡。