What sorts of operations would you want to do with F?

Aaron Meurer

On Sat, Mar 14, 2020 at 10:37 PM Luna Tuna <[email protected]> wrote:
>
> 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.

-- 
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/CAKgW%3D6J%3D8cr_oXs%3D%3Dqx3oCsuiNh2yQB4XEjE5ajBjV7P3B7K%2Bw%40mail.gmail.com.

Reply via email to