Neha,

You can use ApplicableMethod to find which function will be run from an 
operation.  You have to pass it the argument list, in this case just a list of 
the algebra you are interested in. For example

Display(ApplicableMethod(RadicalOfAlgebra,[QuaternionAlgebra(Rationals)]));

will show the function that will be used first when called on the quaternion 
algebra over the rationals. ApplicableMethod can also tell you much more, but 
that's left as an exercise to the interested reader. :-)

-Ivan

On Nov 4, 2011, at 10:14 AM, Neha Makhijani wrote:

> Hello,
> 
> Could you please tell me as to where can I find the code for the standard
> RadicalOfAlgebra method in GAP?? I wanted to see the theory behind how it
> computes the radical as I could not find a detailed documentation for it.
> 
> Thanks in advance!
> 
> Neha
> _______________________________________________
> Forum mailing list
> Forum@mail.gap-system.org
> http://mail.gap-system.org/mailman/listinfo/forum


_______________________________________________
Forum mailing list
Forum@mail.gap-system.org
http://mail.gap-system.org/mailman/listinfo/forum

Reply via email to