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
Examples
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(...).
with⁡DifferentialGeometry:with⁡Library:
Browse⁡
Gong,1,Gonzalez-Lopez,1,Kamke,1,Morozov,1,Mubarakyzanov,1,Mubarakyzanov,2,Mubarakyzanov,3,Olver,1,Petrov,1,Turkowski,1,Turkowski,2,USU,2,USU,2D,Winternitz,1
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.
L≔Browse⁡Winternitz,1
L ≔ 3,0,3,1,3,2,3,3,3,4,3,5,3,6,3,7,3,8,3,9,4,0,4,1,4,2,4,3,4,4,4,5,4,6,4,7,4,8,4,9,4,10,4,11,4,12,5,0,5,1,5,2,5,3,5,4,5,5,5,6,5,7,5,8,5,9,5,10,5,11,5,12,5,13,5,14,5,15,5,16,5,17,5,18,5,19,5,20,5,21,5,22,5,23,5,24,5,25,5,26,5,27,5,28,5,29,5,30,5,31,5,32,5,33,5,34,5,35,5,36,5,37,5,38,5,39,5,40,6,1,6,2,6,3,6,4,6,5,6,6,6,7,6,8,6,9,6,10,6,11,6,12,6,13,6,14,6,15,6,16,6,17,6,18,6,19,6,20,6,21,6,22
Display the entry for the index [4, 2].
Browse⁡Winternitz,1,4,2
Winternitz,1,4,2
e1,e4=a⁢e1,e2,e4=e2,e3,e4=e2+e3
___________________
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.
ListToolsSearch⁡5,0,L,ListToolsSearch⁡5,5,L
24,29
Browse⁡Winternitz,1,L24..29
Winternitz,1,5,0
Winternitz,1,5,1
e3,e5=e1,e4,e5=e2
Winternitz,1,5,2
e2,e5=e1,e3,e5=e2,e4,e5=e3
Winternitz,1,5,3
e3,e4=e2,e3,e5=e1,e4,e5=e3
Winternitz,1,5,4
e2,e4=e1,e3,e5=e1
Winternitz,1,5,5
e2,e5=e1,e3,e4=e1,e3,e5=e2
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.
L2≔Browse⁡Gonzalez-Lopez,1
L2 ≔ 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,1,20,2,20,3,20,4,20,5,21,1,21,2,21,3,21,4,21,5,22,1,22,2,22,3,22,4,22,5,22,6,22,7,22,8,22,9,22,10,22,11,22,12,22,13,22,14,22,15,22,16,22,17,22,18,22,19,22,20,22,21,22,22,22,23,22,24,22,25,22,26,22,27,22,28,22,29,22,30,22,31,22,32,22,33,22,34,22,35,22,36,22,37,23,1,23,2,23,3,23,4,23,5,23,6,23,7,23,8,23,9,23,10,23,11,23,12,23,13,23,14,23,15,23,16,23,17,23,18,23,19,23,20,23,21,23,22,23,23,23,24,23,25,23,26,23,27,23,28,23,29,23,30,23,31,23,32,23,33,23,34,23,35,23,36,23,37,24,1,24,2,24,3,24,4,24,5,25,1,25,2,25,3,25,4,25,5,26,1,26,2,26,3,26,4,26,5,27,1,27,2,27,3,27,4,27,5,28,1,28,2,28,3,28,4,28,5
To browse this table, one must first define a two dimensional manifold and pass the name of this manifold to the Browse command.
DGsetup⁡x,y,M:
Browse⁡Gonzalez-Lopez,1,5,manifold=M
Gonzalez-Lopez,1,5
D_x,D_y,x⁢D_x−y⁢D_y,y⁢D_x,x⁢D_y
Browse⁡Gonzalez-Lopez,1,L27..10,manifold=M
Gonzalez-Lopez,1,7
D_x,D_y,x⁢D_x+y⁢D_y,y⁢D_x−x⁢D_y,x2−y2⁢D_x+2⁢x⁢y⁢D_y,2⁢x⁢y⁢D_x+y2−x2⁢D_y
Gonzalez-Lopez,1,8
D_x,D_y,x⁢D_x,y⁢D_x,x⁢D_y,y⁢D_y,x2⁢D_x+x⁢y⁢D_y,x⁢y⁢D_x+y2⁢D_y
Gonzalez-Lopez,1,9
D_x
Gonzalez-Lopez,1,10
D_x,x⁢D_x
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.
L3≔Browse⁡Kamke,1:
nops⁡L3
1548
L3755
2,153
Browse⁡Kamke,1,2,153:
Kamke,1,2,153
x2⁢ⅆ2ⅆx2⁢y⁡x+a1⁢x2−ν⁢ν−1⁢y⁡x
See Also
DifferentialGeometry
Library
Download Help Document