-
### Steps To Reproduce
```
sage: var("s t")
(s, t)
sage: inverse_laplace( s+exp(-s) , s, t, algorithm='giac')
Giac crashed -- automatically restarting.
sage0*dirac_delta(sage2)
```
### Expec…
-
First invocation of giac shows stuff on stdout
```
sage: print(libgiac)
// Giac share root-directory:/opt/sage/local/share/giac/
// Giac share root-directory:/opt/sage/local/share/giac/
Help file /…
-
#include
#include
int main() {
int choice;
printf("Moi ban chon bai tap (1-10): ");
scanf("%d", &choice);
switch (choice) {
case 1: {
int num1, num2;
…
-
Provide a corresponding Sage function for Giac's `rootof`. From the inline help of XCAS:
> `rootof(LstPoly(P),LstPoly(Q))`: Polynomial in terms of a root of an irreducible polynomial on `Q`. Return…
-
Hello, could you share the sorce code, I would like to make an Android port in order to integrate to Xcas Pad (port of Giac/Xcas)
-
A reminder for whenever. The Debian repo is up to 1.9.0.57 now, and I've got two patches for it (from https://github.com/sagemath/sage/pull/35745) when we update:
```patch
From fc0fb5ba02953d6e154…
-
Sympy 1.12 cannot currently solve the definite integral
$$\int_0^\infty \frac{x^{s-1}}{e^x-1}dx=\Gamma(s)\zeta(s)$$
which is a representation of the Riemann Zeta function (https://en.wikipedia.o…
-
Dear iESM community,
I am able to compile the iESM on NCAR Cheyenne machine. However, all required input files on /glade/p/cesmdata/cseg/inputdata/iac/giac are deleted. Is there a way I can downloa…
-
# CodeTrain - Luyện tập lập trình Online với hệ thống chấm tự động | Tam giác hợp lệ
CodeTrain - Hệ thống luyện tập lập trình với rất nhiều bài tập độ khó khác nhau, trình chấm hoàn toàn tự động giúp…
-
question by @codyroux
I’m running in to the Giac “undefined ctrl_c” bug, but the suggested fix was a bit vague. What line do I need to un-comment?