What is eval? It looks like a list of eigenvalues, rather than a single one. Could you show how it is computed?
On Wed, Oct 17, 2012 at 4:55 PM, Eric Kangas <[email protected]>wrote: > Of course complex. > > Here is what happens when I try using the embeddings() function: > > sage: eval[0].embeddings(CC) > > --------------------------------------------------------------------------- > AttributeError Traceback (most recent call last) > > /home/nooniensoong97/<ipython console> in <module>() > > /home/nooniensoong97/programs/sage-4.7.2/local/lib/python2.6/site-packages/sage/structure/sequence.pyc > in __getattr__(self, name) > 922 return self.__universe > 923 else: > --> 924 raise AttributeError("'Sequence_generic' object has no attribute > '%s'"%name) > 925 seq = Sequence > 926 > > AttributeError: 'Sequence_generic' object has no attribute 'embeddings' > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > Visit this group at http://groups.google.com/group/sage-support?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en.
