[GAP Forum] RadicalOfAlgebra

Ivan Andrus darthandrus at gmail.com
Fri Nov 4 17:11:01 GMT 2011


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 at mail.gap-system.org
> http://mail.gap-system.org/mailman/listinfo/forum




More information about the Forum mailing list