Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
StringTools[Generate] - generate all strings of a given length on some alphabet
Calling Sequence
Generate( len, supp )
Parameters
len
-
non-negative integer; length of the strings to generate
supp
string; support string specifying the alphabet to use
Description
The Generate(len, supp) command generates a list consisting of all strings whose length is equal to len formed from the characters in the alphabet specified by the string supp. The string supp specifies the alphabet consisting of its distinct characters.
Note that the number length( supp )^len of strings generated grows exponentially. Thus, it is usually practical to specify modest size arguments when calling this procedure. In particular, if the alphabet has at least two characters, then the maximum value for the len parameter is 25.
Examples
This is not possible.
Error, (in StringTools:-Generate) there are too many strings of length 100 on an alphabet of 5 characters
See Also
length, StringTools, StringTools[Fill]
Download Help Document