-
This is a followup to #34547, making changes similar to ones already made there.
Component: **interfaces**
Author: **John Palmieri**
Branch/Commit: **[u/jhpalmieri/fricas-interface](https://gith…
-
As reported on [this ask question](https://ask.sagemath.org/question/42626/translating-gamma-from-fricas-to-sage-causes-exception/), onevariate `gamma` is correcly interfaced with Sage:
```
sage: f…
-
subject says it all, see http://fricas.sourceforge.net/
https://groups.google.com/forum/#!topic/fricas-devel/jjn0P3H0N8g
I assume that this version needs less patching.
Upstream source tarball:
…
-
The packages `fricas` and `frobby` use non-standard patching.
CC: @embray @dimpase
Component: **packages: experimental**
Author: **Jeroen Demeyer**
Branch/Commit: **[`683e7b9`](https://github.c…
-
This ticket allows conversion between sage and FriCAS sums and products. Eg:
```
sage: f = fricas.guess([sum(1/k, k,1,n) for n in range(10)])[0]; f # optional - fricas
n …
-
Related:
- #31858: Fix translation of univariate Gamma from FriCAS
- #25597: Translate bivariate Gamma from FriCAS
CC: @mantepse @slel
Component: **interfaces: optional**
Keywords: **fricas**
…
-
Attempting to use an optional package with pexpect interface which is not installed displays whatever the method `install_hints` provides. This method was not provided by the FriCAS interface, resu…
-
see https://ask.sagemath.org/question/48431/why-this-integral-fail-using-fricas-algorithm/
for the original bug report:
```
integrate(sqrt(2)*x^2 + 2*x,x, algorithm="fricas")
```
CC: @mantepse @…
-
This code in this ticket corrects the conversion of tThe imaginary unit (as a symbolic expression) between sagemath and FriCAS. In FriCAS, it's representation is "%i", not "I". Before the ticket, …
-
The earlier upgrade is in #9354. See also #6517 for more information.
Source tarball:
http://sourceforge.net/projects/fricas/files/fricas/1.2.4/fricas-1.2.4-full.tar.bz2/download
that has to be r…