Ask Your Question
0

Kernel Crash

asked 2020-02-28 14:29:30 +0200

Pickle gravatar image

updated 2020-02-28 14:31:25 +0200

Recently, when I have been trying to use the simplify command (and this has occurred with other functions), the SageMath kernel crashes with the error "unhandled lisp initialization error". Does anyone know why this is happening? Do you have a solution?

https://drive.google.com/file/d/12YU3AhdX1iImIluk6UFjOwzPMWQ9Fz84/view?usp=sharing (Here) is a video of it

edit retag flag offensive close merge delete

Comments

2

That indicates there is something broken in your installation. The expected output is:

sage: f =cos(x)^2+sin(x)^2
sage: f
cos(x)^2 + sin(x)^2
sage: f.full_simplify()
1

The first thing to try is to reinstall sage, since this indicates something rather fundamental is broken (at least for the maxima/lisp subsystem that is used for simplification). If that doesn't help, you might get help by giving exact details about your operating system and the way you've installed sage. https://groups.google.com/forum/#!for... is probably a better forum to get help for this.

nbruin gravatar imagenbruin ( 2020-02-28 21:04:00 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-03-04 19:14:39 +0200

Pickle gravatar image

Thank you nbruin for your comment. This resulted in the fix I needed, just a reinstallation of SageMath. Now I am getting the results as expected.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-02-28 14:29:30 +0200

Seen: 247 times

Last updated: Mar 04 '20