Thankyou for all that information. I'm sure I will have some more questions
once I have had a chance to chew through all of that.
On Tuesday, 6 October 2015 22:17:25 UTC+8, Travis Scrimshaw wrote:
>
> Something else to consider is that Sage has a preparser and that can come
> into play. To see w
Hi,
I have recently installed sage from source and am trying to implement
fourier transforms. I wrote a piece of sage code which does the job for
some function f.
var('t', 'k','x','a')
assume(a > 0, k > 0)
# Define the function that that we will transform
f = e^ - (a * abs(x))
# Apply the t
> Alternatively, the self-contained source tarball is at
> http://www.sagemath.org/download-latest.html
>
>
> On Saturday, October 3, 2015 at 10:35:58 AM UTC+2, Tom Kitchen wrote:
>>
>> I get the following error when trying to compile sage with gcc 5.2. I
>
I get the following error when trying to compile sage with gcc 5.2. I
believe it is the same as the ticket
here http://trac.sagemath.org/ticket/18977#no1. I am running Manjaro linux.