-
Let's call this m.spad:
```
)abbrev package FACPAK FactorizationPackage
FactorizationPackage(p): Exports == Implementation where
p: PositiveInteger
Exports == with
display_fact…
-
Imported from SourceForge on 2024-07-03 15:52:04
Created by **[tomasriker](https://sourceforge.net/u/tomasriker/)** on 2016-05-17 04:38:25
Original: https://sourceforge.net/p/maxima/bugs/3161
---
Th…
rtoy updated
4 months ago
-
Our FriCAS interface always uses radical expressions
for roots of algebraic equations, which is often suboptimal.
This ticket will implement an option to use implicit roots
(not expressed in terms o…
-
While building the current master, I see
```
gcc -g -O2 -g -O2 -Wall -D_GNU_SOURCE -I/mnt/opt/fricas/src/include -I/mnt/opt/fricas/config \
-I. -c -o htinp.o htinp.c
htinp.c: In function ‘sen…
-
### Steps To Reproduce
Using sagemath 10.1 on Linux and Fricas 1.3.9, this command to integrate gives exception in sagemath, but works OK in Fricas directly
```
>sage
┌──────────────────────────…
-
Until there's a better resolution to the issue of installing optional packages, which is still tricky to get right in all cases, maybe it would be good to include a few of them by default, as long as …
-
See title.
(1) -> (HyperDoc) Unknown command from SessionServer -1
And shell return.
-
I wonder if it would make sense for Fricas to do some of these simplifications on it's own:
1. simplify `sqrt(abs(x)^2)` into `abs(x)`
2. simplify `abs(sqrt(x^2))` into `abs(x)`
3. simplify `abs(…
-
The Sympy wiki has a number of comparisons between it and other open source mathematical software products. I was curious how it compares to [Giac/Xcas](https://www-fourier.ujf-grenoble.fr/~parisse/gi…
-
```
sage: var("y, a")
sage: f = fricas.zerosOf (y^4 + y + a, y); f
+-----------------------------+
| 2 2
\|- 3 %y1 - 2 %y0 %y1 - 3 %y0 …