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
Library[Browse] - display a list of entries from a table in the DifferentialGeometry library
Calling Sequences
Browse()
Browse(author, n)
Browse(author, n, indexlist, options)
Parameters
author - the author of a table in the DifferentialGeometry Library
n - an integer
indexlist - the indices for the table specified by the call sequence author, n
options - other arguments, which depend upon the nature of the table being browsed
Description
The first calling sequence Browse() returns the call sequences for all the tables in the DifferentialGeometry Library.
Each table in the Library is uniquely specified by its call sequence author, n. The second call sequence Browse(author, n) returns all the indices for the table specified by the given call sequence.
The third call sequence Browse(author, n, indexlist, options) displays all the table entries for the given list of table indices. These indices match the reference scheme used by the author in the original source article or book.
When a table of Lie algebras of vector fields is to be browsed, the argument manifold = M is required. Here M is the name of the manifold upon which the vector fields are to be defined.
The command Browse is part of the DifferentialGeometry:-Library package. It can be used in the form Browse(...) only after executing the commands with(DifferentialGeometry) and with(Library), but can always be used by executing DifferentialGeometry:-Library:-Browse(...).
Examples
Example 1.
Obtain the indices for the ["Winternitz", 1] table. This table contains a list of all Lie algebras of dimension less than or equal to 5 and a list of nilpotent Lie algebras of dimension 6.
Display the entry for the index [4, 2].
Display the entries for the indices [5, 0]..[5, 5]. We first use the ListTools[Search] command to locate the position of the indices [5, 0] and [5, 5]] in L.
Example 2.
Obtain the indices for the ["Gonzalez-Lopez", 1] table. This table contains a list of all Lie algebras of vector fields in the plane.
To browse this table, one must first define a two dimensional manifold and pass the name of this manifold to the Browse command.
Example 3.
Obtain the number of indices for the ["Kamke", 1] table (The list is too long to show here). This table contains a list of all ordinary differential equations in Kamke's book.
See Also
DifferentialGeometry, Library
Download Help Document