Too hard to root
|
10-10-2023, 10:59 AM
Post: #4
|
|||
|
|||
RE: Too hard to root
If you want to help me track these kind of bugs, please provide the input as a text commandline. This way I can copy/paste it easily (this is also true for other users). Screenshots are not as useful, because you have to rewrite manually the expression, this is time consuming and errorprone. Here it would be
Code: a:=(5+sqrt(5))^(1/4)*sqrt(40*sqrt(5+sqrt(5))+15*sqrt(10)+25*sqrt(2)); If you press ON during a computation, some CAS operations (e.g. usual binary operation), will check if ON has been pressed and try to propagate an interruption error. But unlike on a PC, embedded versions of giac are compiled without exceptions support, which make it much harder to abort cleanly. This is probably why you got a reboot. And unfortunately, it's almost impossible to fix. The only change I can make is to add some maximum values here and there, like the maximum value for a multiprecision integer, maximum number of terms in a list, etc. There is a balance between power users who know what the CAS can solve and do not want to be limited, and other users who try to simplify expressions like that and will experience reboots... |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Too hard to root - hp-zl - 10-09-2023, 04:50 PM
RE: Too hard to root - Xorand - 10-10-2023, 03:50 AM
RE: Too hard to root - hp-zl - 10-10-2023, 04:48 AM
RE: Too hard to root - parisse - 10-10-2023 10:59 AM
|
User(s) browsing this thread: 3 Guest(s)