Hi Neven, On 07.10.21 22:30, Neven Sajko wrote: > I'm playing around with the Guess packages, but when I wanted to try > out GuessFinite I got errors like this: > GuessFinite(InnerFiniteField(2,1)) is not a valid type. > or > GuessFinite(FiniteField(2,1)) is not a valid type. > when I give a command such as this to the fricas prompt: > GuessFinite(InnerFiniteField(2, 1)) > > The situation is the same with both 1.3.7 and the latest Git commit > (30fb98da5db8ea3cd66). > > Regards, > Neven
When I look at https://fricas.github.io/api/GuessFinite.html?highlight=guessfinite I see F: Join(FiniteFieldCategory, ConvertibleTo Integer) But neither InnerFiniteField(2, 1) nor FiniteField(2, 1) match the category ConvertibleTo(Integer). However, PrimeField(2) does. Maybe it's enough for you. Ralf -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" 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/fricas-devel/d357ed44-be05-6599-2d43-f432bc2ea483%40hemmecke.org.
