-
i want to integrate the following function:asinh(x)/x but the fricas doesnt do it.i have windows and i use the 1.3.8 version.thanks in advance!
-
I prototyped a domain implementing "decimal floating point" with very basic arithmetics, which is similar to REXX's one and Java's BigDecimal class, and I've taken some advices from the paper http://w…
-
Actually, issuing a ``make distclean`` does not clean the src/doc sub-directory. Only a ``make clean`` will do .
This becomes problematic when, for example, you rebuild FriCAS with another LISP imple…
-
Thank you for all the effort to provide a CAS.
One of the explicit goals of FriCAS is to
make it easier for external programs to interface with FriCAS
But I can not find documentation to do so.…
-
I understand the argument for `adjoint`, but `transpose` is really something different. I think it's somewhat silly that e.g. `Matrix{String}` cannot be `transpose`'d. if a type wants to opt-in to rec…
-
I have a couple of questions about how it is supposed to be...
1. Unions without selectors.
I have a code like
```
myFunc : Union(Integer, String) -> ...
myFunc x ==
x case Integer => ...
`…
-
Code for guessing the parameters of k-regular sequences from the first few entries of a list/sequence/etc.
See also Meta ticket #21202.
Depends on #21319
CC: @rwst
Component: **combinatorics**
…
-
Case in point (many other examples exist...) :
```
sage: var("x", domain="positive")
x
sage: u = -1/2*I*x + 1/2*I*sqrt(x^2 - 1) + 1/2*I/(x - sqrt(x^2 - 1))
sage: u.simplify()
-1/2*I*x + 1/2*I*sqrt(…
-
I tried to recompile fricas with the new sbcl 2.3.2 version. I'm using macports to do the installation.
It gives the following error:
```
; file: /opt/local/var/macports/build/_Users_pieter_Proje…
-
Hi
I have tested the last version (1.1.3) and I see that most of the existing plugins do not work. (maxima, graphviz, xypic, dratex, python...) they even do not appear in the list.
Regards