Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Error comment: it seems that the kernel has crashed

Hi, I haven’t succeed in using SageMath plotting by the show function on Windows. After a fresh install at the root folder C:\sagemath\ (in lower-case and not in \home directory as it’s recommended in the help pages on sage google group), I can’t produce the last line of this short script (below), and an alert window always writes that something goes wrong ("It seems that the kernel has crashed"). As I don’t know Sagemath for a long time, does anyone could help : I’m sure you’re keen on doing a perfect install on Windows just by downloading binaries and running the installer, for the sake of users as it is written on the original website about windows installation. Thank you so much for taking times to read my post.

Here the executed lines in Jupyter :

m = random_matrix(RDF,500)

e = m.eigenvalues()

w = [(i, abs(e[i]))for i in range(len(e))]

show(points(w)) # it seems that the kernel has crashed `

Error comment: it seems that the kernel has crashed

Hi, I haven’t succeed in using SageMath plotting by the show show function on Windows. After a fresh install at the root folder C:\sagemath\ C:\sagemath\ (in lower-case and not in \home \home directory as it’s recommended in the help pages on sage google group), I can’t produce the last line of this short script (below), and an alert window always writes that something goes wrong ("It seems that the kernel has crashed"). As I don’t know Sagemath for a long time, does could anyone could help : help? I’m sure you’re keen on doing a perfect install on Windows just by downloading binaries and running the installer, for the sake of users as it is written on the original website about windows Windows installation. Thank you so much for taking times the time to read my post.

Here the executed lines in Jupyter :Jupyter:

m = random_matrix(RDF,500)

random_matrix(RDF,500) e = m.eigenvalues()

m.eigenvalues() w = [(i, abs(e[i]))for i in range(len(e))]

range(len(e))] show(points(w)) # it seems that the kernel has crashed `

Error comment: it seems that the kernel has crashed

Hi, I haven’t succeed in using SageMath plotting by the show function on Windows. After a fresh install at the root folder C:\sagemath\ (in lower-case and not in \home directory as it’s recommended in the help pages on sage google group), I can’t produce the last line of this short script (below), and an alert window always writes that something goes wrong ("It seems that the kernel has crashed"). As I don’t know Sagemath for a long time, could anyone help? I’m sure you’re keen on doing a perfect install on Windows just by downloading binaries and running the installer, for the sake of users as it is written on the original website about Windows installation. Thank you so much for taking the time to read my post.

Here the executed lines in Jupyter:

m = random_matrix(RDF,500)
e = m.eigenvalues()
w = [(i, abs(e[i]))for i in range(len(e))]
show(points(w))  # it seems that the kernel has crashed