2019-01-29 09:07:16 +0100 | received badge | ● Notable Question (source) |
2019-01-29 09:07:16 +0100 | received badge | ● Popular Question (source) |
2018-10-30 22:12:37 +0100 | received badge | ● Famous Question (source) |
2018-03-16 15:02:46 +0100 | received badge | ● Notable Question (source) |
2018-03-16 15:02:46 +0100 | received badge | ● Popular Question (source) |
2017-11-16 07:23:54 +0100 | received badge | ● Taxonomist |
2014-12-02 16:39:36 +0100 | received badge | ● Teacher (source) |
2014-12-02 16:39:36 +0100 | received badge | ● Self-Learner (source) |
2014-12-01 17:45:01 +0100 | commented answer | Untrusted group warning If anyone knows a better way that would allow me to continue working in the shared folder directly I'd be happy to hear about it! |
2014-12-01 17:42:39 +0100 | answered a question | Untrusted group warning Alright, so I have managed to pin down the problem and also found a workaround. I am getting this warning, because I am working in a shared folder of a virtual box linux. In order to enable the automatic sharing with the host machine, virtual box gives the ownership (and write permission) of these shared folders to a group called 'vboxsf', which in turn upsets sage. Since I cannot remove the write permission without messing with the functionality of the shared folders, I created a copy of the shared folders in my home directory and set up a cron job to sync the two periodically. |
2014-12-01 17:36:17 +0100 | answered a question | Executing python modules from package Alright, it turned out that the problem was/is actually related to this other problem that I am also having. In short, for security reasons sage is stripping |
2014-12-01 17:34:13 +0100 | commented answer | Executing python modules from package Thanks! This was very helpful for figuring out the problem. |
2014-11-28 20:45:53 +0100 | asked a question | Untrusted group warning I have 'installed' sage following these instructions, by just extracting the latests binary tarball and then adding a symbolic link like so: Now every time I execute a file with Especially during debugging sessions the additional output tends to clutter up my screen a lot and pushes away the meaningful output. Is there any way I can fix this? |
2014-11-28 20:24:51 +0100 | asked a question | Executing python modules from package I have a project that is primarily written in python but uses sage for some specific operations. In order to facilitate this I have only .py files and use This approach worked fine until it became necessary to split my project into multiple sub-packages. I now want to execute my modules with In order to be able to use package relative imports I am kind of dependent on the -m syntax, so I would like to get it to work. Any ideas what I am doing wrong? Or is this simply not possible with the python that is bundled with sage for internal reasons? Any help is apreciated! |
2014-08-27 17:36:29 +0100 | asked a question | Polynomial modulus in QuotientRing I am trying to perform a polynomial modulus between elements in a QuotientRing, more or less like so: As you can see the modulus is not doing anything. I am not very well versed in this kind of maths, but I still believe that it should be possible to compute that modulus. Thus my question is, if it is possible to compute that modulus in sage, possibly via some kind of workaround. I would be glad about any hints! |