Wolfram中向量的精确正交化
我拥有的是一个矩阵,我需要将其本征向量正交化。
这基本上就是我所需要的,但要精确。
因此,这是我的Wolfram输入
(orthogonolize(eigenvectors({{146, 112, 78, 17, 122}, {112, 86, 60, 13, 94}, {78, 60, 42 , 9, 66}, {17, 13, 9, 2, 14}, {122, 94, 66, 14, 104}})))
,可以使我浮动数字,而我需要确切的表格。
有什么方法可以解决这个问题吗?
What I have is a matrix, I need to orthogonolize its eigen vectors.
That is basically all I need, but in exact form.
So here is my wolfram input
(orthogonolize(eigenvectors({{146, 112, 78, 17, 122}, {112, 86, 60, 13, 94}, {78, 60, 42 , 9, 66}, {17, 13, 9, 2, 14}, {122, 94, 66, 14, 104}})))
That gives me float numbers, while I need the exact forms.
Any ways to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
更多
发布评论
评论(1)
Wolfram Mathematica,而不是Wolframalpha,它是一个完全不同的产品,具有不同的规则,并给出了不同的结果,鉴于此
返回此确切形式
至少想到两种不同的方式,您可以在依赖此之前检查正确性。
其中的最后三个可以在某种程度上简化
,但我还看不到将前两个简化为当前大小的三分之一的方法。还有其他人可以看到一种方法吗?请仔细检查这些结果。
Wolfram Mathematica, not WolframAlpha which is a completely different product with different rules and gives different results, given this
returns this exact form
Think of at least two different ways you can check that for correctness before you depend on that.
The last three of those can be simplified somewhat
but I cannot yet see a way to simplify the first two to a third of their current size. Can anyone else see a way to do that? Please check these results very carefully.