On Tuesday, March 10, 2015 at 3:18:45 PM UTC-5, Nils Bruin wrote:
>
> On Tuesday, March 10, 2015 at 9:04:14 AM UTC-7, Dima Pasechnik wrote:
>>
>> On 2015-03-10, M M wrote:
>>
>> Integration is done by Maxima, and it is a bloody mess; e.g.
>>
>
> It is, but I suspect that's not the cause here.
On Monday, June 1, 2015 at 7:53:18 PM UTC-5, kcrisman wrote:
>
> I wonder if anyone else has any ideas here?
>
sympy, too, finds the limit despite not recognizing the identity:
%python
​from sympy import *
x = symbols('x')
expr = 27**(log(x,3)/x**3)
expr, limit(expr, x, oo)
>>> (27**(lo
I'll try this again; google groups just gave me a "This message has been
deleted" after I posted...anyone know why this happened?
On Thursday, March 6, 2014 8:48:28 AM UTC-6, Luis Finotti wrote:
>
> Dear all,
>
> I am making a presentation of Sage for undergraduate math students next
> week, an
Hello,
On Thursday, March 6, 2014 8:48:28 AM UTC-6, Luis Finotti wrote:
>
> Dear all,
>
>
> The first error is that the java plugin is "out of date and vulnerable".
> I've installed the latest plugin (from
> http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html,
>
On Friday, May 2, 2014 10:46:53 PM UTC-5, Christian Caballero wrote:
>
> Is there a `typeset` option like in the sage notebook for SageMathCloud?
> Or ist it necessary to use the `show()` function?
>
Yes there is...https://github.com/sagemath/cloud/wiki/FAQ#typsetting-output
Turn it on with
typ
On Saturday, August 23, 2014 6:28:33 PM UTC-5, Chris Maness wrote:
>
> I am thinking I am not a big fan of using the sage -upgrade command since
> it downloads all the source and recompiles the whole thing from source. Is
> there a clean way to upgrade using binaries?
>
Before offering advice