Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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