| 1 | initial version |
Before proceeding, I have installed the giac package 1.2.3.25
integral(x^3/(exp(x)-1),x,0,infinity, algorithm='gain')
returns
ValueError: Unknown algorithm: gain
even after restarting SageMath
What would you advice ?
Thank you.
| 2 | No.2 Revision |
Before proceeding, I have installed the giac package 1.2.3.25
integral(x^3/(exp(x)-1),x,0,infinity, algorithm='gain')
returns
ValueError: Unknown algorithm: gain
even after restarting SageMath
What would you advice ?
Thank you.
| 3 | No.3 Revision |
Before proceeding, I have installed the giac package 1.2.3.25
integral(x^3/(exp(x)-1),x,0,infinity,
algorithm='gain')algorithm='giac')
returns
ValueError: Unknown algorithm:
gaingiac
even after restarting SageMath
What would you advice ?
Thank you.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.