If GAP computes large output it will be shortenend by ( [...] ). How can I display the whole output?
Unfortunately I have not found an answer yet.
Thanks!
If GAP computes large output it will be shortenend by ( [...] ). How can I display the whole output?
Unfortunately I have not found an answer yet.
Thanks!
GAP has several kinds of printing functions: Results returned from the command line are processed by `View' (which as you noted shortens large permutations -- this is to avoid filling up the screen with data one typically does not need to see explicitly).
If you call `Print' on your result, for example
you get the full gory output.