| 1 | initial version |
Hi, Note that giac doesn't really "solve" the integral, it just rewrites it in terms of another one. In that case, sage just returns the original unmodified integral, cf. https://github.com/sagemath/sage/blob/10.7/src/sage/symbolic/integration/external.py#L266 The hanging looks like a memory issue in the giac library itself (the backtrace shows that the issue is in libgiac.so)
| 2 | No.2 Revision |
Hi,
Note that giac doesn't really "solve" the integral, it just rewrites it in terms of another one. In that case, sage just returns the original unmodified integral, cf. https://github.com/sagemath/sage/blob/10.7/src/sage/symbolic/integration/external.py#L266
https://github.com/sagemath/sage/blob/10.7/src/sage/symbolic/integration/external.py#L266
The hanging looks like a memory issue in the giac library itself (the backtrace shows that the issue is in libgiac.so)
| 3 | No.3 Revision |
Hi,
Hi,
Note that giac doesn't really "solve" the integral, it just rewrites it in terms of another one. In that case, sage just returns the original unmodified integral, cf. https://github.com/sagemath/sage/blob/10.7/src/sage/symbolic/integration/external.py#L266
The hanging looks like a memory issue in the giac library itself (the backtrace shows that the issue is in libgiac.so)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.