Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は次のことをしようとします:
import numpy as np from numpy import linalg as la w, v = la.eig(np.array([[1, -1], [1, 1]]))
その結果、Python セッションがクラッシュし、次のメッセージが表示されます。
Illegal instruction (core dumped)
numpy の代わりに scipy を使用しようとしました。結果は同じです。