Hi,

I tried to define ComplexConjugate function for octonions - see below.
In this <conj> is my function for conjugating the octonion.

gap> ComplexConjugate:=function(o) return conj(o); end;
Variable: 'ComplexConjugate' is read only

I would like to use <ReflectionMat> function which use
<ComplexConjugate>. Is there way in GAP to overload standard
<ComplexConjugate> function, so it works also for my octonions ?

The workaround would be to copy function from lib/matrix.gi and modify
but it is less convenient.

Regards,
Marek

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

Reply via email to