[sage-support] Memory efficient calculation of the Kretschmann scalar

2019-12-29 Thread Mattia Villani
Currently I use the following code to calculate the Kretschmann scalar kr of my metric g: R=g.Riemann(); uR=R.up(g) dR=R.down(g) kr=uR['^{abcd}']*dR['_{abcd}'] It works, but it consumes a lot of memory: is there a more memory efficient way to calculate the Kretschamann scalar? -- You receive

Re: [sage-support] Jupyter nootbook not work

2019-12-29 Thread Szabolcs Sződi
Thank you, Jan, I'll use CoCalc. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To view this discussion on the web vi

Re: [sage-support] Jupyter nootbook not work

2019-12-29 Thread Jan Groenewald
Hi On Sun, 29 Dec 2019 at 15:54, Szabolcs Sződi wrote: There is something simply step by step instruction for simply, ordinary mortals? Couldn't find anything. In SageMath Cell type notebook() Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received

Re: [sage-support] Jupyter nootbook not work

2019-12-29 Thread Szabolcs Sződi
Thank you Jan! Your answer is helpful, but not me. I'm not programmer only a user. I worked with maple, but SageManifold is seem better. I tried the next ones: 1. open SageMath 2. open SageMath Shell 3. wrote Jupyter terminal: "user@host:~$ sage -n jupyter" (user? my name? need Jupyter log in? Gi

Re: [sage-support] Jupyter nootbook not work

2019-12-29 Thread Jan Groenewald
Hi On Sun, 29 Dec 2019 at 13:47, Szabolcs Sződi wrote: > Hi dear Somebody! > > I wrote "sage -n jupyter" comman on Jupyler nootbook interface, but not > working. > > This is the answer: > > File "", line 1 > > sage -n jupyter > ^SyntaxError: invalid syntax > > You should

[sage-support] Jupyter nootbook not work

2019-12-29 Thread Szabolcs Sződi
Hi dear Somebody! I wrote "sage -n jupyter" comman on Jupyler nootbook interface, but not working. This is the answer: File "", line 1 sage -n jupyter ^SyntaxError: invalid syntax Please, help. Thank you. Kugli -- You received this message because you are subscribe