-
seen at https://ask.sagemath.org/question/49232/latex-problem-using-result-obtained-from-fricas-integrate/.
Using sagemath 8.9, when asking sagemath for latex of a math expression which contains so…
-
```
sage: integrate(sqrt(x^2)/x,x)
...
RuntimeError: ECL says: Error executing code in Maxima: expt: undefined: 0 to a negative exponent.
sage: integrate(sqrt(x^2)/x,x,algorithm='fricas')
sqrt(x^2…
-
There are tons of problems with the axiom/fricas sage interface right now. Moreover, the fricas spkg doesn't even build, because of the clisp --> ecl switch.
```
sage -t -long --optional devel/sa…
-
Currently, we create the `symbol_table` to handle back-conversion from other systems. I will use "giac" as an example.
For example, we have `symbol_table["giac"]`, which is a dictionary `string: fu…
-
Packages which are known to fail optional doctests or which do not install on all supported platforms should be "experimental", not "optional".
Packages moved to experimental:
* `4ti2`: doesn't pas…
-
All these packages have standard autotools builds, so their transformation was mostly mechanical and trivial. Only two slight exceptions:
* The `configure` script for deformation is not actually g…
-
Solved with #24445
---
On sage-8.2.beta1 with many optional package installed
```
sage -t --long src/sage/matrix/special.py
**********************************************************************
…
-
CC: @mwageringel @sagetrac-jakobkroeker @kcrisman @pjbruin @rwst @seblabbe @slel @sagetrac-tmonteil @videlec @vinklein @zimmermann6 @mforets @mezzarobba
Component: **symbolics**
Keywords: **int…
-
(from [#30887 comment:28](https://github.com/sagemath/sage/issues/30887#comment:28))
For some "safe" features such as `imagemagick`, `rubiks`, `4ti2` (#30887), `pandoc`, it really shouldn't require…
-
I got this error when loading compiled file which contains a very large function.
After git bisect, I find it is caused by commit 467b7379, which is related with https://github.com/armedbear/abcl/i…