First time here? Check out the FAQ!

Ask Your Question
0

Kernel Crash

asked 4 years ago

Pickle gravatar image

updated 4 years ago

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

Preview: (hide)

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 ( 4 years ago )

1 Answer

Sort by » oldest newest most voted
0

answered 4 years ago

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.

Preview: (hide)
link

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: 4 years ago

Seen: 300 times

Last updated: Mar 04 '20