Re: [sage-devel] No output from GAP

2019-04-29 Thread Dima Pasechnik
On Tue, Apr 30, 2019 at 1:18 AM Andrey Novoseltsev wrote: > > On Monday, 29 April 2019 14:20:39 UTC-6, Dima Pasechnik wrote: >> >> would it be easier to switch to libgap? > > > Do you mean this? >

Re: [sage-devel] No output from GAP

2019-04-29 Thread Andrey Novoseltsev
On Monday, 29 April 2019 14:20:39 UTC-6, Dima Pasechnik wrote: > > would it be easier to switch to libgap? > Do you mean this? http://doc.sagemath.org/html/en/reference/libs/sage/libs/gap/libgap.html?highlight=libgap#sage.libs.gap.libgap.Gap.eval There is however a restriction on no trailing

Re: [sage-devel] No output from GAP

2019-04-29 Thread Dima Pasechnik
would it be easier to switch to libgap? On Mon, Apr 29, 2019 at 5:54 PM Andrey Novoseltsev wrote: > > Reminded me of this old issue with Macaulay2 many years ago: > https://trac.sagemath.org/ticket/5467 I wonder if it is something similar > here... > > -- > You received this message because

Re: [sage-devel] No output from GAP

2019-04-29 Thread Andrey Novoseltsev
Reminded me of this old issue with Macaulay2 many years ago: https://trac.sagemath.org/ticket/5467 I wonder if it is something similar here... -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving

Re: [sage-devel] No output from GAP

2019-04-29 Thread Andrey Novoseltsev
Thank you for the confirmation and debugging, Vincent! It was pointed out to me that we even have it documented: http://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/gap.html#long-input Is it really that difficult to fix??? Surely there has to be some reason and solution for this

[sage-devel] Re: Quadratic Form is_globally_equivalent_to Bug

2019-04-29 Thread Simon Brandhorst
This is now https://trac.sagemath.org/ticket/27749 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this

[sage-devel] Re: Automatic Differentiation - Taylor Arithmetics

2019-04-29 Thread mmarco
You might be interested in taking a look at tides [1]. It is a library for integration of ODE's in high precission using precisely automatic differentiation and Taylor arithmetic. It doesn't use interval arithemtic (so, no certified computation), but maybe some ideas could be useful. The way it