home *** CD-ROM | disk | FTP | other *** search
/ Math Solutions 1995 October / Math_Solutions_CD-ROM_Walnut_Creek_October_1995.iso / pc / mac / discrete / doc / manual.idx < prev    next >
Encoding:
Text File  |  1993-05-05  |  72.3 KB  |  2,906 lines

  1. % aboutgap.tex
  2. % 1
  3. \indexentry{About GAP}{41}
  4. % 2
  5. \indexentry{About Conventions}{42}
  6. % 2
  7. \indexentry{About Starting and Leaving GAP}{42}
  8. % 2
  9. \indexentry{About First Steps}{43}
  10. % 2
  11. \indexentry{About Syntax Errors}{43}
  12. % 2
  13. \indexentry{About Constants and Operators}{44}
  14. % 2
  15. \indexentry{About Variables and Assignments}{46}
  16. % 2
  17. \indexentry{About Functions}{48}
  18. % 2
  19. \indexentry{About Lists}{49}
  20. % 2
  21. \indexentry{About Identical Lists}{51}
  22. % 2
  23. \indexentry{About Sets}{52}
  24. % 2
  25. \indexentry{About Vectors and Matrices}{54}
  26. % 2
  27. \indexentry{About Records}{55}
  28. % 2
  29. \indexentry{About Ranges}{56}
  30. % 2
  31. \indexentry{About Loops}{57}
  32. % 2
  33. \indexentry{About Further List Operations}{59}
  34. % 2
  35. \indexentry{About Writing Functions}{60}
  36. % 2
  37. \indexentry{About Groups}{64}
  38. % 2
  39. \indexentry{About Operations of Groups}{72}
  40. % 2
  41. \indexentry{About Fields}{80}
  42. % 2
  43. \indexentry{About Matrix Groups}{84}
  44. % 2
  45. \indexentry{About Domains and Categories}{85}
  46. % 2
  47. \indexentry{About Mappings and Homomorphisms}{93}
  48. % 2
  49. \indexentry{About Character Tables}{98}
  50. % 2
  51. \indexentry{About Group Libraries}{113}
  52. % 2
  53. \indexentry{About the Implementation of Domains}{117}
  54. % 2
  55. \indexentry{About Defining New Domains}{127}
  56. % 2
  57. \indexentry{About Defining New Parametrized Domains}{135}
  58. % 2
  59. \indexentry{About Defining New Group Elements}{139}
  60. % language.tex
  61. % 1
  62. \indexentry{The Programming Language}{155}
  63. % 2
  64. \indexentry{Lexical Structure}{156}
  65. % 2
  66. \indexentry{Symbols}{156}
  67. % 2
  68. \indexentry{Whitespaces}{157}
  69. \indexentry{space}{157}
  70. \indexentry{blank}{157}
  71. \indexentry{tabulator}{157}
  72. \indexentry{newline}{157}
  73. \indexentry{comments}{157}
  74. % 2
  75. \indexentry{Keywords}{158}
  76. % 2
  77. \indexentry{Identifiers}{158}
  78. % 2
  79. \indexentry{Expressions}{158}
  80. \indexentry{evaluation}{158}
  81. % 2
  82. \indexentry{Variables}{159}
  83. \indexentry{scope}{159}
  84. \indexentry{bound}{159}
  85. % 2
  86. \indexentry{Function Calls}{160}
  87. % 2
  88. \indexentry{Comparisons}{161}
  89. % 2
  90. \indexentry{Operations}{162}
  91. \indexentry{precedence}{162}
  92. \indexentry{associativity}{162}
  93. % 2
  94. \indexentry{Statements}{162}
  95. \indexentry{execution}{162}
  96. % 2
  97. \indexentry{Assignments}{163}
  98. \indexentry{assignment!variable}{163}
  99. % 2
  100. \indexentry{Procedure Calls}{164}
  101. % 2
  102. \indexentry{If}{164}
  103. \indexentry{if}{164}
  104. \indexentry{if statement}{164}
  105. \indexentry{fi}{164}
  106. \indexentry{then}{164}
  107. \indexentry{else}{164}
  108. \indexentry{elif}{164}
  109. % 2
  110. \indexentry{While}{165}
  111. \indexentry{while}{165}
  112. \indexentry{while loop}{165}
  113. \indexentry{loop!while}{165}
  114. % 2
  115. \indexentry{Repeat}{165}
  116. \indexentry{repeat}{165}
  117. \indexentry{repeat loop}{165}
  118. \indexentry{loop!repeat}{165}
  119. \indexentry{until}{165}
  120. % 2
  121. \indexentry{For}{166}
  122. \indexentry{for}{166}
  123. \indexentry{for loop}{166}
  124. \indexentry{loop!for}{166}
  125. \indexentry{do}{166}
  126. \indexentry{od}{166}
  127. % 2
  128. \indexentry{Functions}{167}
  129. \indexentry{function}{167}
  130. \indexentry{end}{167}
  131. \indexentry{local}{167}
  132. \indexentry{recursion}{167}
  133. \indexentry{recursive functions}{167}
  134. \indexentry{environment}{167}
  135. \indexentry{body}{167}
  136. % 2
  137. \indexentry{Return}{169}
  138. \indexentry{return}{169}
  139. % 2
  140. \indexentry{The Syntax in BNF}{169}
  141. \indexentry{BNF}{169}
  142. % environm.tex
  143. % 1
  144. \indexentry{Environment}{173}
  145. % 2
  146. \indexentry{Main Loop}{173}
  147. \indexentry{read eval print loop}{173}
  148. \indexentry{loop!read eval print}{173}
  149. \indexentry{prompt}{173}
  150. \indexentry{prompt!partial}{173}
  151. \indexentry{syntax errors}{173}
  152. \indexentry{errors!syntax}{173}
  153. \indexentry{output!suppressing}{173}
  154. \indexentry{last}{173}
  155. \indexentry{previous result}{173}
  156. % 2
  157. \indexentry{Break Loops}{175}
  158. % 2
  159. \indexentry{Error}{175}
  160. % 2
  161. \indexentry{Line Editing}{175}
  162. % 2
  163. \indexentry{Help}{177}
  164. % 2
  165. \indexentry{Reading Sections}{177}
  166. \indexentry{help!scrolling}{177}
  167. % 2
  168. \indexentry{Format of Sections}{177}
  169. \indexentry{help!format}{177}
  170. % 2
  171. \indexentry{Browsing through the Sections}{178}
  172. \indexentry{help!browsing}{178}
  173. % 2
  174. \indexentry{Redisplaying a Section}{179}
  175. \indexentry{help!redisplaying}{179}
  176. % 2
  177. \indexentry{Abbreviating Section Names}{179}
  178. \indexentry{help!abbreviating}{179}
  179. % 2
  180. \indexentry{Help Index}{179}
  181. \indexentry{help!index}{179}
  182. % 2
  183. \indexentry{Read}{180}
  184. \indexentry{read!a file}{180}
  185. \indexentry{load!a file}{180}
  186. \indexentry{file!read a}{180}
  187. \indexentry{file!load a}{180}
  188. % 2
  189. \indexentry{ReadLib}{181}
  190. \indexentry{read!a library file}{181}
  191. \indexentry{load!a library file}{181}
  192. \indexentry{file!read a library}{181}
  193. \indexentry{file!load a library}{181}
  194. % 2
  195. \indexentry{Print}{181}
  196. % 2
  197. \indexentry{PrintTo}{181}
  198. \indexentry{print!to a file}{181}
  199. \indexentry{file!print to a}{181}
  200. % 2
  201. \indexentry{AppendTo}{182}
  202. \indexentry{append!to a file}{182}
  203. \indexentry{file!append to a}{182}
  204. % 2
  205. \indexentry{LogTo}{182}
  206. \indexentry{log!to a file}{182}
  207. \indexentry{file!log to a}{182}
  208. % 2
  209. \indexentry{SizeScreen}{182}
  210. % 2
  211. \indexentry{Runtime}{182}
  212. % 2
  213. \indexentry{Profile}{182}
  214. % 2
  215. \indexentry{Exec}{183}
  216. % 2
  217. \indexentry{Edit}{184}
  218. % domain.tex
  219. % 1
  220. \indexentry{Domains}{185}
  221. % 2
  222. \indexentry{Domain Records}{186}
  223. % 2
  224. \indexentry{Dispatchers}{186}
  225. \indexentry{operations record}{186}
  226. \indexentry{record!operations}{186}
  227. \indexentry{dispatcher functions}{186}
  228. \indexentry{default functions}{186}
  229. % 2
  230. \indexentry{More about Dispatchers}{187}
  231. % 2
  232. \indexentry{An Example of a Computation in a Domain}{188}
  233. % 2
  234. \indexentry{Domain}{189}
  235. % 2
  236. \indexentry{Elements}{190}
  237. \indexentry{elements!of a domain}{190}
  238. % 2
  239. \indexentry{Comparisons of Domains}{190}
  240. % 2
  241. \indexentry{Membership Test for Domains}{192}
  242. \indexentry{in!for domains}{192}
  243. \indexentry{membership test!for domains}{192}
  244. % 2
  245. \indexentry{IsFinite}{192}
  246. \indexentry{finiteness test!for domains}{192}
  247. % 2
  248. \indexentry{Size}{193}
  249. \indexentry{size!of a domain}{193}
  250. % 2
  251. \indexentry{IsSubset}{193}
  252. \indexentry{subset test!for domains}{193}
  253. % 2
  254. \indexentry{Intersection}{193}
  255. \indexentry{intersection!of domains}{193}
  256. % 2
  257. \indexentry{Union}{194}
  258. \indexentry{union!of domains}{194}
  259. % 2
  260. \indexentry{Difference}{195}
  261. \indexentry{set difference!of domains}{195}
  262. % 2
  263. \indexentry{Representative}{196}
  264. \indexentry{representative!of a domain}{196}
  265. % 2
  266. \indexentry{Random}{196}
  267. \indexentry{random element!of a domain}{196}
  268. % ring.tex
  269. % 1
  270. \indexentry{Rings}{199}
  271. % 2
  272. \indexentry{IsRing}{199}
  273. % 2
  274. \indexentry{Ring}{200}
  275. % 2
  276. \indexentry{DefaultRing}{200}
  277. % 2
  278. \indexentry{Comparisons of Ring Elements}{201}
  279. % 2
  280. \indexentry{Operations for Ring Elements}{201}
  281. % 2
  282. \indexentry{Quotient}{202}
  283. % 2
  284. \indexentry{IsCommutativeRing}{202}
  285. % 2
  286. \indexentry{IsIntegralRing}{202}
  287. % 2
  288. \indexentry{IsUniqueFactorizationRing}{203}
  289. % 2
  290. \indexentry{IsEuclideanRing}{203}
  291. % 2
  292. \indexentry{IsUnit}{204}
  293. % 2
  294. \indexentry{Units}{204}
  295. % 2
  296. \indexentry{IsAssociated}{204}
  297. % 2
  298. \indexentry{StandardAssociate}{205}
  299. % 2
  300. \indexentry{Associates}{205}
  301. % 2
  302. \indexentry{IsIrreducible}{206}
  303. % 2
  304. \indexentry{IsPrime}{206}
  305. % 2
  306. \indexentry{Factors}{206}
  307. % 2
  308. \indexentry{EuclideanDegree}{207}
  309. % 2
  310. \indexentry{Mod}{207}
  311. % 2
  312. \indexentry{QuotientMod}{208}
  313. % 2
  314. \indexentry{PowerMod}{208}
  315. % 2
  316. \indexentry{Gcd}{209}
  317. % 2
  318. \indexentry{GcdRepresentation}{209}
  319. % 2
  320. \indexentry{Lcm}{210}
  321. % 2
  322. \indexentry{Ring Records}{210}
  323. % field.tex
  324. % 1
  325. \indexentry{Fields}{213}
  326. % 2
  327. \indexentry{IsField}{213}
  328. % 2
  329. \indexentry{Field}{214}
  330. % 2
  331. \indexentry{DefaultField}{214}
  332. % 2
  333. \indexentry{Fields over Subfields}{215}
  334. % 2
  335. \indexentry{Comparisons of Field Elements}{215}
  336. % 2
  337. \indexentry{Operations for Field Elements}{216}
  338. % 2
  339. \indexentry{GaloisGroup}{216}
  340. \indexentry{Galois group!of a field}{216}
  341. \indexentry{automorphism group!of a field}{216}
  342. % 2
  343. \indexentry{Conjugates}{217}
  344. \indexentry{Galois conjugates!of a field element}{217}
  345. \indexentry{conjugates!of a field element, Galois}{217}
  346. % 2
  347. \indexentry{Norm}{218}
  348. \indexentry{norm!of a field element}{218}
  349. % 2
  350. \indexentry{Trace}{218}
  351. \indexentry{trace!of a field element}{218}
  352. % 2
  353. \indexentry{CharPol}{218}
  354. \indexentry{characteristic polynom!of a field element}{218}
  355. % 2
  356. \indexentry{MinPol}{219}
  357. \indexentry{minimal polynom!of a field element}{219}
  358. % 2
  359. \indexentry{Field Homomorphisms}{220}
  360. \indexentry{homomorphisms!of fields}{220}
  361. % 2
  362. \indexentry{IsFieldHomomorphism}{220}
  363. \indexentry{IsHomomorphism!for fields}{220}
  364. % 2
  365. \indexentry{KernelFieldHomomorphism}{221}
  366. \indexentry{Kernel!for fields}{221}
  367. % 2
  368. \indexentry{Mapping Functions for Field Homomorphisms}{221}
  369. \indexentry{IsInjective!for field homomorphisms}{221}
  370. \indexentry{IsSurjective!for field homomorphisms}{221}
  371. \indexentry{equality!for field homomorphisms}{221}
  372. \indexentry{Image!for field homomorphisms}{221}
  373. \indexentry{Images!for field homomorphisms}{221}
  374. \indexentry{PreImage!for field homomorphisms}{221}
  375. \indexentry{PreImages!for field homomorphisms}{221}
  376. % 2
  377. \indexentry{Field Records}{222}
  378. % group.tex
  379. % 1
  380. \indexentry{Groups}{223}
  381. % 2
  382. \indexentry{Group Elements}{223}
  383. % 2
  384. \indexentry{Comparisons of Group Elements}{224}
  385. \indexentry{equality!of group elements}{224}
  386. \indexentry{ordering!of group elements}{224}
  387. % 2
  388. \indexentry{Operations for Group Elements}{224}
  389. \indexentry{product!of group elements}{224}
  390. \indexentry{product!of list and group element}{224}
  391. \indexentry{quotient!of group elements}{224}
  392. \indexentry{quotient!of list and group element}{224}
  393. \indexentry{power!of group elements}{224}
  394. \indexentry{conjugate!of a group element}{224}
  395. \indexentry{Comm!for group elements}{224}
  396. \indexentry{LeftQuotient!for group elements}{224}
  397. % 2
  398. \indexentry{IsGroupElement}{225}
  399. \indexentry{test!for group element}{225}
  400. % 2
  401. \indexentry{Order}{225}
  402. \indexentry{order!of a group element}{225}
  403. % 2
  404. \indexentry{More about Groups and Subgroups}{225}
  405. % 2
  406. \indexentry{IsParent}{227}
  407. % 2
  408. \indexentry{Parent}{227}
  409. % 2
  410. \indexentry{Group}{227}
  411. % 2
  412. \indexentry{AsGroup}{228}
  413. % 2
  414. \indexentry{IsGroup}{229}
  415. % 2
  416. \indexentry{Subgroup}{229}
  417. % 2
  418. \indexentry{AsSubgroup}{229}
  419. % 2
  420. \indexentry{Subgroups}{230}
  421. % 2
  422. \indexentry{Centralizer}{230}
  423. % 2
  424. \indexentry{Centre}{231}
  425. % 2
  426. \indexentry{Closure}{231}
  427. % 2
  428. \indexentry{CommutatorSubgroup}{232}
  429. % 2
  430. \indexentry{ConjugateSubgroup}{232}
  431. % 2
  432. \indexentry{Core}{233}
  433. % 2
  434. \indexentry{DerivedSubgroup}{233}
  435. % 2
  436. \indexentry{FittingSubgroup}{234}
  437. % 2
  438. \indexentry{NormalClosure}{234}
  439. % 2
  440. \indexentry{NormalIntersection}{234}
  441. % 2
  442. \indexentry{Normalizer}{235}
  443. % 2
  444. \indexentry{PCore}{235}
  445. % 2
  446. \indexentry{Radical}{235}
  447. % 2
  448. \indexentry{SylowSubgroup}{236}
  449. % 2
  450. \indexentry{TrivialSubgroup}{236}
  451. % 2
  452. \indexentry{FactorGroup}{236}
  453. % 2
  454. \indexentry{FactorGroupElement}{237}
  455. % 2
  456. \indexentry{CommutatorFactorGroup}{237}
  457. % 2
  458. \indexentry{Series of Subgroups}{238}
  459. % 2
  460. \indexentry{DerivedSeries}{238}
  461. % 2
  462. \indexentry{CompositionSeries}{238}
  463. % 2
  464. \indexentry{ElementaryAbelianSeries}{239}
  465. % 2
  466. \indexentry{LowerCentralSeries}{239}
  467. % 2
  468. \indexentry{PCentralSeries}{239}
  469. % 2
  470. \indexentry{SubnormalSeries}{240}
  471. % 2
  472. \indexentry{UpperCentralSeries}{240}
  473. % 2
  474. \indexentry{Properties and Property Tests}{241}
  475. % 2
  476. \indexentry{AbelianInvariants}{241}
  477. % 2
  478. \indexentry{Exponent}{241}
  479. % 2
  480. \indexentry{Factorization}{242}
  481. % 2
  482. \indexentry{Index}{242}
  483. % 2
  484. \indexentry{IsAbelian}{242}
  485. % 2
  486. \indexentry{IsCentral}{243}
  487. % 2
  488. \indexentry{IsConjugate}{243}
  489. % 2
  490. \indexentry{IsCyclic}{243}
  491. % 2
  492. \indexentry{IsElementaryAbelian}{244}
  493. % 2
  494. \indexentry{IsNilpotent}{244}
  495. % 2
  496. \indexentry{IsNormal}{245}
  497. % 2
  498. \indexentry{IsPerfect}{245}
  499. % 2
  500. \indexentry{IsSimple}{245}
  501. % 2
  502. \indexentry{IsSolvable}{246}
  503. % 2
  504. \indexentry{IsSubgroup}{246}
  505. % 2
  506. \indexentry{IsSubnormal}{247}
  507. % 2
  508. \indexentry{IsTrivial for Groups}{247}
  509. \indexentry{IsTrivial!for groups}{247}
  510. % 2
  511. \indexentry{Conjugacy Classes}{247}
  512. % 2
  513. \indexentry{ConjugacyClasses}{247}
  514. % 2
  515. \indexentry{ConjugacyClass}{248}
  516. % 2
  517. \indexentry{IsConjugacyClass}{248}
  518. % 2
  519. \indexentry{Set Functions for Conjugacy Classes}{249}
  520. \indexentry{Elements!for Conjugacy Classes}{249}
  521. \indexentry{Size!for Conjugacy Classes}{249}
  522. \indexentry{in!for Conjugacy Classes}{249}
  523. \indexentry{Random!for Conjugacy Classes}{249}
  524. % 2
  525. \indexentry{Conjugacy Class Records}{249}
  526. % 2
  527. \indexentry{ConjugacyClassesSubgroups}{250}
  528. % 2
  529. \indexentry{Lattice}{251}
  530. \indexentry{SetPrintLevel}{253}
  531. \indexentry{PrintClassSubgroupLattice}{255}
  532. \indexentry{InfoLattice1}{256}
  533. \indexentry{PrintClassSubgroupLattice}{256}
  534. \indexentry{SetPrintLevel}{256}
  535. % 2
  536. \indexentry{ConjugacyClassSubgroups}{256}
  537. % 2
  538. \indexentry{IsConjugacyClassSubgroups}{257}
  539. % 2
  540. \indexentry{Set Functions for Subgroup Conjugacy Classes}{257}
  541. \indexentry{Elements!for conjugacy classes of subgroups}{257}
  542. \indexentry{in!for conjugacy classes of subgroups}{257}
  543. \indexentry{Size!for conjugacy classes of subgroups}{257}
  544. % 2
  545. \indexentry{Subgroup Conjugacy Class Records}{258}
  546. % 2
  547. \indexentry{ConjugateSubgroups}{258}
  548. % 2
  549. \indexentry{Cosets of Subgroups}{259}
  550. % 2
  551. \indexentry{RightCosets}{259}
  552. \indexentry{cosets!right}{259}
  553. % 2
  554. \indexentry{RightCoset}{260}
  555. \indexentry{Coset}{260}
  556. \indexentry{coset!right}{260}
  557. % 2
  558. \indexentry{IsRightCoset}{260}
  559. \indexentry{IsCoset}{260}
  560. \indexentry{coset!right}{260}
  561. % 2
  562. \indexentry{Set Functions for Right Cosets}{260}
  563. \indexentry{Elements!for right cosets}{260}
  564. \indexentry{IsFinite!for right cosets}{260}
  565. \indexentry{Size!for right cosets}{260}
  566. \indexentry{comparison!of right cosets}{260}
  567. \indexentry{Intersection!for right cosets}{260}
  568. \indexentry{Random!for right cosets}{260}
  569. \indexentry{Print!for right cosets}{260}
  570. \indexentry{product!for right cosets}{260}
  571. \indexentry{RightCosetGroupOps}{260}
  572. % 2
  573. \indexentry{Right Cosets Records}{262}
  574. \indexentry{domain record!for right cosets}{262}
  575. % 2
  576. \indexentry{LeftCosets}{262}
  577. \indexentry{cosets!left}{262}
  578. % 2
  579. \indexentry{LeftCoset}{263}
  580. \indexentry{coset!left}{263}
  581. % 2
  582. \indexentry{IsLeftCoset}{263}
  583. \indexentry{coset!left}{263}
  584. % 2
  585. \indexentry{DoubleCosets}{264}
  586. \indexentry{cosets!double}{264}
  587. % 2
  588. \indexentry{DoubleCoset}{264}
  589. \indexentry{coset!double}{264}
  590. % 2
  591. \indexentry{IsDoubleCoset}{264}
  592. \indexentry{coset!double}{264}
  593. % 2
  594. \indexentry{Set Functions for Double Cosets}{265}
  595. \indexentry{Elements!for double cosets}{265}
  596. \indexentry{IsFinite!for double cosets}{265}
  597. \indexentry{Size!for double cosets}{265}
  598. \indexentry{comparison!of double cosets}{265}
  599. \indexentry{Intersection!for double cosets}{265}
  600. \indexentry{Random!for double cosets}{265}
  601. \indexentry{Print!for double cosets}{265}
  602. \indexentry{product!for double cosets}{265}
  603. \indexentry{DoubleCosetGroupOps}{265}
  604. % 2
  605. \indexentry{Double Coset Records}{266}
  606. % 2
  607. \indexentry{Group Constructions}{267}
  608. % 2
  609. \indexentry{DirectProduct}{267}
  610. \indexentry{Embedding!into direct products}{267}
  611. \indexentry{Projection!onto component of direct products}{267}
  612. % 2
  613. \indexentry{DirectProduct for Groups}{267}
  614. \indexentry{DirectProduct!for groups}{267}
  615. % 2
  616. \indexentry{SemidirectProduct}{268}
  617. \indexentry{Embedding!into semidirect products}{268}
  618. \indexentry{Projection!onto component of semidirect products}{268}
  619. % 2
  620. \indexentry{SemidirectProduct for Groups}{269}
  621. \indexentry{SemidirectProduct!for groups}{269}
  622. % 2
  623. \indexentry{SubdirectProduct}{269}
  624. \indexentry{Projection!for subdirect products}{269}
  625. % 2
  626. \indexentry{WreathProduct}{270}
  627. % 2
  628. \indexentry{WreathProduct for Groups}{271}
  629. % 2
  630. \indexentry{Group Homomorphisms}{271}
  631. \indexentry{homomorphisms!of groups}{271}
  632. % 2
  633. \indexentry{IsGroupHomomorphism}{272}
  634. \indexentry{IsHomomorphism!for groups}{272}
  635. % 2
  636. \indexentry{KernelGroupHomomorphism}{272}
  637. \indexentry{Kernel!for groups}{272}
  638. % 2
  639. \indexentry{Mapping Functions for Group Homomorphisms}{273}
  640. \indexentry{IsInjective!for group homomorphisms}{273}
  641. \indexentry{IsSurjective!for group homomorphisms}{273}
  642. \indexentry{equality!of group homomorphisms}{273}
  643. \indexentry{ordering!of group homomorphisms}{273}
  644. \indexentry{Image!for group homomorphisms}{273}
  645. \indexentry{Images!for group homomorphisms}{273}
  646. \indexentry{PreImage!for group homomorphisms}{273}
  647. \indexentry{PreImages!for group homomorphisms}{273}
  648. % 2
  649. \indexentry{NaturalHomomorphism}{274}
  650. \indexentry{group homomorphisms!natural}{274}
  651. \indexentry{homomorphisms!natural, group}{274}
  652. % 2
  653. \indexentry{ConjugationGroupHomomorphism}{275}
  654. \indexentry{group homomorphisms!conjugation}{275}
  655. \indexentry{homomorphisms!conjugation, group}{275}
  656. % 2
  657. \indexentry{InnerAutomorphism}{275}
  658. \indexentry{group homomorphisms!inner}{275}
  659. \indexentry{homomorphisms!inner, group}{275}
  660. % 2
  661. \indexentry{GroupHomomorphismByImages}{276}
  662. \indexentry{group homomorphisms!by images}{276}
  663. \indexentry{homomorphisms!by images, group}{276}
  664. \indexentry{Image!for GroupHomomorphismByImages}{276}
  665. \indexentry{Images!for GroupHomomorphismByImages}{276}
  666. \indexentry{PreImage!for GroupHomomorphismByImages}{276}
  667. \indexentry{PreImages!for GroupHomomorphismByImages}{276}
  668. \indexentry{IsMapping!for GroupHomomorphismByImages}{276}
  669. \indexentry{CompositionMapping!for GroupHomomorphismByImages}{276}
  670. \indexentry{InverseMapping!for GroupHomomorphismByImages}{276}
  671. % 2
  672. \indexentry{Set Functions for Groups}{278}
  673. \indexentry{Elements!for groups}{278}
  674. \indexentry{IsSubset!for groups}{278}
  675. \indexentry{Intersection!for groups}{278}
  676. % 2
  677. \indexentry{Elements for Groups}{278}
  678. % 2
  679. \indexentry{Intersection for Groups}{278}
  680. % 2
  681. \indexentry{Operations for Groups}{279}
  682. \indexentry{operations!for groups}{279}
  683. \indexentry{conjugate!of a group}{279}
  684. \indexentry{membershiptest!for groups}{279}
  685. \indexentry{product!of a group and a group element}{279}
  686. \indexentry{quotient!of groups}{279}
  687. % 2
  688. \indexentry{Group Records}{279}
  689. % operatio.tex
  690. % 1
  691. \indexentry{Operations of Groups}{283}
  692. % 2
  693. \indexentry{Other Operations}{284}
  694. % 2
  695. \indexentry{Cycle}{285}
  696. % 2
  697. \indexentry{CycleLength}{285}
  698. % 2
  699. \indexentry{Cycles}{286}
  700. % 2
  701. \indexentry{CycleLengths}{286}
  702. % 2
  703. \indexentry{Permutation}{287}
  704. % 2
  705. \indexentry{IsFixpoint}{288}
  706. % 2
  707. \indexentry{IsFixpointFree}{288}
  708. % 2
  709. \indexentry{DegreeOperation}{289}
  710. % 2
  711. \indexentry{IsTransitive}{289}
  712. % 2
  713. \indexentry{Transitivity}{290}
  714. % 2
  715. \indexentry{IsRegular}{291}
  716. % 2
  717. \indexentry{IsSemiRegular}{292}
  718. % 2
  719. \indexentry{Orbit}{292}
  720. % 2
  721. \indexentry{OrbitLength}{293}
  722. % 2
  723. \indexentry{Orbits}{294}
  724. % 2
  725. \indexentry{OrbitLengths}{295}
  726. % 2
  727. \indexentry{Operation}{295}
  728. % 2
  729. \indexentry{OperationHomomorphism}{296}
  730. \indexentry{group homomorphisms!operation}{296}
  731. \indexentry{homomorphisms!operation, group}{296}
  732. \indexentry{Image!for OperationHomomorphism}{296}
  733. \indexentry{PreImage!for OperationHomomorphism}{296}
  734. \indexentry{Kernel!for OperationHomomorphism}{296}
  735. % 2
  736. \indexentry{Blocks}{297}
  737. % 2
  738. \indexentry{IsPrimitive}{298}
  739. % 2
  740. \indexentry{Stabilizer}{298}
  741. % 2
  742. \indexentry{RepresentativeOperation}{299}
  743. % 2
  744. \indexentry{RepresentativesOperation}{300}
  745. % 2
  746. \indexentry{IsEquivalentOperation}{301}
  747. % vecspace.tex
  748. % 1
  749. \indexentry{Vector Spaces}{303}
  750. % 2
  751. \indexentry{VectorSpace}{303}
  752. % 2
  753. \indexentry{IsVectorSpace}{304}
  754. % 2
  755. \indexentry{Vector Space Records}{304}
  756. % 2
  757. \indexentry{Set Functions for Vector Spaces}{305}
  758. \indexentry{Elements!for vector spaces}{305}
  759. \indexentry{Size!of vector spaces}{305}
  760. \indexentry{IsFinite!for vector spaces}{305}
  761. \indexentry{Intersection!of vector spaces}{305}
  762. % 2
  763. \indexentry{IsSubspace}{305}
  764. % 2
  765. \indexentry{Base}{305}
  766. \indexentry{Base!of vector space}{305}
  767. % 2
  768. \indexentry{AddBase}{306}
  769. \indexentry{AddBase!for vector space}{306}
  770. % 2
  771. \indexentry{Dimension}{307}
  772. \indexentry{Dimension!of vector space}{307}
  773. % 2
  774. \indexentry{LinearCombination}{307}
  775. \indexentry{LinearCombination!in vector space}{307}
  776. % 2
  777. \indexentry{Coefficients}{308}
  778. \indexentry{Coefficients!in vector space}{308}
  779. % integer.tex
  780. % 1
  781. \indexentry{Integers}{309}
  782. \indexentry{type!integer}{309}
  783. % 2
  784. \indexentry{Comparisons of Integers}{310}
  785. \indexentry{comparisons!of integers}{310}
  786. % 2
  787. \indexentry{Operations for Integers}{310}
  788. \indexentry{operations!for integers}{310}
  789. % 2
  790. \indexentry{QuoInt}{311}
  791. \indexentry{integer part of a quotient}{311}
  792. % 2
  793. \indexentry{RemInt}{311}
  794. \indexentry{remainder of a quotient}{311}
  795. % 2
  796. \indexentry{IsInt}{312}
  797. \indexentry{test!for an integer}{312}
  798. % 2
  799. \indexentry{Int}{312}
  800. \indexentry{convert!to an integer}{312}
  801. % 2
  802. \indexentry{AbsInt}{312}
  803. \indexentry{absolute value of an integer}{312}
  804. % 2
  805. \indexentry{SignInt}{312}
  806. \indexentry{sign!of an integer}{312}
  807. % 2
  808. \indexentry{ChineseRem}{313}
  809. \indexentry{chinese remainder}{313}
  810. % 2
  811. \indexentry{LogInt}{313}
  812. \indexentry{logarithm of an integer}{313}
  813. % 2
  814. \indexentry{RootInt}{313}
  815. \indexentry{root!of an integer}{313}
  816. \indexentry{square root!of an integer}{313}
  817. % 2
  818. \indexentry{SmallestRootInt}{314}
  819. \indexentry{root!of an integer, smallest}{314}
  820. % 2
  821. \indexentry{Set Functions for Integers}{314}
  822. % 2
  823. \indexentry{Ring Functions for Integers}{315}
  824. % 2
  825. \indexentry{Primes}{316}
  826. \indexentry{list!of primes}{316}
  827. % 2
  828. \indexentry{IsPrimeInt}{316}
  829. \indexentry{test!for a prime}{316}
  830. % 2
  831. \indexentry{IsPrimePowerInt}{317}
  832. \indexentry{test!for a power of a prime}{317}
  833. % 2
  834. \indexentry{NextPrimeInt}{317}
  835. \indexentry{larger prime}{317}
  836. % 2
  837. \indexentry{PrevPrimeInt}{317}
  838. \indexentry{smaller prime}{317}
  839. % 2
  840. \indexentry{FactorsInt}{318}
  841. \indexentry{factorization!of an integer}{318}
  842. % 2
  843. \indexentry{DivisorsInt}{318}
  844. \indexentry{divisors!of an integer}{318}
  845. % 2
  846. \indexentry{Sigma}{318}
  847. \indexentry{sum!of divisors of an integer}{318}
  848. \indexentry{mersenne primes}{318}
  849. \indexentry{primes!mersenne}{318}
  850. % 2
  851. \indexentry{Tau}{319}
  852. \indexentry{number!of divisors of an integer}{319}
  853. % 2
  854. \indexentry{MoebiusMu}{319}
  855. \indexentry{Moebius inversion function}{319}
  856. % numtheor.tex
  857. % 1
  858. \indexentry{Number Theory}{321}
  859. \indexentry{prime residue group}{321}
  860. % 2
  861. \indexentry{PrimeResidues}{321}
  862. \indexentry{prime residue group}{321}
  863. % 2
  864. \indexentry{Phi}{322}
  865. \indexentry{Eulers totient function}{322}
  866. \indexentry{prime residue group!order}{322}
  867. \indexentry{order!of the prime residue group}{322}
  868. % 2
  869. \indexentry{Lambda}{322}
  870. \indexentry{Carmichaels lambda function}{322}
  871. \indexentry{prime residue group!exponent}{322}
  872. \indexentry{exponent!of the prime residue group}{322}
  873. % 2
  874. \indexentry{OrderMod}{323}
  875. \indexentry{multiplicative order of an integer}{323}
  876. % 2
  877. \indexentry{IsPrimitiveRootMod}{323}
  878. \indexentry{test!for a primitive root}{323}
  879. \indexentry{prime residue group!generator}{323}
  880. \indexentry{generator!of the prime residue group}{323}
  881. % 2
  882. \indexentry{PrimitiveRootMod}{324}
  883. \indexentry{primitive root modulo an integer}{324}
  884. \indexentry{prime residue group!generator}{324}
  885. \indexentry{generator!of the prime residue group}{324}
  886. % 2
  887. \indexentry{Jacobi}{324}
  888. \indexentry{quadratic residue}{324}
  889. \indexentry{residue!quadratic}{324}
  890. % 2
  891. \indexentry{Legendre}{324}
  892. \indexentry{quadratic residue}{324}
  893. \indexentry{residue!quadratic}{324}
  894. % 2
  895. \indexentry{RootMod}{325}
  896. \indexentry{quadratic residue}{325}
  897. \indexentry{residue!quadratic}{325}
  898. \indexentry{root!of an integer modulo another}{325}
  899. % 2
  900. \indexentry{RootsUnityMod}{325}
  901. \indexentry{modular roots}{325}
  902. \indexentry{root!of 1 modulo an integer}{325}
  903. % rational.tex
  904. % 1
  905. \indexentry{Rationals}{327}
  906. \indexentry{type!rationals}{327}
  907. % 2
  908. \indexentry{IsRat}{327}
  909. \indexentry{test!for a rational}{327}
  910. % 2
  911. \indexentry{Numerator}{328}
  912. \indexentry{numerator!of a rational}{328}
  913. % 2
  914. \indexentry{Denominator}{328}
  915. \indexentry{denominator!of a rational}{328}
  916. % 2
  917. \indexentry{Comparisons of Rationals}{329}
  918. \indexentry{comparisons!of rationals}{329}
  919. % 2
  920. \indexentry{Operations for Rationals}{329}
  921. \indexentry{operations!for rationals}{329}
  922. % 2
  923. \indexentry{Set Functions for Rationals}{330}
  924. % 2
  925. \indexentry{Field Functions for Rationals}{330}
  926. % cyclotom.tex
  927. % 1
  928. \indexentry{Cyclotomics}{331}
  929. \indexentry{type!cyclotomic}{331}
  930. \indexentry{irrationalities}{331}
  931. % 2
  932. \indexentry{More about Cyclotomics}{331}
  933. \indexentry{cyclotomic field elements}{331}
  934. \indexentry{E}{331}
  935. \indexentry{roots of unity}{331}
  936. % 2
  937. \indexentry{Cyclotomic Integers}{332}
  938. % 2
  939. \indexentry{IntCyc}{333}
  940. % 2
  941. \indexentry{RoundCyc}{333}
  942. % 2
  943. \indexentry{IsCyc}{333}
  944. \indexentry{test!for a cyclotomic}{333}
  945. % 2
  946. \indexentry{IsCycInt}{333}
  947. \indexentry{test!for a cyclotomic integer}{333}
  948. % 2
  949. \indexentry{NofCyc}{334}
  950. % 2
  951. \indexentry{CoeffsCyc}{334}
  952. \indexentry{coefficients!for cyclotomics}{334}
  953. % 2
  954. \indexentry{Comparisons of Cyclotomics}{334}
  955. \indexentry{operators!for cyclotomics}{334}
  956. % 2
  957. \indexentry{Operations for Cyclotomics}{335}
  958. \indexentry{operators!for cyclotomics}{335}
  959. % 2
  960. \indexentry{GaloisCyc}{335}
  961. \indexentry{galois conjugation}{335}
  962. \indexentry{galois automorphism}{335}
  963. % 2
  964. \indexentry{ATLAS irrationalities}{336}
  965. \indexentry{$b_N$}{336}
  966. \indexentry{$c_N$}{336}
  967. \indexentry{$d_N$}{336}
  968. \indexentry{$e_N$}{336}
  969. \indexentry{$f_N$}{336}
  970. \indexentry{$g_N$}{336}
  971. \indexentry{$h_N$}{336}
  972. \indexentry{$i_N$}{336}
  973. \indexentry{$j_N$}{336}
  974. \indexentry{$k_N$}{336}
  975. \indexentry{$l_N$}{336}
  976. \indexentry{$m_N$}{336}
  977. \indexentry{$r_N$}{336}
  978. \indexentry{$s_N$}{336}
  979. \indexentry{$t_N$}{336}
  980. \indexentry{$u_N$}{336}
  981. \indexentry{$v_N$}{336}
  982. \indexentry{$w_N$}{336}
  983. \indexentry{$x_N$}{336}
  984. \indexentry{$y_N$}{336}
  985. \indexentry{$n_k$}{336}
  986. \indexentry{atomic irrationalities}{336}
  987. \indexentry{EB}{336}
  988. \indexentry{EC}{336}
  989. \indexentry{ED}{336}
  990. \indexentry{EE}{336}
  991. \indexentry{EF}{336}
  992. \indexentry{EG}{336}
  993. \indexentry{EH}{336}
  994. \indexentry{EI}{336}
  995. \indexentry{EJ}{336}
  996. \indexentry{EK}{336}
  997. \indexentry{EL}{336}
  998. \indexentry{EM}{336}
  999. \indexentry{ER}{336}
  1000. \indexentry{ES}{336}
  1001. \indexentry{ET}{336}
  1002. \indexentry{EU}{336}
  1003. \indexentry{EV}{336}
  1004. \indexentry{EW}{336}
  1005. \indexentry{EX}{336}
  1006. \indexentry{EY}{336}
  1007. \indexentry{NK}{336}
  1008. % 2
  1009. \indexentry{StarCyc}{337}
  1010. \indexentry{galois conjugate!unique}{337}
  1011. % 2
  1012. \indexentry{Quadratic}{337}
  1013. \indexentry{quadratic irrationalities}{337}
  1014. \indexentry{quadratic number fields}{337}
  1015. % 2
  1016. \indexentry{GaloisMat}{338}
  1017. \indexentry{galois conjugate characters}{338}
  1018. % 2
  1019. \indexentry{RationalizedMat}{339}
  1020. \indexentry{rational characters}{339}
  1021. % gaussian.tex
  1022. % 1
  1023. \indexentry{Gaussians}{341}
  1024. \indexentry{type!gaussian rationals}{341}
  1025. \indexentry{type!gaussian integers}{341}
  1026. % 2
  1027. \indexentry{Comparisons of Gaussians}{341}
  1028. \indexentry{equality!of gaussians}{341}
  1029. \indexentry{ordering!of gaussians}{341}
  1030. % 2
  1031. \indexentry{Operations for Gaussians}{342}
  1032. \indexentry{sum!of gaussians}{342}
  1033. \indexentry{difference!of gaussians}{342}
  1034. \indexentry{product!of gaussians}{342}
  1035. \indexentry{quotient!of gaussians}{342}
  1036. \indexentry{power!of gaussians}{342}
  1037. % 2
  1038. \indexentry{IsGaussRat}{343}
  1039. \indexentry{test!for gaussian rational}{343}
  1040. % 2
  1041. \indexentry{IsGaussInt}{343}
  1042. \indexentry{test!for gaussian integer}{343}
  1043. % 2
  1044. \indexentry{Set Functions for Gaussians}{343}
  1045. \indexentry{membership test!for gaussians}{343}
  1046. \indexentry{in!for gaussians}{343}
  1047. \indexentry{Random!for gaussians}{343}
  1048. % 2
  1049. \indexentry{Field Functions for Gaussian Rationals}{344}
  1050. \indexentry{Conjugates!for gaussians}{344}
  1051. \indexentry{Norm!for gaussians}{344}
  1052. \indexentry{Trace!for gaussians}{344}
  1053. % 2
  1054. \indexentry{Ring Functions for Gaussian Integers}{344}
  1055. \indexentry{IsUnit!for gaussians}{344}
  1056. \indexentry{Units!for gaussians}{344}
  1057. \indexentry{IsAssociated!for gaussians}{344}
  1058. \indexentry{Associates!for gaussians}{344}
  1059. \indexentry{StandardAssociate!for gaussians}{344}
  1060. \indexentry{mod!for gaussians}{344}
  1061. \indexentry{IsPrime!for gaussians}{344}
  1062. \indexentry{IsIrreducible!for gaussians}{344}
  1063. \indexentry{Factors!for gaussians}{344}
  1064. % 2
  1065. \indexentry{TwoSquares}{345}
  1066. \indexentry{representation!as a sum of two squares}{345}
  1067. % numfield.tex
  1068. % 1
  1069. \indexentry{Subfields of Cyclotomic Fields}{347}
  1070. % 2
  1071. \indexentry{IsNumberField}{348}
  1072. \indexentry{test!for number field}{348}
  1073. % 2
  1074. \indexentry{IsCyclotomicField}{348}
  1075. \indexentry{test!for a cyclotomic field}{348}
  1076. % 2
  1077. \indexentry{Number Field Records}{348}
  1078. \indexentry{field!number}{348}
  1079. \indexentry{NF}{348}
  1080. % 2
  1081. \indexentry{Cyclotomic Field Records}{349}
  1082. \indexentry{field!cyclotomic}{349}
  1083. \indexentry{CF}{349}
  1084. % 2
  1085. \indexentry{DefaultField and Field for Cyclotomics}{350}
  1086. \indexentry{conductor}{350}
  1087. \indexentry{default field!for cyclotomics}{350}
  1088. \indexentry{field!for cyclotomics}{350}
  1089. % 2
  1090. \indexentry{DefaultRing and Ring for Cyclotomic Integers}{351}
  1091. \indexentry{default ring!for cyclotomic integers}{351}
  1092. \indexentry{ring!for cyclotomic integers}{351}
  1093. % 2
  1094. \indexentry{GeneratorsPrimeResidues}{351}
  1095. \indexentry{generators!of Galois group}{351}
  1096. % 2
  1097. \indexentry{GaloisGroup for Number Fields}{352}
  1098. \indexentry{number fields!Galois group}{352}
  1099. \indexentry{automorphism group!of number fields}{352}
  1100. % 2
  1101. \indexentry{ZumbroichBase}{352}
  1102. % 2
  1103. \indexentry{Integral Bases for Number Fields}{353}
  1104. \indexentry{LenstraBase}{353}
  1105. % 2
  1106. \indexentry{NormalBaseNumberField}{354}
  1107. \indexentry{base!of a number field}{354}
  1108. % 2
  1109. \indexentry{Coefficients for Number Fields}{354}
  1110. % 2
  1111. \indexentry{Domain Functions for Number Fields}{355}
  1112. % unknown.tex
  1113. % 1
  1114. \indexentry{Unknowns}{357}
  1115. \indexentry{data type!unknown}{357}
  1116. % 2
  1117. \indexentry{Unknown}{358}
  1118. % 2
  1119. \indexentry{IsUnknown}{358}
  1120. % 2
  1121. \indexentry{Comparisons of Unknowns}{359}
  1122. % 2
  1123. \indexentry{Operations for Unknowns}{359}
  1124. % finfield.tex
  1125. % 1
  1126. \indexentry{Finite Fields}{361}
  1127. \indexentry{field!finite}{361}
  1128. \indexentry{galois field}{361}
  1129. \indexentry{field!galois}{361}
  1130. % 2
  1131. \indexentry{Finite Field Elements}{361}
  1132. \indexentry{Z}{361}
  1133. % 2
  1134. \indexentry{Comparisons of Finite Field Elements}{362}
  1135. \indexentry{comparisons!of finite field elements}{362}
  1136. % 2
  1137. \indexentry{Operations for Finite Field Elements}{363}
  1138. % 2
  1139. \indexentry{IsFFE}{364}
  1140. \indexentry{test!for a finite field element}{364}
  1141. % 2
  1142. \indexentry{CharFFE}{364}
  1143. \indexentry{characteristic!of a finite field element}{364}
  1144. % 2
  1145. \indexentry{DegreeFFE}{365}
  1146. \indexentry{degree!of a finite field element}{365}
  1147. % 2
  1148. \indexentry{OrderFFE}{365}
  1149. \indexentry{order!of a finite field element}{365}
  1150. % 2
  1151. \indexentry{IntFFE}{365}
  1152. \indexentry{convert!a finite field element to an integer}{365}
  1153. % 2
  1154. \indexentry{LogFFE}{366}
  1155. \indexentry{logarithm!of a finite field element, discrete}{366}
  1156. \indexentry{discrete logarithm!of a finite field element}{366}
  1157. % 2
  1158. \indexentry{GaloisField}{366}
  1159. \indexentry{GF}{366}
  1160. % 2
  1161. \indexentry{FrobeniusAutomorphism}{367}
  1162. \indexentry{homomorphisms!Frobenius, field}{367}
  1163. \indexentry{field homomorphisms!Frobenius}{367}
  1164. \indexentry{Image!for Frobenius automorphisms}{367}
  1165. \indexentry{CompositionMapping!for Frobenius automorphisms}{367}
  1166. % 2
  1167. \indexentry{Set Functions for Finite Fields}{367}
  1168. \indexentry{Elements!for finite fields}{367}
  1169. \indexentry{in!for finite fields}{367}
  1170. \indexentry{membership test!for finite fields}{367}
  1171. \indexentry{Random!for finite fields}{367}
  1172. \indexentry{Intersection!for finite fields}{367}
  1173. % 2
  1174. \indexentry{Field Functions for Finite Fields}{368}
  1175. \indexentry{GaloisGroup!for finite fields}{368}
  1176. \indexentry{Conjugates!for finite fields}{368}
  1177. \indexentry{Norm!for finite fields}{368}
  1178. % polynom.tex
  1179. % 1
  1180. \indexentry{Polynomials}{369}
  1181. % 2
  1182. \indexentry{Multivariate Polynomials}{371}
  1183. % 2
  1184. \indexentry{Indeterminate}{371}
  1185. \indexentry{X}{371}
  1186. % 2
  1187. \indexentry{Polynomial}{372}
  1188. % 2
  1189. \indexentry{IsPolynomial}{372}
  1190. % 2
  1191. \indexentry{Comparisons of Polynomials}{372}
  1192. \indexentry{comparisons!of polynomials}{372}
  1193. % 2
  1194. \indexentry{Operations for Polynomials}{373}
  1195. \indexentry{operations!for polynomials}{373}
  1196. % 2
  1197. \indexentry{Degree}{375}
  1198. % 2
  1199. \indexentry{LeadingCoefficient}{376}
  1200. % 2
  1201. \indexentry{Value}{376}
  1202. % 2
  1203. \indexentry{Derivative}{376}
  1204. % 2
  1205. \indexentry{PolynomialRing}{377}
  1206. % 2
  1207. \indexentry{IsPolynomialRing}{377}
  1208. % 2
  1209. \indexentry{LaurentPolynomialRing}{377}
  1210. % 2
  1211. \indexentry{IsLaurentPolynomialRing}{378}
  1212. % 2
  1213. \indexentry{Ring Functions for Polynomial Rings}{378}
  1214. % 2
  1215. \indexentry{Ring Functions for Laurent Polynomial Rings}{379}
  1216. % permutat.tex
  1217. % 1
  1218. \indexentry{Permutations}{383}
  1219. % 2
  1220. \indexentry{Comparisons of Permutations}{384}
  1221. % 2
  1222. \indexentry{Operations for Permutations}{384}
  1223. % 2
  1224. \indexentry{IsPerm}{385}
  1225. % 2
  1226. \indexentry{LargestMovedPointPerm}{385}
  1227. % 2
  1228. \indexentry{SmallestMovedPointPerm}{386}
  1229. % 2
  1230. \indexentry{SignPerm}{386}
  1231. % 2
  1232. \indexentry{SmallestGeneratorPerm}{386}
  1233. % 2
  1234. \indexentry{ListPerm}{386}
  1235. % 2
  1236. \indexentry{PermList}{387}
  1237. % 2
  1238. \indexentry{RestrictedPerm}{387}
  1239. % 2
  1240. \indexentry{MappingPermListList}{387}
  1241. % permgrp.tex
  1242. % 1
  1243. \indexentry{Permutation Groups}{389}
  1244. % 2
  1245. \indexentry{IsPermGroup}{389}
  1246. % 2
  1247. \indexentry{PermGroupOps.MovedPoints}{390}
  1248. % 2
  1249. \indexentry{PermGroupOps.SmallestMovedPoint}{390}
  1250. % 2
  1251. \indexentry{PermGroupOps.LargestMovedPoint}{390}
  1252. % 2
  1253. \indexentry{PermGroupOps.NrMovedPoints}{390}
  1254. % 2
  1255. \indexentry{Stabilizer Chains}{391}
  1256. % 2
  1257. \indexentry{MakeStabChain}{392}
  1258. % 2
  1259. \indexentry{ExtendStabChain}{393}
  1260. % 2
  1261. \indexentry{ReduceStabChain}{393}
  1262. % 2
  1263. \indexentry{MakeStabChainStrongGenerators}{394}
  1264. % 2
  1265. \indexentry{Base for Permutation Groups}{394}
  1266. % 2
  1267. \indexentry{PermGroupOps.Indices}{394}
  1268. % 2
  1269. \indexentry{PermGroupOps.StrongGenerators}{395}
  1270. % 2
  1271. \indexentry{ListStabChain}{395}
  1272. % 2
  1273. \indexentry{PermGroupOps.ElementProperty}{395}
  1274. % 2
  1275. \indexentry{PermGroupOps.SubgroupProperty}{397}
  1276. % 2
  1277. \indexentry{CentralCompositionSeriesPPermGroup}{397}
  1278. % 2
  1279. \indexentry{PermGroupOps.PgGroup}{398}
  1280. % 2
  1281. \indexentry{Set Functions for Permutation Groups}{398}
  1282. \indexentry{Random!for Permutation Groups}{398}
  1283. \indexentry{Size!for Permutation Groups}{398}
  1284. \indexentry{Elements!for Permutation Groups}{398}
  1285. \indexentry{Intersection!for Permutation Groups}{398}
  1286. % 2
  1287. \indexentry{Group Functions for Permutation Groups}{398}
  1288. \indexentry{Conjugate Subgroup!of Permutation Group}{398}
  1289. \indexentry{Centralizer!for Permutation Groups}{398}
  1290. \indexentry{Normalizer!for Permutation Groups}{398}
  1291. \indexentry{SylowSubgroup!for Permutation Groups}{398}
  1292. \indexentry{Coset!for Permutation Groups}{398}
  1293. \indexentry{Cosets!for Permutation Groups}{398}
  1294. \indexentry{ElementaryAbelianSeries!for Permutation Groups}{398}
  1295. \indexentry{IsSolvable!for Permutation Groups}{398}
  1296. \indexentry{CompositionSeries!for Permutation Groups}{398}
  1297. \indexentry{ExponentsPermSolvablePermGroup}{398}
  1298. \indexentry{AgGroup!for Permutation Groups}{398}
  1299. % 2
  1300. \indexentry{Operations of Permutation Groups}{402}
  1301. \indexentry{IsSemiRegular!for Permutation Groups}{402}
  1302. \indexentry{RepresentativeOperation!for Permutation Groups}{402}
  1303. \indexentry{Stabilizer!for Permutation Groups}{402}
  1304. \indexentry{Blocks!for Permutation Groups}{402}
  1305. % 2
  1306. \indexentry{Homomorphisms for Permutation Groups}{403}
  1307. \indexentry{GroupHomomorphismsByImages!for permutation groups}{403}
  1308. \indexentry{IsMapping!for GroupHomomorphismByImages for permutation groups}{403}
  1309. \indexentry{Image!for GroupHomomorphismByImages for permutation groups}{403}
  1310. \indexentry{CompositionMapping!for GroupHomomorphismByImages for permutation groups}{403}
  1311. \indexentry{OperationHomomorphism!for transitive constituents}{403}
  1312. \indexentry{Image!for transitive constituent homomorphisms}{403}
  1313. \indexentry{Images!for transitive constituent homomorphisms}{403}
  1314. \indexentry{PreImages!for transitive constituent homomorphisms}{403}
  1315. \indexentry{OperationHomomorphism!for blocks}{403}
  1316. \indexentry{Image!for blocks homomorphisms}{403}
  1317. \indexentry{Images!for blocks homomorphisms}{403}
  1318. \indexentry{PreImage!for blocks homomorphisms}{403}
  1319. \indexentry{PreImages!for blocks homomorphisms}{403}
  1320. \indexentry{Kernel!for blocks homomorphisms}{403}
  1321. % 2
  1322. \indexentry{Permutation Group Records}{405}
  1323. % word.tex
  1324. % 1
  1325. \indexentry{Words in Abstract Generators}{407}
  1326. \indexentry{words}{407}
  1327. \indexentry{type!words}{407}
  1328. \indexentry{IdWord}{407}
  1329. % 2
  1330. \indexentry{AbstractGenerator}{408}
  1331. % 2
  1332. \indexentry{AbstractGenerators}{408}
  1333. % 2
  1334. \indexentry{Comparisons of Words}{409}
  1335. % 2
  1336. \indexentry{Operations for Words}{409}
  1337. \indexentry{product!of words}{409}
  1338. \indexentry{product!of list and group element}{409}
  1339. \indexentry{quotient!of words}{409}
  1340. \indexentry{quotient!of list and word}{409}
  1341. \indexentry{power!of words}{409}
  1342. \indexentry{conjugate!of a word}{409}
  1343. \indexentry{Comm!for words}{409}
  1344. \indexentry{LeftQuotient!for words}{409}
  1345. % 2
  1346. \indexentry{IsWord}{410}
  1347. % 2
  1348. \indexentry{LengthWord}{411}
  1349. \indexentry{length!of a word}{411}
  1350. % 2
  1351. \indexentry{ExponentSumWord}{411}
  1352. % 2
  1353. \indexentry{Subword}{411}
  1354. % 2
  1355. \indexentry{PositionWord}{412}
  1356. % 2
  1357. \indexentry{SubstitutedWord}{412}
  1358. % 2
  1359. \indexentry{EliminatedWord}{412}
  1360. % 2
  1361. \indexentry{MappedWord}{413}
  1362. % fpgrp.tex
  1363. % 1
  1364. \indexentry{Finitely Presented Groups}{415}
  1365. % 2
  1366. \indexentry{FreeGroup}{416}
  1367. % 2
  1368. \indexentry{Set Functions for Finitely Presented Groups}{416}
  1369. \indexentry{Size!for finitely presented groups}{416}
  1370. \indexentry{in!for finitely presented groups}{416}
  1371. \indexentry{Elements!for finitely presented groups}{416}
  1372. \indexentry{Intersection!for finitely presented groups}{416}
  1373. % 2
  1374. \indexentry{Group Functions for Finitely Presented Groups}{417}
  1375. \indexentry{Order!for finitely presented groups}{417}
  1376. \indexentry{Index!for finitely presented groups}{417}
  1377. \indexentry{Normalizer!for finitely presented groups}{417}
  1378. \indexentry{CommutatorFactorGroup!for finitely presented groups}{417}
  1379. \indexentry{AbelianInvariants!for finitely presented groups}{417}
  1380. % 2
  1381. \indexentry{CosetTableFpGroup}{418}
  1382. % 2
  1383. \indexentry{OperationCosetsFpGroup}{419}
  1384. % 2
  1385. \indexentry{LowIndexSubgroupsFpGroup}{419}
  1386. % 2
  1387. \indexentry{Presentation Records}{420}
  1388. \indexentry{Tietze record}{420}
  1389. \indexentry{PresentationFpGroup}{420}
  1390. \indexentry{FpGroupPresentation}{420}
  1391. \indexentry{TzPrintStatus}{421}
  1392. \indexentry{TzPrintGenerators}{421}
  1393. \indexentry{TzPrintRelators}{421}
  1394. \indexentry{TzPrintPresentation}{421}
  1395. \indexentry{TzPrint}{422}
  1396. \indexentry{Save!for presentation records}{422}
  1397. % 2
  1398. \indexentry{Changing Presentations}{423}
  1399. \indexentry{AddGenerator}{423}
  1400. \indexentry{AddRelator}{424}
  1401. \indexentry{RemoveRelator}{424}
  1402. % 2
  1403. \indexentry{Subgroup Presentations}{424}
  1404. \indexentry{PresentationSubgroupRrs}{424}
  1405. \indexentry{Reduced Reidemeister-Schreier}{424}
  1406. \indexentry{primary subgroup generators}{424}
  1407. \indexentry{secondary subgroup generators}{424}
  1408. \indexentry{augmented coset table}{424}
  1409. \indexentry{PresentationSubgroupMtc}{425}
  1410. \indexentry{Modified Todd-Coxeter}{425}
  1411. \indexentry{augmented coset table}{425}
  1412. \indexentry{primary subgroup generators}{425}
  1413. \indexentry{secondary subgroup generators}{425}
  1414. \indexentry{PresentationSubgroup}{426}
  1415. \indexentry{PresentationNormalClosureRrs}{427}
  1416. \indexentry{PresentationNormalClosure}{427}
  1417. % 2
  1418. \indexentry{SimplifiedFpGroup}{427}
  1419. % 2
  1420. \indexentry{Tietze Transformations}{428}
  1421. \indexentry{total length of a presentation}{428}
  1422. \indexentry{SimplifyPresentation}{429}
  1423. \indexentry{TzGo}{429}
  1424. \indexentry{TzGoGo}{430}
  1425. \indexentry{TzEliminate}{430}
  1426. \indexentry{TzSearch}{430}
  1427. \indexentry{TzSearchEqual}{431}
  1428. \indexentry{TzFindCyclicJoins}{432}
  1429. \indexentry{TzSubstitute}{432}
  1430. \indexentry{TzSubstituteCyclicJoins}{434}
  1431. \indexentry{TzPrintLengths}{435}
  1432. \indexentry{TzPrintPairs}{435}
  1433. \indexentry{TzPrintOptions}{435}
  1434. \indexentry{Tietze options}{435}
  1435. % 2
  1436. \indexentry{DecodeTree}{438}
  1437. \indexentry{tree decoding}{438}
  1438. \indexentry{secondary subgroup generators}{438}
  1439. \indexentry{primary subgroup generators}{438}
  1440. \indexentry{subgroup generators tree}{438}
  1441. % agwords.tex
  1442. % 1
  1443. \indexentry{Words in Finite Polycyclic Groups}{443}
  1444. \indexentry{Ag Words}{443}
  1445. % 2
  1446. \indexentry{More about Ag Words}{443}
  1447. % 2
  1448. \indexentry{Ag Word Comparisons}{444}
  1449. \indexentry{equality!of ag words}{444}
  1450. \indexentry{ordering!of ag words}{444}
  1451. % 2
  1452. \indexentry{CentralWeight}{445}
  1453. % 2
  1454. \indexentry{CompositionLength}{445}
  1455. % 2
  1456. \indexentry{Depth}{445}
  1457. % 2
  1458. \indexentry{IsAgWord}{446}
  1459. % 2
  1460. \indexentry{LeadingExponent}{446}
  1461. % 2
  1462. \indexentry{RelativeOrder}{446}
  1463. % 2
  1464. \indexentry{CanonicalAgWord}{447}
  1465. % 2
  1466. \indexentry{DifferenceAgWord}{447}
  1467. % 2
  1468. \indexentry{ReducedAgWord}{448}
  1469. % 2
  1470. \indexentry{SiftedAgWord}{448}
  1471. % 2
  1472. \indexentry{SumAgWord}{448}
  1473. % 2
  1474. \indexentry{ExponentAgWord}{449}
  1475. % 2
  1476. \indexentry{ExponentsAgWord}{449}
  1477. % aggroup.tex
  1478. % 1
  1479. \indexentry{Finite Polycyclic Groups}{451}
  1480. \indexentry{Ag Groups}{451}
  1481. % 2
  1482. \indexentry{More about Ag Groups}{451}
  1483. % 2
  1484. \indexentry{Construction of Ag Groups}{452}
  1485. % 2
  1486. \indexentry{Ag Group Operations}{452}
  1487. % 2
  1488. \indexentry{Ag Group Records}{453}
  1489. % 2
  1490. \indexentry{Set Functions for Ag Groups}{453}
  1491. \indexentry{Elements!for ag groups}{453}
  1492. \indexentry{IsSubset!for ag groups}{453}
  1493. \indexentry{Intersection!for ag groups}{453}
  1494. \indexentry{Size!for ag groups}{453}
  1495. \indexentry{in!for ag groups}{453}
  1496. \indexentry{membership test!for ag groups}{453}
  1497. % 2
  1498. \indexentry{Elements for Ag Groups}{454}
  1499. % 2
  1500. \indexentry{Intersection for Ag Groups}{454}
  1501. % 2
  1502. \indexentry{Size for Ag Groups}{454}
  1503. % 2
  1504. \indexentry{Group Functions for Ag Groups}{455}
  1505. \indexentry{Group!for ag groups}{455}
  1506. \indexentry{FpGroup!for ag groups}{455}
  1507. \indexentry{Normalizer!for ag groups}{455}
  1508. \indexentry{RightCoset!for ag groups}{455}
  1509. \indexentry{ConjugateSubgroup!for ag groups}{455}
  1510. \indexentry{CommutatorSubgroup!for ag groups}{455}
  1511. \indexentry{NormalIntersection!for ag groups}{455}
  1512. \indexentry{SylowSubgroup!for ag groups}{455}
  1513. \indexentry{DerivedSeries!for ag groups}{455}
  1514. \indexentry{LowerCentralSeries!for ag groups}{455}
  1515. \indexentry{AbelianInvariants!for ag groups}{455}
  1516. \indexentry{Random!for ag groups}{455}
  1517. \indexentry{IsCyclic!for ag groups}{455}
  1518. \indexentry{IsFinite!for ag groups}{455}
  1519. \indexentry{IsNilpotent!for ag group}{455}
  1520. \indexentry{IsNormal!for ag groups}{455}
  1521. \indexentry{IsPerfect!for ag group}{455}
  1522. \indexentry{IsSubgroup!for ag groups}{455}
  1523. \indexentry{Orbit!for ag groups}{455}
  1524. \indexentry{Stabilizer!for ag groups}{455}
  1525. \indexentry{AsGroup!for ag groups}{455}
  1526. \indexentry{AbelianGroup!for ag groups}{455}
  1527. \indexentry{CyclicGroup!for ag groups}{455}
  1528. \indexentry{ElementaryAbelianGroup!for ag groups}{455}
  1529. \indexentry{DirectProduct!for ag groups}{455}
  1530. \indexentry{WreathProduct!for ag groups}{455}
  1531. \indexentry{ElementaryAbelianSeries!for ag groups}{455}
  1532. % 2
  1533. \indexentry{AsGroup for Ag Groups}{457}
  1534. % 2
  1535. \indexentry{Group for Ag Groups}{458}
  1536. % 2
  1537. \indexentry{CommutatorSubgroup for Ag Groups}{458}
  1538. % 2
  1539. \indexentry{ElementaryAbelianSeries for Ag Groups}{458}
  1540. % 2
  1541. \indexentry{Normalizer for Ag Groups}{459}
  1542. % 2
  1543. \indexentry{AbelianInvariants for Ag Groups}{459}
  1544. % 2
  1545. \indexentry{IsCyclic for Ag Groups}{459}
  1546. % 2
  1547. \indexentry{IsNormal for Ag Groups}{460}
  1548. % 2
  1549. \indexentry{IsSubgroup for Ag Groups}{460}
  1550. % 2
  1551. \indexentry{Stabilizer for Ag Groups}{460}
  1552. % 2
  1553. \indexentry{CyclicGroup for Ag Groups}{460}
  1554. % 2
  1555. \indexentry{ElementaryAbelianGroup for Ag Groups}{461}
  1556. % 2
  1557. \indexentry{DirectProduct for Ag Groups}{461}
  1558. % 2
  1559. \indexentry{WreathProduct for Ag Groups}{462}
  1560. % 2
  1561. \indexentry{RightCoset for Ag Groups}{462}
  1562. % 2
  1563. \indexentry{FpGroup for Ag Groups}{463}
  1564. % 2
  1565. \indexentry{Ag Group Functions}{463}
  1566. % 2
  1567. \indexentry{AgGroup}{463}
  1568. % 2
  1569. \indexentry{IsAgGroup}{464}
  1570. % 2
  1571. \indexentry{AgGroupFpGroup}{464}
  1572. % 2
  1573. \indexentry{IsConsistent}{465}
  1574. % 2
  1575. \indexentry{IsElementaryAbelianAgSeries}{465}
  1576. % 2
  1577. \indexentry{MatGroupAgGroup}{466}
  1578. % 2
  1579. \indexentry{PermGroupAgGroup}{466}
  1580. % 2
  1581. \indexentry{RefinedAgSeries}{466}
  1582. % 2
  1583. \indexentry{ChangeCollector}{467}
  1584. % 2
  1585. \indexentry{The Prime Quotient Algorithm}{467}
  1586. % 2
  1587. \indexentry{PQuotient}{467}
  1588. % 2
  1589. \indexentry{Save}{469}
  1590. % 2
  1591. \indexentry{PQp}{470}
  1592. % 2
  1593. \indexentry{InitPQp}{470}
  1594. % 2
  1595. \indexentry{FirstClassPQp}{470}
  1596. % 2
  1597. \indexentry{NextClassPQp}{471}
  1598. % 2
  1599. \indexentry{Weight}{471}
  1600. % 2
  1601. \indexentry{Factorization for PQp}{471}
  1602. % 2
  1603. \indexentry{Generating Systems of Ag Groups}{471}
  1604. % 2
  1605. \indexentry{AgSubgroup}{472}
  1606. % 2
  1607. \indexentry{Cgs}{472}
  1608. % 2
  1609. \indexentry{Igs}{472}
  1610. % 2
  1611. \indexentry{IsNormalized}{472}
  1612. % 2
  1613. \indexentry{Normalize}{473}
  1614. % 2
  1615. \indexentry{Normalized}{473}
  1616. % 2
  1617. \indexentry{MergedCgs}{473}
  1618. % 2
  1619. \indexentry{MergedIgs}{474}
  1620. % 2
  1621. \indexentry{Factor Groups of Ag Groups}{474}
  1622. % 2
  1623. \indexentry{FactorGroup for AgGroups}{474}
  1624. \indexentry{FactorGroup!for ag groups}{474}
  1625. % 2
  1626. \indexentry{CollectorlessFactorGroup}{475}
  1627. % 2
  1628. \indexentry{FactorArg}{475}
  1629. % 2
  1630. \indexentry{Subgroups and Properties of Ag Groups}{476}
  1631. % 2
  1632. \indexentry{CompositionSubgroup}{476}
  1633. % 2
  1634. \indexentry{HallSubgroup}{476}
  1635. % 2
  1636. \indexentry{PRump}{477}
  1637. % 2
  1638. \indexentry{RefinedSubnormalSeries}{477}
  1639. % 2
  1640. \indexentry{SylowComplements}{478}
  1641. % 2
  1642. \indexentry{SylowSystem}{478}
  1643. % 2
  1644. \indexentry{IsElementAgSeries}{479}
  1645. % 2
  1646. \indexentry{IsPNilpotent}{479}
  1647. % 2
  1648. \indexentry{Exponents}{479}
  1649. % 2
  1650. \indexentry{FactorsAgGroup}{480}
  1651. % 2
  1652. \indexentry{MaximalElement}{480}
  1653. % 2
  1654. \indexentry{Orbitalgorithms of Ag Groups}{481}
  1655. % 2
  1656. \indexentry{AffineOperation}{481}
  1657. % 2
  1658. \indexentry{AgOrbitStabilizer}{482}
  1659. % 2
  1660. \indexentry{LinearOperation}{482}
  1661. % 2
  1662. \indexentry{Intersections of Ag Groups}{483}
  1663. % 2
  1664. \indexentry{ExtendedIntersectionSumAgGroup}{483}
  1665. % 2
  1666. \indexentry{IntersectionSumAgGroup}{484}
  1667. % 2
  1668. \indexentry{SumAgGroup}{484}
  1669. % 2
  1670. \indexentry{SumFactorizationFunctionAgGroup}{485}
  1671. % 2
  1672. \indexentry{One Cohomology Group}{485}
  1673. % 2
  1674. \indexentry{OneCoboundaries}{486}
  1675. % 2
  1676. \indexentry{OneCocycles}{487}
  1677. % 2
  1678. \indexentry{Complements}{488}
  1679. % 2
  1680. \indexentry{Complement}{488}
  1681. % 2
  1682. \indexentry{Complementclasses}{489}
  1683. % 2
  1684. \indexentry{CoprimeComplement}{490}
  1685. % 2
  1686. \indexentry{ComplementConjugatingAgWord}{490}
  1687. % 2
  1688. \indexentry{HallConjugatingWordAgGroup}{491}
  1689. % 2
  1690. \indexentry{Example, normal closure}{491}
  1691. % list.tex
  1692. % 1
  1693. \indexentry{Lists}{495}
  1694. \indexentry{type!list}{495}
  1695. % 2
  1696. \indexentry{IsList}{496}
  1697. \indexentry{test!for a list}{496}
  1698. % 2
  1699. \indexentry{List}{496}
  1700. \indexentry{convert!to a list}{496}
  1701. \indexentry{map}{496}
  1702. % 2
  1703. \indexentry{List Elements}{497}
  1704. \indexentry{accessing!list elements}{497}
  1705. % 2
  1706. \indexentry{Length}{498}
  1707. \indexentry{length!of a list}{498}
  1708. % 2
  1709. \indexentry{List Assignment}{498}
  1710. \indexentry{assignment!to a list}{498}
  1711. % 2
  1712. \indexentry{Add}{500}
  1713. % 2
  1714. \indexentry{Append}{500}
  1715. \indexentry{add!elements to a list}{500}
  1716. \indexentry{append!elements to a list}{500}
  1717. % 2
  1718. \indexentry{Identical Lists}{501}
  1719. % 2
  1720. \indexentry{Enlarging Lists}{502}
  1721. % 2
  1722. \indexentry{Comparisons of Lists}{503}
  1723. \indexentry{comparisons!of lists}{503}
  1724. % 2
  1725. \indexentry{Operations for Lists}{504}
  1726. \indexentry{operations!for lists}{504}
  1727. % 2
  1728. \indexentry{In}{505}
  1729. \indexentry{test!for membership}{505}
  1730. % 2
  1731. \indexentry{Position}{505}
  1732. \indexentry{find!an element in a list}{505}
  1733. % 2
  1734. \indexentry{PositionSorted}{506}
  1735. \indexentry{find!an element in a sorted list}{506}
  1736. % 2
  1737. \indexentry{PositionProperty}{506}
  1738. % 2
  1739. \indexentry{Concatenation}{507}
  1740. \indexentry{concatenation!of lists}{507}
  1741. % 2
  1742. \indexentry{Flat}{507}
  1743. % 2
  1744. \indexentry{Reversed}{508}
  1745. \indexentry{reverse the elements of a list}{508}
  1746. % 2
  1747. \indexentry{Sublist}{508}
  1748. % 2
  1749. \indexentry{Cartesian}{508}
  1750. \indexentry{cross product of lists}{508}
  1751. % 2
  1752. \indexentry{Number}{509}
  1753. \indexentry{number!of elements in a list}{509}
  1754. % 2
  1755. \indexentry{Collected}{509}
  1756. % 2
  1757. \indexentry{Filtered}{510}
  1758. % 2
  1759. \indexentry{ForAll}{510}
  1760. % 2
  1761. \indexentry{ForAny}{510}
  1762. % 2
  1763. \indexentry{First}{511}
  1764. % 2
  1765. \indexentry{Sort}{511}
  1766. \indexentry{sort a list}{511}
  1767. % 2
  1768. \indexentry{SortParallel}{512}
  1769. % 2
  1770. \indexentry{Sortex}{512}
  1771. % 2
  1772. \indexentry{Permuted}{512}
  1773. % 2
  1774. \indexentry{Product}{512}
  1775. \indexentry{multiply!the elements of a list}{512}
  1776. % 2
  1777. \indexentry{Sum}{513}
  1778. \indexentry{add!the elements of a list}{513}
  1779. % 2
  1780. \indexentry{Maximum}{513}
  1781. \indexentry{maximum!of integers}{513}
  1782. \indexentry{maximum!of a list}{513}
  1783. % 2
  1784. \indexentry{Minimum}{514}
  1785. \indexentry{minimum!of integers}{514}
  1786. \indexentry{minimum!of a list}{514}
  1787. % 2
  1788. \indexentry{Iterated}{514}
  1789. \indexentry{iterate a function over a list}{514}
  1790. % 2
  1791. \indexentry{RandomList}{514}
  1792. % set.tex
  1793. % 1
  1794. \indexentry{Sets}{517}
  1795. \indexentry{multisets}{517}
  1796. % 2
  1797. \indexentry{IsSet}{518}
  1798. \indexentry{test!for a set}{518}
  1799. % 2
  1800. \indexentry{Set}{518}
  1801. \indexentry{convert!to a set}{518}
  1802. % 2
  1803. \indexentry{IsEqualSet}{518}
  1804. \indexentry{test!for set equality}{518}
  1805. % 2
  1806. \indexentry{AddSet}{519}
  1807. \indexentry{add!an element to a set}{519}
  1808. % 2
  1809. \indexentry{RemoveSet}{519}
  1810. \indexentry{remove!an element from a set}{519}
  1811. % 2
  1812. \indexentry{UniteSet}{519}
  1813. \indexentry{union!of sets}{519}
  1814. % 2
  1815. \indexentry{IntersectSet}{520}
  1816. \indexentry{intersection!of sets}{520}
  1817. % 2
  1818. \indexentry{SubtractSet}{520}
  1819. \indexentry{subtract!a set from another}{520}
  1820. % 2
  1821. \indexentry{Set Functions for Sets}{520}
  1822. \indexentry{test!for subsets}{520}
  1823. % 2
  1824. \indexentry{More about Sets}{521}
  1825. % blister.tex
  1826. % 1
  1827. \indexentry{Boolean Lists}{523}
  1828. \indexentry{lists!boolean}{523}
  1829. \indexentry{subsets}{523}
  1830. \indexentry{blist}{523}
  1831. % 2
  1832. \indexentry{BlistList}{523}
  1833. % 2
  1834. \indexentry{ListBlist}{524}
  1835. % 2
  1836. \indexentry{IsBlist}{524}
  1837. % 2
  1838. \indexentry{SizeBlist}{524}
  1839. % 2
  1840. \indexentry{IsSubsetBlist}{525}
  1841. % 2
  1842. \indexentry{UnionBlist}{525}
  1843. \indexentry{union!of boolean lists}{525}
  1844. % 2
  1845. \indexentry{IntersectionBlist}{525}
  1846. \indexentry{intersection!of boolean lists}{525}
  1847. % 2
  1848. \indexentry{DifferenceBlist}{526}
  1849. \indexentry{difference!of boolean lists}{526}
  1850. % 2
  1851. \indexentry{UniteBlist}{526}
  1852. \indexentry{union!of boolean lists}{526}
  1853. % 2
  1854. \indexentry{IntersectBlist}{526}
  1855. \indexentry{intersection!of boolean lists}{526}
  1856. % 2
  1857. \indexentry{SubtractBlist}{526}
  1858. \indexentry{subtract!a boolean list from another}{526}
  1859. % 2
  1860. \indexentry{More about Boolean Lists}{527}
  1861. % string.tex
  1862. % 1
  1863. \indexentry{Strings and Characters}{529}
  1864. \indexentry{type!strings}{529}
  1865. \indexentry{doublequotes}{529}
  1866. \indexentry{backslash}{529}
  1867. \indexentry{special character sequences}{529}
  1868. % 2
  1869. \indexentry{String}{531}
  1870. \indexentry{convert!to a string}{531}
  1871. % 2
  1872. \indexentry{ConcatenationString}{531}
  1873. \indexentry{concatenation!of strings}{531}
  1874. \indexentry{append!one string to another}{531}
  1875. % 2
  1876. \indexentry{SubString}{532}
  1877. \indexentry{substring!of a string}{532}
  1878. \indexentry{part!of a string}{532}
  1879. % 2
  1880. \indexentry{Comparisons of Strings}{532}
  1881. \indexentry{comparisons!of strings}{532}
  1882. % 2
  1883. \indexentry{IsString}{533}
  1884. \indexentry{test!for a string}{533}
  1885. % 2
  1886. \indexentry{LengthString}{533}
  1887. \indexentry{length!of a string}{533}
  1888. % range.tex
  1889. % 1
  1890. \indexentry{Ranges}{535}
  1891. % 2
  1892. \indexentry{IsRange}{536}
  1893. \indexentry{test!for a range}{536}
  1894. % 2
  1895. \indexentry{More about Ranges}{536}
  1896. % vector.tex
  1897. % 1
  1898. \indexentry{Vectors}{539}
  1899. \indexentry{scalars}{539}
  1900. \indexentry{base!of vector space}{539}
  1901. \indexentry{dimension!of vector space}{539}
  1902. % 2
  1903. \indexentry{Operations for Vectors}{540}
  1904. \indexentry{operations!for vectors}{540}
  1905. % 2
  1906. \indexentry{IsVector}{541}
  1907. \indexentry{test!for a vector}{541}
  1908. % 2
  1909. \indexentry{NormedVector}{541}
  1910. % 2
  1911. \indexentry{More about Vectors}{541}
  1912. % rowspace.tex
  1913. % 1
  1914. \indexentry{Row Spaces}{543}
  1915. % 2
  1916. \indexentry{RowSpace}{543}
  1917. % 2
  1918. \indexentry{IsRowSpace}{543}
  1919. % 2
  1920. \indexentry{Row Space Records}{544}
  1921. % 2
  1922. \indexentry{Set Functions for Row Spaces}{544}
  1923. \indexentry{in!for row spaces}{544}
  1924. \indexentry{Intersection!for row spaces}{544}
  1925. % 2
  1926. \indexentry{VectorSpace Functions for Row Spaces}{544}
  1927. % 2
  1928. \indexentry{Base for Row Spaces}{544}
  1929. % 2
  1930. \indexentry{SiftedVector}{544}
  1931. % 2
  1932. \indexentry{Row Space Operations}{545}
  1933. % matrix.tex
  1934. % 1
  1935. \indexentry{Matrices}{547}
  1936. \indexentry{matrix}{547}
  1937. \indexentry{type!matrices}{547}
  1938. % 2
  1939. \indexentry{Operations for Matrices}{547}
  1940. % 2
  1941. \indexentry{IsMat}{549}
  1942. % 2
  1943. \indexentry{IdentityMat}{550}
  1944. % 2
  1945. \indexentry{NullMat}{550}
  1946. % 2
  1947. \indexentry{TransposedMat}{550}
  1948. % 2
  1949. \indexentry{KroneckerProduct}{551}
  1950. % 2
  1951. \indexentry{DimensionsMat}{551}
  1952. % 2
  1953. \indexentry{TraceMat}{551}
  1954. % 2
  1955. \indexentry{DeterminantMat}{551}
  1956. % 2
  1957. \indexentry{RankMat}{552}
  1958. % 2
  1959. \indexentry{OrderMat}{552}
  1960. % 2
  1961. \indexentry{TriangulizeMat}{552}
  1962. % 2
  1963. \indexentry{BaseMat}{553}
  1964. % 2
  1965. \indexentry{NullspaceMat}{553}
  1966. % 2
  1967. \indexentry{SolutionMat}{553}
  1968. % 2
  1969. \indexentry{DiagonalizeMat}{554}
  1970. % 2
  1971. \indexentry{ElementaryDivisorsMat}{554}
  1972. % matring.tex
  1973. % 1
  1974. \indexentry{Matrix Rings}{555}
  1975. % 2
  1976. \indexentry{Set Functions for Matrix Rings}{555}
  1977. % 2
  1978. \indexentry{Ring Functions for Matrix Rings}{556}
  1979. \indexentry{IsUnit!for matrix rings}{556}
  1980. % matgrp.tex
  1981. % 1
  1982. \indexentry{Matrix Groups}{557}
  1983. % 2
  1984. \indexentry{Set Functions for Matrix Groups}{557}
  1985. \indexentry{in!for matrix groups}{557}
  1986. \indexentry{Size!for matrix groups}{557}
  1987. \indexentry{Intersection!for matrix groups}{557}
  1988. \indexentry{Random!for matrix groups}{557}
  1989. % 2
  1990. \indexentry{Group Functions for Matrix Groups}{558}
  1991. \indexentry{Centralizer!for matrix groups}{558}
  1992. \indexentry{Normalizer!for matrix groups}{558}
  1993. \indexentry{SylowSubgroup!for matrix groups}{558}
  1994. \indexentry{ConjugacyClasses!for matrix groups}{558}
  1995. \indexentry{PermGroup!for matrix groups}{558}
  1996. \indexentry{Stabilizer!for matrix groups}{558}
  1997. \indexentry{RepresentativeOperation!for matrix groups}{558}
  1998. % grplib.tex
  1999. % 1
  2000. \indexentry{Group Libraries}{561}
  2001. % 2
  2002. \indexentry{The Basic Groups Library}{561}
  2003. \indexentry{CyclicGroup}{561}
  2004. \indexentry{AbelianGroup}{561}
  2005. \indexentry{ElementaryAbelianGroup}{561}
  2006. \indexentry{DihedralGroup}{561}
  2007. \indexentry{PolyhedralGroup}{561}
  2008. \indexentry{SymmetricGroup}{561}
  2009. \indexentry{AlternatingGroup}{561}
  2010. \indexentry{GeneralLinearGroup}{561}
  2011. \indexentry{SpecialLinearGroup}{561}
  2012. \indexentry{SymplecticGroup}{561}
  2013. \indexentry{GeneralUnitaryGroup}{561}
  2014. \indexentry{SpecialUnitaryGroup}{561}
  2015. % 2
  2016. \indexentry{Selection Functions}{564}
  2017. % 2
  2018. \indexentry{Example Functions}{565}
  2019. % 2
  2020. \indexentry{Extraction Functions}{566}
  2021. % 2
  2022. \indexentry{The Primitive Groups Library}{567}
  2023. % 2
  2024. \indexentry{The Solvable Groups Library}{568}
  2025. % 2
  2026. \indexentry{The 2-Groups Library}{569}
  2027. % 2
  2028. \indexentry{The 3-Groups Library}{571}
  2029. % mapping.tex
  2030. % 1
  2031. \indexentry{Mappings}{573}
  2032. % 2
  2033. \indexentry{IsGeneralMapping}{574}
  2034. % 2
  2035. \indexentry{IsMapping}{574}
  2036. % 2
  2037. \indexentry{IsInjective}{575}
  2038. % 2
  2039. \indexentry{IsSurjective}{575}
  2040. % 2
  2041. \indexentry{IsBijection}{576}
  2042. % 2
  2043. \indexentry{Comparisons of Mappings}{577}
  2044. % 2
  2045. \indexentry{Operations for Mappings}{578}
  2046. % 2
  2047. \indexentry{Image}{580}
  2048. % 2
  2049. \indexentry{Images}{582}
  2050. % 2
  2051. \indexentry{ImagesRepresentative}{583}
  2052. % 2
  2053. \indexentry{PreImage}{583}
  2054. % 2
  2055. \indexentry{PreImages}{585}
  2056. % 2
  2057. \indexentry{PreImagesRepresentative}{586}
  2058. % 2
  2059. \indexentry{CompositionMapping}{586}
  2060. % 2
  2061. \indexentry{PowerMapping}{587}
  2062. % 2
  2063. \indexentry{InverseMapping}{588}
  2064. % 2
  2065. \indexentry{IdentityMapping}{588}
  2066. % 2
  2067. \indexentry{MappingByFunction}{589}
  2068. % 2
  2069. \indexentry{Mapping Records}{589}
  2070. % homomorp.tex
  2071. % 1
  2072. \indexentry{Homomorphisms}{591}
  2073. % 2
  2074. \indexentry{IsHomomorphism}{591}
  2075. % 2
  2076. \indexentry{IsMonomorphism}{592}
  2077. % 2
  2078. \indexentry{IsEpimorphism}{593}
  2079. % 2
  2080. \indexentry{IsIsomorphism}{593}
  2081. % 2
  2082. \indexentry{IsEndomorphism}{594}
  2083. % 2
  2084. \indexentry{IsAutomorphism}{594}
  2085. % 2
  2086. \indexentry{Kernel}{595}
  2087. % boolean.tex
  2088. % 1
  2089. \indexentry{Booleans}{597}
  2090. \indexentry{type!boolean}{597}
  2091. \indexentry{logical}{597}
  2092. % 2
  2093. \indexentry{Comparisons of Booleans}{597}
  2094. \indexentry{comparisons!of booleans}{597}
  2095. % 2
  2096. \indexentry{Operations for Booleans}{598}
  2097. \indexentry{operations!for booleans}{598}
  2098. \indexentry{logical operations}{598}
  2099. \indexentry{or}{598}
  2100. \indexentry{and}{598}
  2101. \indexentry{not}{598}
  2102. % 2
  2103. \indexentry{IsBool}{599}
  2104. \indexentry{test!for a boolean}{599}
  2105. % record.tex
  2106. % 1
  2107. \indexentry{Records}{601}
  2108. \indexentry{type!records}{601}
  2109. % 2
  2110. \indexentry{Accessing Record Elements}{602}
  2111. \indexentry{accessing!record elements}{602}
  2112. % 2
  2113. \indexentry{Record Assignment}{602}
  2114. \indexentry{assignment!to a record}{602}
  2115. % 2
  2116. \indexentry{Identical Records}{603}
  2117. % 2
  2118. \indexentry{Comparisons of Records}{605}
  2119. \indexentry{equality!of records}{605}
  2120. \indexentry{ordering!of records}{605}
  2121. % 2
  2122. \indexentry{Operations for Records}{607}
  2123. \indexentry{sum!of records}{607}
  2124. \indexentry{difference!of records}{607}
  2125. \indexentry{product!of records}{607}
  2126. \indexentry{quotient!of records}{607}
  2127. \indexentry{power!of records}{607}
  2128. % 2
  2129. \indexentry{In for Records}{608}
  2130. \indexentry{in!for records}{608}
  2131. \indexentry{membership test!for records}{608}
  2132. % 2
  2133. \indexentry{Printing of Records}{609}
  2134. % 2
  2135. \indexentry{IsRec}{610}
  2136. \indexentry{test!for records}{610}
  2137. % 2
  2138. \indexentry{IsBound}{610}
  2139. \indexentry{test!for record elements}{610}
  2140. \indexentry{test!for list elements}{610}
  2141. % 2
  2142. \indexentry{Unbind}{611}
  2143. % 2
  2144. \indexentry{Copy}{611}
  2145. \indexentry{copy!an object}{611}
  2146. \indexentry{clone!an object}{611}
  2147. % 2
  2148. \indexentry{ShallowCopy}{612}
  2149. \indexentry{copy!an object}{612}
  2150. \indexentry{clone!an object}{612}
  2151. % 2
  2152. \indexentry{RecFields}{613}
  2153. % combinat.tex
  2154. % 1
  2155. \indexentry{Combinatorics}{615}
  2156. \indexentry{selections}{615}
  2157. \indexentry{partitions}{615}
  2158. % 2
  2159. \indexentry{Factorial}{615}
  2160. % 2
  2161. \indexentry{Binomial}{616}
  2162. \indexentry{coefficient!binomial}{616}
  2163. \indexentry{number!binomial}{616}
  2164. % 2
  2165. \indexentry{Bell}{616}
  2166. \indexentry{number!Bell}{616}
  2167. % 2
  2168. \indexentry{Stirling1}{617}
  2169. \indexentry{Stirling number of the first kind}{617}
  2170. \indexentry{number!Stirling, of the first kind}{617}
  2171. % 2
  2172. \indexentry{Stirling2}{617}
  2173. \indexentry{Stirling number of the second kind}{617}
  2174. \indexentry{number!Stirling, of the second kind}{617}
  2175. % 2
  2176. \indexentry{Combinations}{618}
  2177. \indexentry{NrCombinations}{618}
  2178. \indexentry{powerset}{618}
  2179. \indexentry{subsets}{618}
  2180. % 2
  2181. \indexentry{Arrangements}{618}
  2182. % 2
  2183. \indexentry{UnorderedTuples}{619}
  2184. \indexentry{NrUnorderedTuples}{619}
  2185. % 2
  2186. \indexentry{Tuples}{620}
  2187. \indexentry{NrTuples}{620}
  2188. % 2
  2189. \indexentry{PermutationsList}{620}
  2190. \indexentry{NrPermutationsList}{620}
  2191. \indexentry{permutations!list}{620}
  2192. % 2
  2193. \indexentry{Derangements}{621}
  2194. \indexentry{NrDerangements}{621}
  2195. \indexentry{permutations!fixpointfree}{621}
  2196. % 2
  2197. \indexentry{Permanent}{621}
  2198. % 2
  2199. \indexentry{PartitionsSet}{622}
  2200. \indexentry{NrPartitionsSet}{622}
  2201. \indexentry{partitions!of a set}{622}
  2202. % 2
  2203. \indexentry{Partitions}{622}
  2204. \indexentry{NrPartitions}{622}
  2205. \indexentry{partitions!of an integer}{622}
  2206. % 2
  2207. \indexentry{OrderedPartitions}{623}
  2208. \indexentry{NrOrderedPartitions}{623}
  2209. \indexentry{partitions!ordered, of an integer}{623}
  2210. \indexentry{partitions!improper, of an integer}{623}
  2211. % 2
  2212. \indexentry{RestrictedPartitions}{624}
  2213. \indexentry{NrRestrictedPartitions}{624}
  2214. \indexentry{partitions!restricted, of an integer}{624}
  2215. % 2
  2216. \indexentry{SignPartition}{625}
  2217. % 2
  2218. \indexentry{AssociatedPartition}{625}
  2219. % 2
  2220. \indexentry{PowerPartition}{625}
  2221. \indexentry{symmetric group!powermap}{625}
  2222. % 2
  2223. \indexentry{PartitionTuples}{625}
  2224. % 2
  2225. \indexentry{Fibonacci}{626}
  2226. \indexentry{sequence!fibonacci}{626}
  2227. % 2
  2228. \indexentry{Lucas}{626}
  2229. \indexentry{sequence!lucas}{626}
  2230. % 2
  2231. \indexentry{Bernoulli}{627}
  2232. \indexentry{sequence!bernoulli}{627}
  2233. % tom.tex
  2234. % 1
  2235. \indexentry{Tables of Marks}{629}
  2236. % 2
  2237. \indexentry{More about Tables of Marks}{629}
  2238. % 2
  2239. \indexentry{Table of Marks Records}{630}
  2240. % 2
  2241. \indexentry{The Library of Tables of Marks}{630}
  2242. % 2
  2243. \indexentry{TableOfMarks}{631}
  2244. \indexentry{TableOfMarks}{631}
  2245. % 2
  2246. \indexentry{Marks}{632}
  2247. % 2
  2248. \indexentry{NrSubs}{632}
  2249. % 2
  2250. \indexentry{WeightsTom}{632}
  2251. % 2
  2252. \indexentry{MatTom}{633}
  2253. % 2
  2254. \indexentry{TomMat}{633}
  2255. % 2
  2256. \indexentry{DecomposedFixedPointVector}{633}
  2257. % 2
  2258. \indexentry{TestTom}{634}
  2259. % 2
  2260. \indexentry{DisplayTom}{634}
  2261. % 2
  2262. \indexentry{NormalizerTom}{635}
  2263. % 2
  2264. \indexentry{IntersectionsTom}{635}
  2265. % 2
  2266. \indexentry{IsCyclicTom}{636}
  2267. % 2
  2268. \indexentry{FusionCharTableTom}{636}
  2269. % 2
  2270. \indexentry{PermCharsTom}{636}
  2271. % 2
  2272. \indexentry{MoebiusTom}{636}
  2273. % 2
  2274. \indexentry{CyclicExtensionsTom}{637}
  2275. % 2
  2276. \indexentry{IdempotentsTom}{637}
  2277. % 2
  2278. \indexentry{ClassTypesTom}{637}
  2279. % 2
  2280. \indexentry{ClassNamesTom}{637}
  2281. % 2
  2282. \indexentry{TomCyclic}{638}
  2283. % 2
  2284. \indexentry{TomDihedral}{638}
  2285. % 2
  2286. \indexentry{TomFrobenius}{639}
  2287. % chartabl.tex
  2288. % 1
  2289. \indexentry{Character Tables}{641}
  2290. \indexentry{tables}{641}
  2291. % 2
  2292. \indexentry{Some Notes on Character Theory in GAP}{641}
  2293. % 2
  2294. \indexentry{Character Table Records}{643}
  2295. \indexentry{character tables!format}{643}
  2296. \indexentry{tables!format}{643}
  2297. % 2
  2298. \indexentry{Brauer Table Records}{647}
  2299. \indexentry{Brauer tables!format}{647}
  2300. \indexentry{tables!format}{647}
  2301. % 2
  2302. \indexentry{IsCharTable}{648}
  2303. % 2
  2304. \indexentry{TestCharTable}{649}
  2305. % 2
  2306. \indexentry{Operations Records for Character Tables}{649}
  2307. \indexentry{CharTableOps}{649}
  2308. \indexentry{BrauerTableOps}{649}
  2309. % 2
  2310. \indexentry{Conventions for Character Tables}{649}
  2311. \indexentry{character tables!conventions}{649}
  2312. % 2
  2313. \indexentry{Getting Character Tables}{650}
  2314. \indexentry{tables}{650}
  2315. \indexentry{character tables}{650}
  2316. \indexentry{library tables}{650}
  2317. \indexentry{generic character tables}{650}
  2318. % 2
  2319. \indexentry{CharTable}{651}
  2320. \indexentry{character tables!access to}{651}
  2321. \indexentry{character tables!calculate}{651}
  2322. \indexentry{Dixon Schneider}{651}
  2323. \indexentry{character tables!of groups}{651}
  2324. % 2
  2325. \indexentry{Advanced Methods for Dixon Schneider Calculations}{654}
  2326. \indexentry{character tables!computation}{654}
  2327. \indexentry{DixonInit}{654}
  2328. \indexentry{DixontinI}{654}
  2329. \indexentry{DixonSplit}{655}
  2330. \indexentry{CombinatoricSplit}{655}
  2331. \indexentry{IncludeIrreducibles}{655}
  2332. \indexentry{SplitCharacters}{655}
  2333. % 2
  2334. \indexentry{An Example of Advanced Dixon Schneider Calculations}{655}
  2335. % 2
  2336. \indexentry{CharTableFactorGroup}{657}
  2337. \indexentry{table of factor group}{657}
  2338. \indexentry{factor group!table of}{657}
  2339. % 2
  2340. \indexentry{CharTableNormalSubgroup}{658}
  2341. \indexentry{table of normal subgroup}{658}
  2342. \indexentry{normal subgroup!table of}{658}
  2343. % 2
  2344. \indexentry{CharTableDirectProduct}{659}
  2345. \indexentry{Cartesian product}{659}
  2346. \indexentry{direct product}{659}
  2347. \indexentry{Kronecker product}{659}
  2348. \indexentry{tensor product}{659}
  2349. % 2
  2350. \indexentry{CharTableWreathSymmetric}{659}
  2351. \indexentry{wreath product!character table}{659}
  2352. % 2
  2353. \indexentry{CharTableRegular}{661}
  2354. \indexentry{p-regular table}{661}
  2355. \indexentry{regular classes}{661}
  2356. % 2
  2357. \indexentry{CharTableIsoclinic}{662}
  2358. \indexentry{isoclinic table}{662}
  2359. % 2
  2360. \indexentry{CharTableSplitClasses}{662}
  2361. \indexentry{split classes}{662}
  2362. % 2
  2363. \indexentry{CharTableCollapsedClasses}{663}
  2364. \indexentry{fusion of classes}{663}
  2365. % 2
  2366. \indexentry{CharDegAgGroup}{664}
  2367. % 2
  2368. \indexentry{CharTableSSGroup}{664}
  2369. % 2
  2370. \indexentry{MatRepresentationsPGroup}{665}
  2371. \indexentry{Matrix Representations of Finite Polycyclic Groups}{665}
  2372. \indexentry{Monomial Representations of Finite Polycyclic Groups}{665}
  2373. % 2
  2374. \indexentry{CharTablePGroup}{666}
  2375. \indexentry{Characters of Finite Polycyclic Groups}{666}
  2376. % 2
  2377. \indexentry{InitClassesCharTable}{666}
  2378. \indexentry{initialize classlengths}{666}
  2379. % 2
  2380. \indexentry{InverseClassesCharTable}{667}
  2381. % 2
  2382. \indexentry{ClassNamesCharTable}{667}
  2383. \indexentry{class names}{667}
  2384. % 2
  2385. \indexentry{ClassMultCoeffCharTable}{667}
  2386. \indexentry{class multiplication coefficient}{667}
  2387. \indexentry{structure constant}{667}
  2388. % 2
  2389. \indexentry{MatClassMultCoeffsCharTable}{668}
  2390. \indexentry{structure constant}{668}
  2391. \indexentry{class multiplication coefficient}{668}
  2392. % 2
  2393. \indexentry{ClassStructureCharTable}{668}
  2394. \indexentry{class multiplication coefficient}{668}
  2395. \indexentry{structure constant}{668}
  2396. % 2
  2397. \indexentry{RealClassesCharTable}{669}
  2398. \indexentry{classes!real}{669}
  2399. % 2
  2400. \indexentry{ClassOrbitCharTable}{669}
  2401. \indexentry{classes!of cyclic subgroup}{669}
  2402. % 2
  2403. \indexentry{ClassRootsCharTable}{669}
  2404. \indexentry{classes!roots of}{669}
  2405. % 2
  2406. \indexentry{NrPolyhedralSubgroups}{669}
  2407. \indexentry{subgroups!polyhedral}{669}
  2408. % 2
  2409. \indexentry{DisplayCharTable}{670}
  2410. \indexentry{character table!display}{670}
  2411. % 2
  2412. \indexentry{SortCharactersCharTable}{672}
  2413. \indexentry{character tables!sort}{672}
  2414. \indexentry{characters!sort}{672}
  2415. \indexentry{tables!sort}{672}
  2416. % 2
  2417. \indexentry{SortClassesCharTable}{673}
  2418. \indexentry{character tables!sort}{673}
  2419. \indexentry{tables!sort}{673}
  2420. % 2
  2421. \indexentry{SortCharTable}{674}
  2422. \indexentry{character tables!sort}{674}
  2423. \indexentry{tables!sort}{674}
  2424. % 2
  2425. \indexentry{MatAutomorphisms}{675}
  2426. \indexentry{automorphism group!of a matrix}{675}
  2427. % 2
  2428. \indexentry{TableAutomorphisms}{676}
  2429. \indexentry{automorphism group!of a character table}{676}
  2430. % 2
  2431. \indexentry{TransformingPermutations}{676}
  2432. % 2
  2433. \indexentry{TransformingPermutationsCharTables}{676}
  2434. % 2
  2435. \indexentry{GetFusionMap}{677}
  2436. \indexentry{fusion map!get}{677}
  2437. \indexentry{subgroup fusions}{677}
  2438. % 2
  2439. \indexentry{StoreFusion}{678}
  2440. \indexentry{fusion!store}{678}
  2441. \indexentry{subgroup fusions}{678}
  2442. % 2
  2443. \indexentry{FusionConjugacyClasses}{678}
  2444. % 2
  2445. \indexentry{MAKElb11}{679}
  2446. \indexentry{MOC!interface to}{679}
  2447. % 2
  2448. \indexentry{ScanMOC}{679}
  2449. \indexentry{MOC!interface to}{679}
  2450. % 2
  2451. \indexentry{MOCChars}{679}
  2452. \indexentry{MOC!interface to}{679}
  2453. % 2
  2454. \indexentry{GAPChars}{679}
  2455. \indexentry{MOC!interface to}{679}
  2456. % 2
  2457. \indexentry{MOCTable}{679}
  2458. \indexentry{MOC!interface to}{679}
  2459. % 2
  2460. \indexentry{PrintToMOC}{681}
  2461. \indexentry{MOC!interface to}{681}
  2462. % 2
  2463. \indexentry{PrintToCAS}{681}
  2464. \indexentry{CAS tables,CAS format,CAS}{681}
  2465. % gentable.tex
  2466. % 1
  2467. \indexentry{Generic Character Tables}{683}
  2468. \indexentry{character tables!generic}{683}
  2469. \indexentry{tables!generic}{683}
  2470. \indexentry{library tables!generic}{683}
  2471. % 2
  2472. \indexentry{More about Generic Character Tables}{683}
  2473. % 2
  2474. \indexentry{Examples of Generic Character Tables}{684}
  2475. \indexentry{tables!generic}{684}
  2476. \indexentry{character tables!generic}{684}
  2477. % 2
  2478. \indexentry{CharTableSpecialized}{686}
  2479. \indexentry{character tables!generic}{686}
  2480. \indexentry{tables!generic}{686}
  2481. % characte.tex
  2482. % 1
  2483. \indexentry{Characters}{687}
  2484. % 2
  2485. \indexentry{ScalarProduct}{687}
  2486. \indexentry{characters!scalar product of}{687}
  2487. % 2
  2488. \indexentry{MatScalarProducts}{688}
  2489. \indexentry{characters!scalar product of}{688}
  2490. % 2
  2491. \indexentry{Decomposition}{688}
  2492. \indexentry{decomposition matrix}{688}
  2493. \indexentry{DEC}{688}
  2494. % 2
  2495. \indexentry{Subroutines of Decomposition}{689}
  2496. \indexentry{PadicCoefficients}{689}
  2497. \indexentry{InverseMatMod}{689}
  2498. \indexentry{LinearIndependentColumns}{689}
  2499. \indexentry{IntegralizedMat}{689}
  2500. % 2
  2501. \indexentry{KernelChar}{690}
  2502. % 2
  2503. \indexentry{PrimeBlocks}{690}
  2504. % 2
  2505. \indexentry{Indicator}{691}
  2506. \indexentry{Frobenius Schur indicator}{691}
  2507. % 2
  2508. \indexentry{Eigenvalues}{691}
  2509. % 2
  2510. \indexentry{Reduced}{692}
  2511. \indexentry{characters!reduced}{692}
  2512. % 2
  2513. \indexentry{ReducedOrdinary}{692}
  2514. \indexentry{characters!reduced}{692}
  2515. % 2
  2516. \indexentry{Tensored}{693}
  2517. \indexentry{characters!tensor products of}{693}
  2518. % 2
  2519. \indexentry{Symmetrisations}{693}
  2520. \indexentry{characters!symmetrisations of}{693}
  2521. % 2
  2522. \indexentry{SymmetricParts}{694}
  2523. \indexentry{characters!symmetrisations of}{694}
  2524. % 2
  2525. \indexentry{AntiSymmetricParts}{694}
  2526. \indexentry{characters!symmetrisations of}{694}
  2527. % 2
  2528. \indexentry{MinusCharacter}{694}
  2529. \indexentry{characters!symmetrisations of}{694}
  2530. % 2
  2531. \indexentry{OrthogonalComponents}{694}
  2532. \indexentry{symmetrizations!orthogonal}{694}
  2533. \indexentry{Frame}{694}
  2534. \indexentry{Murnaghan components}{694}
  2535. % 2
  2536. \indexentry{SymplecticComponents}{695}
  2537. \indexentry{symmetrizations!symplectic}{695}
  2538. \indexentry{Murnaghan components}{695}
  2539. % 2
  2540. \indexentry{IrreducibleDifferences}{696}
  2541. \indexentry{characters!irreducible differences of}{696}
  2542. % 2
  2543. \indexentry{Restricted}{696}
  2544. \indexentry{characters!restricted}{696}
  2545. % 2
  2546. \indexentry{Inflated}{697}
  2547. \indexentry{characters!inflate}{697}
  2548. % 2
  2549. \indexentry{Induced}{697}
  2550. \indexentry{characters!induced}{697}
  2551. % 2
  2552. \indexentry{InducedCyclic}{698}
  2553. \indexentry{characters!induce from cyclic subgroups}{698}
  2554. % 2
  2555. \indexentry{CollapsedMat}{698}
  2556. \indexentry{classes!collapse}{698}
  2557. % 2
  2558. \indexentry{Power}{699}
  2559. % 2
  2560. \indexentry{Permutation Character Candidates}{699}
  2561. \indexentry{characters!permutation}{699}
  2562. \indexentry{candidates!for permutation characters}{699}
  2563. \indexentry{permutation characters!candidates for}{699}
  2564. % 2
  2565. \indexentry{IsPermChar}{699}
  2566. \indexentry{characters!permutation}{699}
  2567. \indexentry{candidates!for permutation characters}{699}
  2568. \indexentry{permutation characters!candidates for}{699}
  2569. % 2
  2570. \indexentry{PermCharInfo}{700}
  2571. \indexentry{subgroup and permutation character}{700}
  2572. % 2
  2573. \indexentry{Inequalities}{701}
  2574. % 2
  2575. \indexentry{PermBounds}{701}
  2576. % 2
  2577. \indexentry{PermChars}{701}
  2578. \indexentry{permutation characters}{701}
  2579. % 2
  2580. \indexentry{Faithful Permutation Characters}{703}
  2581. \indexentry{permutation characters!faithful candidates for}{703}
  2582. % 2
  2583. \indexentry{LLL-Algorithm}{703}
  2584. \indexentry{lll}{703}
  2585. \indexentry{short vectors spanning a lattice}{703}
  2586. \indexentry{LLLReducedGramMat}{703}
  2587. % 2
  2588. \indexentry{OrthogonalEmbeddings}{704}
  2589. \indexentry{embeddings of lattices}{704}
  2590. \indexentry{OrthogonalEmbeddingsSpecialDimension}{704}
  2591. % 2
  2592. \indexentry{ShortestVectors}{706}
  2593. % 2
  2594. \indexentry{Extract}{706}
  2595. % 2
  2596. \indexentry{Decreased}{707}
  2597. % 2
  2598. \indexentry{DnLattice}{708}
  2599. \indexentry{DnLatticeIterative}{708}
  2600. \indexentry{$D_n$ lattices}{708}
  2601. % 2
  2602. \indexentry{ContainedDecomposables}{709}
  2603. % 2
  2604. \indexentry{ContainedCharacters}{710}
  2605. % 2
  2606. \indexentry{ContainedSpecialVectors}{710}
  2607. % 2
  2608. \indexentry{ContainedPossibleCharacters}{711}
  2609. % 2
  2610. \indexentry{ContainedPossibleVirtualCharacters}{712}
  2611. % paramaps.tex
  2612. % 1
  2613. \indexentry{Maps and Parametrized Maps}{713}
  2614. \indexentry{maps}{713}
  2615. \indexentry{parametrized maps}{713}
  2616. % 2
  2617. \indexentry{More about Maps and Parametrized Maps}{713}
  2618. \indexentry{map!parametrized}{713}
  2619. \indexentry{paramap}{713}
  2620. \indexentry{class functions}{713}
  2621. % 2
  2622. \indexentry{CompositionMaps}{714}
  2623. \indexentry{map!composition}{714}
  2624. % 2
  2625. \indexentry{InverseMap}{714}
  2626. \indexentry{map!inverse of a}{714}
  2627. % 2
  2628. \indexentry{ProjectionMap}{715}
  2629. % 2
  2630. \indexentry{Parametrized}{715}
  2631. \indexentry{map!parametrize}{715}
  2632. % 2
  2633. \indexentry{ContainedMaps}{715}
  2634. % 2
  2635. \indexentry{UpdateMap}{716}
  2636. % 2
  2637. \indexentry{CommutativeDiagram}{716}
  2638. % 2
  2639. \indexentry{TransferDiagram}{717}
  2640. % 2
  2641. \indexentry{Indeterminateness}{718}
  2642. \indexentry{map!indeterminateness}{718}
  2643. % 2
  2644. \indexentry{PrintAmbiguity}{718}
  2645. % 2
  2646. \indexentry{Powermap}{719}
  2647. \indexentry{powermaps}{719}
  2648. % 2
  2649. \indexentry{SubgroupFusions}{719}
  2650. \indexentry{fusions}{719}
  2651. \indexentry{subgroup fusions}{719}
  2652. % 2
  2653. \indexentry{InitPowermap}{720}
  2654. \indexentry{powermaps}{720}
  2655. % 2
  2656. \indexentry{Congruences}{721}
  2657. \indexentry{powermaps}{721}
  2658. % 2
  2659. \indexentry{ConsiderKernels}{722}
  2660. \indexentry{powermaps}{722}
  2661. % 2
  2662. \indexentry{ConsiderSmallerPowermaps}{722}
  2663. \indexentry{powermaps}{722}
  2664. % 2
  2665. \indexentry{InitFusion}{723}
  2666. \indexentry{subgroup fusions}{723}
  2667. % 2
  2668. \indexentry{CheckPermChar}{723}
  2669. \indexentry{subgroup fusions}{723}
  2670. \indexentry{permutation character}{723}
  2671. % 2
  2672. \indexentry{CheckFixedPoints}{724}
  2673. \indexentry{subgroup fusions}{724}
  2674. % 2
  2675. \indexentry{TestConsistencyMaps}{724}
  2676. \indexentry{subgroup fusions}{724}
  2677. % 2
  2678. \indexentry{ConsiderTableAutomorphisms}{725}
  2679. \indexentry{subgroup fusions}{725}
  2680. \indexentry{table automorphisms}{725}
  2681. % 2
  2682. \indexentry{PowermapsAllowedBySymmetrisations}{725}
  2683. \indexentry{powermaps}{725}
  2684. % 2
  2685. \indexentry{FusionsAllowedByRestrictions}{726}
  2686. \indexentry{subgroup fusions}{726}
  2687. % 2
  2688. \indexentry{OrbitFusions}{727}
  2689. \indexentry{subgroup fusions}{727}
  2690. \indexentry{table automorphisms}{727}
  2691. % 2
  2692. \indexentry{OrbitPowermaps}{728}
  2693. \indexentry{powermaps}{728}
  2694. \indexentry{matrix automorphisms}{728}
  2695. % 2
  2696. \indexentry{RepresentativesFusions}{728}
  2697. \indexentry{subgroup fusions}{728}
  2698. \indexentry{table automorphisms}{728}
  2699. % 2
  2700. \indexentry{RepresentativesPowermaps}{729}
  2701. \indexentry{powermaps}{729}
  2702. \indexentry{matrix automorphisms}{729}
  2703. % 2
  2704. \indexentry{Indirected}{729}
  2705. \indexentry{map!indirection by a}{729}
  2706. % 2
  2707. \indexentry{Powmap}{730}
  2708. % 2
  2709. \indexentry{ElementOrdersPowermap}{730}
  2710. % gettable.tex
  2711. % 1
  2712. \indexentry{Character Table Libraries}{733}
  2713. \indexentry{character tables}{733}
  2714. \indexentry{tables}{733}
  2715. \indexentry{library tables}{733}
  2716. \indexentry{generic character tables}{733}
  2717. % 2
  2718. \indexentry{Contents of the Table Libraries}{733}
  2719. \indexentry{character tables!libraries of}{733}
  2720. \indexentry{tables!libraries of}{733}
  2721. \indexentry{libraries of character tables}{733}
  2722. % 2
  2723. \indexentry{ATLAS Tables}{735}
  2724. \indexentry{character tables!ATLAS}{735}
  2725. \indexentry{tables!library}{735}
  2726. \indexentry{library of character tables}{735}
  2727. % 2
  2728. \indexentry{Examples of the ATLAS format for GAP tables}{737}
  2729. \indexentry{character tables!CAS}{737}
  2730. \indexentry{tables!library}{737}
  2731. \indexentry{library of character tables}{737}
  2732. % 2
  2733. \indexentry{CAS Tables}{740}
  2734. \indexentry{character tables!CAS}{740}
  2735. \indexentry{tables!library}{740}
  2736. \indexentry{library of character tables}{740}
  2737. % 2
  2738. \indexentry{Organization of the Table Libraries}{741}
  2739. % 2
  2740. \indexentry{How to Extend a Table Library}{743}
  2741. \indexentry{library tables!add}{743}
  2742. \indexentry{tables!add to a library}{743}
  2743. \indexentry{NotifyCharTable}{743}
  2744. \indexentry{PrintToLib}{743}
  2745. % 2
  2746. \indexentry{FirstNameCharTable}{744}
  2747. % 2
  2748. \indexentry{FileNameCharTable}{744}
  2749. % install.tex
  2750. % 1
  2751. \indexentry{Getting and Installing GAP}{745}
  2752. \indexentry{installation}{745}
  2753. \indexentry{options}{745}
  2754. % 2
  2755. \indexentry{Getting GAP}{745}
  2756. \indexentry{ftp}{745}
  2757. % 2
  2758. \indexentry{Upgrading GAP}{748}
  2759. % 2
  2760. \indexentry{UNIX}{753}
  2761. \indexentry{BSD}{753}
  2762. \indexentry{4.2BSD}{753}
  2763. \indexentry{4.3BSD}{753}
  2764. \indexentry{ULTRIX}{753}
  2765. \indexentry{System V}{753}
  2766. \indexentry{SysV}{753}
  2767. \indexentry{HP-UX}{753}
  2768. \indexentry{SunOS}{753}
  2769. % 2
  2770. \indexentry{Installation under UNIX}{754}
  2771. \indexentry{installation!under UNIX}{754}
  2772. \indexentry{UNIX!installation}{754}
  2773. % 2
  2774. \indexentry{Features under UNIX}{761}
  2775. \indexentry{features!under UNIX}{761}
  2776. \indexentry{UNIX!features}{761}
  2777. \indexentry{options!under UNIX}{761}
  2778. \indexentry{UNIX!options}{761}
  2779. \indexentry{.gaprc}{761}
  2780. % 2
  2781. \indexentry{IBM PC Compatibles}{763}
  2782. \indexentry{MSDOS}{763}
  2783. % 2
  2784. \indexentry{Copyright of GAP for IBM PC Compatibles}{764}
  2785. % 2
  2786. \indexentry{Installation on IBM PC Compatibles}{765}
  2787. \indexentry{installation!under MS-DOS}{765}
  2788. \indexentry{MS-DOS!installation}{765}
  2789. % 2
  2790. \indexentry{Features on IBM PC Compatibles}{770}
  2791. \indexentry{features!under MS-DOS}{770}
  2792. \indexentry{MS-DOS!features}{770}
  2793. \indexentry{options!under MS-DOS}{770}
  2794. \indexentry{MS-DOS!options}{770}
  2795. \indexentry{.gaprc}{770}
  2796. % 2
  2797. \indexentry{Atari ST}{772}
  2798. \indexentry{TOS}{772}
  2799. % 2
  2800. \indexentry{Installation on the Atari ST}{773}
  2801. \indexentry{installation!under TOS}{773}
  2802. \indexentry{TOS!installation}{773}
  2803. % 2
  2804. \indexentry{Features on the Atari ST}{777}
  2805. \indexentry{features!under TOS}{777}
  2806. \indexentry{TOS!features}{777}
  2807. \indexentry{options!under TOS}{777}
  2808. \indexentry{TOS!options}{777}
  2809. \indexentry{.gaprc}{777}
  2810. % 2
  2811. \indexentry{Porting GAP}{780}
  2812. % share.tex
  2813. % 1
  2814. \indexentry{Share Libraries}{783}
  2815. % 2
  2816. \indexentry{RequirePackage}{784}
  2817. % 2
  2818. \indexentry{ANU pq Package}{784}
  2819. % 2
  2820. \indexentry{Installing the ANU pq Package}{785}
  2821. % 2
  2822. \indexentry{NQ Package}{791}
  2823. \indexentry{NilpotentQuotient}{791}
  2824. % 2
  2825. \indexentry{Installing the NQ Package}{792}
  2826. % 2
  2827. \indexentry{Weyl Package}{794}
  2828. % 2
  2829. \indexentry{Installing the Weyl Package}{794}
  2830. % anupq.tex
  2831. % 1
  2832. \indexentry{ANU Pq}{797}
  2833. % 2
  2834. \indexentry{Pq}{797}
  2835. % 2
  2836. \indexentry{PqDescendants}{798}
  2837. % 2
  2838. \indexentry{PqList}{801}
  2839. % 2
  2840. \indexentry{SavePqList}{801}
  2841. % weyl.tex
  2842. % 1
  2843. \indexentry{Weyl Groups and Hecke Algebras}{803}
  2844. % 2
  2845. \indexentry{CartanMat}{810}
  2846. \indexentry{Cartan matrices}{810}
  2847. % 2
  2848. \indexentry{DirectSumCartanMat}{810}
  2849. \indexentry{Cartan matrices!direct sum of}{810}
  2850. % 2
  2851. \indexentry{SimpleReflectionMatrices}{810}
  2852. % 2
  2853. \indexentry{Rootsystem}{811}
  2854. % 2
  2855. \indexentry{PermRepresentationRoots}{811}
  2856. % 2
  2857. \indexentry{Weyl}{812}
  2858. % 2
  2859. \indexentry{PermWeylWord}{812}
  2860. % 2
  2861. \indexentry{WeylWordPerm}{813}
  2862. % 2
  2863. \indexentry{WeylLengthPerm}{813}
  2864. % 2
  2865. \indexentry{ReducedWeylWord}{813}
  2866. % 2
  2867. \indexentry{LongestWeylWord}{814}
  2868. % 2
  2869. \indexentry{WeylReflections}{814}
  2870. % 2
  2871. \indexentry{WeylRightCosetRepresentatives}{814}
  2872. % 2
  2873. \indexentry{WeylCosetPermRepresentation}{814}
  2874. % 2
  2875. \indexentry{WeylElements}{815}
  2876. % 2
  2877. \indexentry{WeylConjugacyClasses}{815}
  2878. % 2
  2879. \indexentry{ParametersCentralizers}{816}
  2880. % 2
  2881. \indexentry{Bruhat}{816}
  2882. % 2
  2883. \indexentry{KazhdanLusztigPolynomial}{816}
  2884. % 2
  2885. \indexentry{KLCoefficient}{817}
  2886. % 2
  2887. \indexentry{WeylMueMat}{817}
  2888. % 2
  2889. \indexentry{DecomposedLeftCells}{817}
  2890. % 2
  2891. \indexentry{LeftCells}{818}
  2892. % 2
  2893. \indexentry{LeftCellRepresentation}{819}
  2894. % 2
  2895. \indexentry{Hecke}{819}
  2896. % 2
  2897. \indexentry{WeylClassPolynomials}{819}
  2898. % 2
  2899. \indexentry{HeckeReflectionRepresentation}{820}
  2900. % 2
  2901. \indexentry{CheckHeckeDefiningRelations}{820}
  2902. % 2
  2903. \indexentry{CharHeckeRepresentation}{820}
  2904. % 2
  2905. \indexentry{HeckeCharTable}{821}
  2906.