|
楼主 |
发表于 2012-6-7 10:43
|
显示全部楼层
我用maple算了下,三阶的特征向量足足有一千多行,程序如下:
>
> A := Matrix(3, 3, {(1, 1) = (34049/5000)*ep^2+33061/5000, (1, 2) = -(75011/10000)*ep^2, (1, 3) = (3457/5000)*ep^2, (2, 1) = -(75011/10000)*ep^2, (2, 2) = (53061/5000)*ep^2, (2, 3) = -(31111/10000)*ep^2, (3, 1) = (3457/5000)*ep^2, (3, 2) = -(31111/10000)*ep^2, (3, 3) = (5870146565551895/70368744177664)*ep^2+81});
print(`output redirected...`); # input placeholder
Matrix(%id = 199116884)
> with(Student[LinearAlgebra]);
>
> Eigenvectors(A);
|
|