[sage-support] How can I create zoomed area with Matplotlib under Sage?

2010-08-19 Thread Tobias Katz
Hi, since ask.sagemath.org seems not to work at the moment and I really need a solution for this, I write to the mailing-list. I need to create a zoomed subarea in a Matplotlib-Plot under sage. In the Matplotlib galery is pretty much what i need. http://matplotlib.sourceforge.net/examples/axes_g

[sage-support] Pink noise generation

2010-07-06 Thread Tobias Katz
Hi, I am trying to generate pink noise with sage but I didn't have much success - is there anybody simulating pink noise with sage? As far as I know, there is no such function yet - would be great if you could give me some hint. Thanks, Tobias -- To post to this group, send email to sage-support

Re: [sage-support] Dirac Comb

2010-07-01 Thread Tobias Katz
Hi, Thanks for your reply! Renaming doesn't work, but what I found out is, that, in my case, it works with the following syntax: sum(function for n_ in np.arange(-11,11,1)) Nevertheless, I'd be interested if there are other people out there working with Signal Theory and stochastic signal descrip

Re: [sage-support] Dirac Comb

2010-06-26 Thread Tobias Katz
x27;int' object has no attribute '_maxima_' How can I cast these integers to numbers or what is my mistake? Is there a better way to do this? Thanks, Tobi On 06/26/2010 02:36 PM, Tobias Katz wrote: > Hi, > > I played with the dirac_delta function but didn't get th

[sage-support] Dirac Comb

2010-06-26 Thread Tobias Katz
Hi, I played with the dirac_delta function but didn't get the results that I need. In the end, I need to be able to plot and calculate functions that are multiplied with a dirac comb like http://upload.wikimedia.org/wikipedia/commons/6/6a/Dirac-comb_-_Sampling.png But I didn't find out how to do

Re: [sage-support] Re: loading files

2010-06-12 Thread Tobias Katz
ror: argument > (='\ > ') to load or attach must have extension py, sage, or pyx > > But our program does have the extension sage. So I'm not sure why it > is telling me this. > > - Amelia > > On Jun 12, 1:28 am, Tobias Katz wrote: >> Hi Amelia, &

Re: [sage-support] loading files

2010-06-12 Thread Tobias Katz
Hi Amelia, How did you try to load the file? I guess you are using the notebook. There it is possible to load a file with load(''). If you are using the command line version you can also use run or run -i for running your script in the actual namespace. Cheers.. On 06/12/2010 06:07 AM, atay

Re: [sage-support] Re: Convolution and sine integral

2010-05-19 Thread Tobias Katz
isman wrote: > > > On May 19, 7:41 am, David Joyner wrote: >> On Wed, May 19, 2010 at 6:46 AM, Tobias Katz wrote: >>> Hi, >>> I am trying to use sage for signal analysis and didn't find a solution >>> to perform symbolic convolution. Is there a wa

[sage-support] Convolution and sine integral

2010-05-19 Thread Tobias Katz
Hi, I am trying to use sage for signal analysis and didn't find a solution to perform symbolic convolution. Is there a way to do this? Has anybody done something similar in sage before? Is there a way to work with the sine integral? I tried to get it by integrating a sinc-function but I didn't get

Re: [sage-support] PyQt on Sage 4.4 doesn't 'make'

2010-05-04 Thread Tobias Katz
Hi, My problem is already solved. I had to install the 'libxext-dev' package on my ubuntu for some reason. Tobias On 05/04/2010 06:20 PM, tk wrote: > Hi, > does anybody know how I can install PyQt4-4.6.2 on Sage 4.4.1? > I first installed sip-4.9.3 (both spkg) and then after a while of > compili

[sage-support] substitute_function()

2010-03-30 Thread Tobias Katz
When I use substitute_function to declare a function within an existing equation, I get the following message: DeprecationWarning: Substitution using function-call syntax and unnamed arguments is deprecated and will be removed from a future release of Sage; you can use named arguments instead, lik

Re: [sage-support] scipy+sympy=?

2010-03-26 Thread Tobias Katz
Hi, I think you are getting trouble because you are mixing two namespaces. If you separate both packages, for example like this: import sympy as sp import scipy as sc you can choose which namespace you want to pick a function from by saying: f=sp.Function("f") x=sp.Symbol('x') eqn=sp.diff(f(

Re: [sage-support] substitute_function - but?

2010-03-23 Thread Tobias Katz
Thanks, solved my problem! Cheers, tobi On Tue, 23 Mar 2010 13:49:46 +0100 Burcin Erocal wrote: > On Tue, 23 Mar 2010 05:07:05 -0700 (PDT) > tk wrote: > > > I tried to do some calculations and used a self-defined function. > > After that, I wanted to change it to another function like sin