/* find the image of the allowable subgroup having supplied label under
the action of automorphism; compute and return its label */
int
find_image(int label, int **auts, struct pga_vars *pga, struct pcp_vars *pcp)
{
int index;
int **A;
int **Image, **Image_transpose;
int **S, **S_transpose;
int *subset;
int K;
subset = allocate_vector(pga->s, 0, 0);
A = allocate_matrix(pga->q, pga->q, 0, FALSE);
assemble_matrix(A, pga->q, auts, pcp);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.