Hi,

I want to make my computer understand this simple sentence using TextBlob 
for part-of-speech tagging and Sympy for doing concrete math.

"Let F be a finite field."

However, Sympy seems to want a number of elements specified.  So How would 
I abstract away from the library to handle abstract algebra more readily?

I was thinking create my own class FiniteField : Field that would return a 
sympy object:

class FiniteField(Field):
      def concrete_example(num_elems):
            return a sympy object



-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/0124a5a1-07b1-4e96-9f42-98576847d806%40googlegroups.com.

Reply via email to