2021-05-05 00:37:23 +0100 | received badge | ● Famous Question (source) |
2020-10-15 01:53:08 +0100 | received badge | ● Famous Question (source) |
2019-05-12 20:53:42 +0100 | received badge | ● Notable Question (source) |
2017-12-12 05:04:10 +0100 | received badge | ● Popular Question (source) |
2017-12-12 05:03:51 +0100 | received badge | ● Student (source) |
2016-07-05 22:05:52 +0100 | received badge | ● Notable Question (source) |
2016-07-05 22:05:52 +0100 | received badge | ● Popular Question (source) |
2015-01-21 13:05:44 +0100 | received badge | ● Scholar (source) |
2015-01-20 16:01:56 +0100 | commented question | linbox error in sage 6.4 install to ubuntu 14.04 Thank you for this people. I had tried to run the ./sage command previously, however it didn't work so I'd assumed it was source code and ran make. I've now downloaded the source bundle-.gz, as per slelievre's answer below, and the same problem hasn't occurred. Problem solved. Thanks again. |
2015-01-20 16:01:56 +0100 | received badge | ● Commentator |
2015-01-19 21:20:09 +0100 | commented answer | linbox error in sage 6.4 install to ubuntu 14.04 Thank you for this useful answer. |
2015-01-19 20:37:08 +0100 | commented question | linbox error in sage 6.4 install to ubuntu 14.04 I downloaded the .lzma tarball of the source files from the linux site, into home/Downloads. I used the archive manager to unzip it,I renamed the file unzipped file SAGE_ROOT and put it into the home directory. I then typed 'make' in home/SAGE_ROOT. I think somehow I've managed to recreate a problem involving the DDISABLE_COMMENTATOR business that one finds people encountered on mac OS, not sure. It appears |
2015-01-18 12:37:50 +0100 | commented question | linbox error in sage 6.4 install to ubuntu 14.04 I have all of those yes. |
2015-01-18 11:56:44 +0100 | commented answer | How to create a loop with two variables? Excuse my absolute ignorance of programming- though I am now certain this is complete nonsense from sage's point of view, in an algebraic sense, I want the function I(x) to be something in the domain of the operator that I name Moebius. The reason I set I(x) to be constant initially was merely to demonstrate that I get the right output in this case. What I really want to do is take the output as an input to further applications of Moebius, so that I get the higher order Mertens functions, that is, the Mellin transforms of the negative powers of the Riemann zeta function. Of course there ought to be another way to do this involving extracting the number of times each primes divides a given integer, but that looked rather more difficult at first. It's equally likely that I am mistaken about that too though. |
2015-01-18 11:40:08 +0100 | asked a question | linbox error in sage 6.4 install to ubuntu 14.04 I have just switched over to ubuntu and attempted to install sagemath for the first time. The install ran for about an hour then stopped with the following information in the logfile: This is well over my head, so I wonder if anyone can help-there doesn't seem to be anything on the ubuntu forums. Thanks in advance |
2015-01-03 15:37:26 +0100 | commented answer | How to create a loop with two variables? Without the presence of a function such as I(x), I don't see how Moebius even has an input ( other than x). Can you explain how your solution had another input please? Thank you |
2015-01-03 13:51:31 +0100 | commented answer | How to create a loop with two variables? Thank you very much for such a prompt and clear reply. The I function was there because I'd hoped to have it as non-trivial input to the function. |
2015-01-03 12:55:13 +0100 | asked a question | How to create a loop with two variables? I have defined the following functions: The output is of course Mertens function. How do I turn |
2014-12-10 10:58:36 +0100 | commented answer | Mertens Function Error Thank you! Is there an obvious reason why this only works sporadically? I would like to know. |
2014-12-10 10:56:45 +0100 | commented question | Mertens Function Error Thank you. |
2014-12-10 10:38:44 +0100 | asked a question | Mertens Function Error I am new to Sage, so I suppose the answer to this is ridiculously obvious, but please go easy on me! I have an error when I try to get Mertens function as an output yet: I know the summation works for other functions; and I know the Moebius function is defined on the range. So what's going on? This is the input and output: |