gpt4 book ai didi

r - 找到 R 中最大的特征值

转载 作者:行者123 更新时间:2023-12-04 11:04:22 26 4
gpt4 key购买 nike

我是 R 的新手,我有一个 100x100 的方阵。我想找到这个矩阵的最大特征值。我试过了

is.indefinite(x)

但是它写

is.indefinite(x) : argument x is not a symmetric matrix

有谁知道找到特征值的函数,或者更好的是 R 中的最大特征值?

最佳答案

显然没有人阅读文档:

The spectral decomposition of x is returned as components of a list with components

values

  • a vector containing the p eigenvalues of x, sorted in decreasing order, according to Mod(values) in the asymmetric case when they might be complex (even for real matrices). For real asymmetric matrices the vector will be complex only if complex conjugate pairs of eigenvalues are detected.

所以解(忽略复特征值)是

eigen(x)$values[1]

关于r - 找到 R 中最大的特征值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16616923/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com