RREF 未在 Julia 中定义



我只是安装了Julia,以及LinearAlgebra包。

当我打字时

A = [1 2 3 4; 4 5 6 7]
rref(A)

我的终端说

ERROR: UndefVarError: rref not defined
Stacktrace:
[1] top-level scope at REPL[22]:1

我有点困惑。我需要安装某些软件包才能使用珊瑚礁功能吗?

LinearAlgebra包中没有这样的函数。很久以前就有了,但后来搬到了 https://github.com/blegat/RowEchelon.jl。

相关内容

  • 没有找到相关文章

最新更新