Hi
I have SageMath 8.0 installed under my Debian desktop and use it typically
through Jupyter notebooks, particularly for SageManifolds calculations.
I would like to select some cells from a given Jupyter notebook, and then
copy and paste them to another different Jupyter notebook, in another t
On Thu, Aug 31, 2017 at 5:23 AM, Mauricio Calvao wrote:
> Hi
>
> I have SageMath 8.0 installed under my Debian desktop and use it typically
> through Jupyter notebooks, particularly for SageManifolds calculations.
>
> I would like to select some cells from a given Jupyter notebook, and then
> copy
The following simple expression crashes Sage 8.0 on Arch Linux:
tavianator@cosmicray $ sage
> ┌┐
> │ SageMath version 8.0, Release Date: 2017-07-21 │
> │ Type "notebook()" for the browser-based notebook inte
Thanks for you report. It works fine for me 8.1.beta3 also on archlinux.
Can you give more precision about:
- how did you install sage 8.0?
- does the rest of Sage looks ok?
On 31/08/2017 08:38, Tavian Barnes wrote:
The following simple expression crashes Sage 8.0 on Arch Linux:
tavianator@cos
On Thursday, 31 August 2017 12:24:29 UTC-4, vdelecroix wrote:
>
> Thanks for you report. It works fine for me 8.1.beta3 also on archlinux.
>
1292913990 bytes is only 1.3GiB. I don't have that much free, but if you
do it probably just works.
> Can you give more precision about:
> - how did y
On 31/08/2017 10:05, Tavian Barnes wrote:
On Thursday, 31 August 2017 12:24:29 UTC-4, vdelecroix wrote:
Thanks for you report. It works fine for me 8.1.beta3 also on archlinux.
1292913990 bytes is only 1.3GiB. I don't have that much free, but if you
do it probably just works.
Indeed. Thou
Thank you, William!
On Thursday, August 31, 2017 at 11:56:01 AM UTC-3, William wrote:
>
> On Thu, Aug 31, 2017 at 5:23 AM, Mauricio Calvao > wrote:
> > Hi
> >
> > I have SageMath 8.0 installed under my Debian desktop and use it
> typically
> > through Jupyter notebooks, particularly for Sage
Sage has a static data structure SetPartition, and a dynamic structure
DisjointSet that can *combine* blocks. Is there a "dual" structure of
latter, something that would start from one big block and would have
functions to *split* block?
--
Jori Mäntysalo
I have declared a function Omega of a single variable t through:
Omega = function('Omega')(t)
Afterwards, I have calculated a quantity whose generic result is given in
terms of the derivative of Omega (let us call it dOmega), for instance:
quanti = Omega(t)*cos(t) + dOmega(t)
Since I know the