矩阵交换子
交换律 2
题目详情
编程题:是否存在 ?。
英文原题
Can you find matrices and such that , where is the identity matrix of size ?
解析
不存在。
对任意同型方阵 ,有
但若 ,则左侧迹应为 0,而右侧
矛盾。因此不存在满足 的有限维方阵 。
交换律 2
编程题:是否存在 ?。
Can you find matrices and such that , where is the identity matrix of size ?
不存在。
对任意同型方阵 ,有
但若 ,则左侧迹应为 0,而右侧
矛盾。因此不存在满足 的有限维方阵 。