rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

Unknown error in SARAG command #2859

Open rtoy opened 2 weeks ago

rtoy commented 2 weeks ago

Imported from SourceForge on 2024-07-06 23:17:42 Created by danielvolinski on 2015-05-16 08:03:02 Original: https://sourceforge.net/p/maxima/bugs/2962


Using wxMaxima 5.36.1 on Windows 8.1 x64 Note: For some reason the '*' is deleted in some instances.

reset()$kill(all)$ load(sarag)$ P:(x-3)^2(x-1)(x+3)$ Q:(x-5)(x-4)(x-2)(x+1)(x+2)*(x+4)$ cauchyIndex(Q,P,x); cauchyIndexBetween(Q,P,x,1,-1); sSubResCauchyIndex(Q,P,x); sSubResCauchyIndexBetween(Q,P,x,1,-1);

cauchyIndex and sSubResCauchyIndex do work but cauchyIndexBetween and sSubResCauchyIndexBetween do not work on the same polynomials with the same order.

Daniel Volinski

rtoy commented 2 weeks ago

Imported from SourceForge on 2024-07-06 23:17:43 Created by villate on 2015-05-18 09:46:45 Original: https://sourceforge.net/p/maxima/bugs/2962/#c754