| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
FunctionQuotient
(
any R,
nof(any) a
)
->
any Q,
map() m
Optional Arguments
DescriptionExamplesa := FreeAbelianGroup(3);Quotient(a,3*a.1,4*a.2,2*a.3,rec(Results:=2));
a := FreeAbelianGroup(2);s := Sub(a,2*a.1,7*a.2); q := Quotient(a,s);
Quotient(pAdicRing(3,20),3^6);
| |||||||||||||
Built:
Mon Nov 14 21:12:39 UTC 2005 on mackThe KANT Group |