I need to call the Suzuki Sporadic group in Sage. I found the following command in the documentation.
G = groups.permutation.SuzukiSporadic()
This gives me a GAPError so I tried similar commands, but they all give me an error.
I need to call the Suzuki Sporadic group in Sage. I found the following command in the documentation.
G = groups.permutation.SuzukiSporadic()
This gives me a GAPError so I tried similar commands, but they all give me an error.
Copyright © 2021 JogjaFile Inc.
You need to install the optional
gap_packagesSage package. If you look at the documentation forgroups.permutation.SuzukiSporadic(), you should see:The part after the command "optional -gap_packages ..." is the clue.
How to actually install that package may depend on how you've installed Sage. Running
sage -i gap_packagesormake gap_packagesfrom the top-level Sage directory should do it. But this is not a math question anymore (if it was at all), so please direct inquiries about installation to the sage-support Google group or to ask.sagemath.org.