I get the following: a = FFT(4) a[1] = 2 a.forward_transform()
Everything works fine up to here. Then, when I do this: a.backward_transform() a I get: NameError: name 'a' is not defined Any ideas? Joal Heagney -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org