9
$\begingroup$

I'm trying to learn to use MAGMA for research in group theory, but it's been slow going. I've been using the MAGMA handbook provided online, but it's rather hard to learn with. I feel like it's hard to find anything in the handbook unless you already know what to look for.

Anyone know any good resources for learning MAGMA?

2 Answers 2

8

The search function on the MAGMA website is pretty terrible. It is better to use google with the "site:..." function. E.g. try

site:http://magma.maths.usyd.edu.au/magma/handbook/ p-core 

in google, and compare with the result of entering the word p-core in the magma search.

Apart from that, the only way I know of learning magma is from people who already know it and are good at it. In your magma installation, you can view a lot of the source code, and a lot of it is itself written in magma (the very core is written in C). Apart from that, try to find somebody who uses magma on a regular basis and who you can talk to whenever you have a specific question.

4

There are some notes here: http://web.mat.bham.ac.uk/D.A.Craven/magma.html from a course of lectures on Magma that may be helpful.

  • 0
    These are great. Thanks.2012-10-09