2024-05-28 13:33:40 +0200 | received badge | ● Notable Question (source) |
2022-04-27 13:53:21 +0200 | received badge | ● Famous Question (source) |
2022-04-27 13:53:21 +0200 | received badge | ● Notable Question (source) |
2022-01-25 19:13:47 +0200 | received badge | ● Popular Question (source) |
2021-07-22 20:24:02 +0200 | received badge | ● Notable Question (source) |
2021-07-03 10:28:39 +0200 | received badge | ● Notable Question (source) |
2021-04-29 20:49:43 +0200 | received badge | ● Popular Question (source) |
2021-01-05 20:28:30 +0200 | received badge | ● Popular Question (source) |
2020-07-06 19:22:40 +0200 | asked a question | How to define an integral to not be evaluated I'm trying to write the following script: So it is mich easier if the integral on Thanks |
2020-04-22 18:15:02 +0200 | received badge | ● Scholar (source) |
2020-04-22 03:50:21 +0200 | asked a question | Unicode art as the default printing I installed Sagemath versio 9.0 using conda and and I'm trying to improve the display style. Right now the display style is something like: In a previous computer I used to get pretty printing by default in Sage. I can reproduce the behavior using But I'd like this to be the default behavior. I know this must be simple but I cannot find that on the docs (probably because I'm searching using the wrong terms or something). |
2020-04-18 18:40:09 +0200 | received badge | ● Popular Question (source) |
2019-10-16 11:15:25 +0200 | received badge | ● Popular Question (source) |
2018-09-15 01:24:59 +0200 | commented question | Sagemath does not open anymore @vdelecroix I don't think I can be much more specific. My OS is Arch Linux (which is already mentioned), I installed Sagemath via |
2018-09-14 18:54:56 +0200 | asked a question | Sagemath does not open anymore I was trying to install Any ideas on how to overcome this? (And preferably also installing I have installed |
2018-09-14 18:25:50 +0200 | received badge | ● Editor (source) |
2018-09-14 17:53:52 +0200 | asked a question | Can't open sage notebook with Jupyter Hello, I have Arch Linux and I'm trying to open a Sage notebook using I have installed Is there something I'm missing? I found the docs surprising unhelpful (and apparently out of date, since it focus on the old sage-notebook, and not on Jupyter). Cheers EDIT I have tried installing |
2018-03-14 02:55:01 +0200 | asked a question | Is it possible to get fortran code for an expression? Hello, is it possible to get the fortran code for expressions in SageMath? Here's what I mean: Right now the best I can do as a workaround is: but the numbers appear as integers, which makes the division be performed as integer division in Fortran, which forces me to manually change that. Is there a function I can use to get what I want? Cheers |
2017-09-13 07:45:51 +0200 | received badge | ● Student (source) |
2017-09-13 01:24:28 +0200 | asked a question | Python 3 print in Sage This is a minor issue, but I've long migrated all my Python scripts to Py3, so I'm trying to write in Sage in the most Py3-compliant way possible, since we'll have Py3 support in a not-so-distant future according to the FAQs (frankly I'm a bit surprised that Py3 support haven't already happened, but, oh well). Anyway, because of that I put If I type things interactively in the prompt, it works as it's supposed to: However, if I run a script with Am I loading my scripts wrong? How can I get it to work for scripts too? Cheers. |
2017-09-12 14:20:23 +0200 | asked a question | Expanding summation with factorial If I do this in sage it correctly expands to what I want: However, if the factorial is a function of the summed variable, it doesn't work anymore: Is this the expected behavior? How can I get it to expand no matter what's inside the summation? I'm using Sagemath 7.5, by the way. Thank you. |