Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
GERF
Symbols
GERFSolve
Taggar`GERF`
G
E
R
F
S
o
l
v
e
G
E
R
F
S
o
l
v
e
[
l
h
s
=
r
h
s
,
u
[
v
a
r
s
]
,
.
.
.
]
s
o
l
v
e
s
t
h
e
N
L
P
D
E
g
i
v
e
n
b
y
l
h
s
=
r
h
s
f
o
r
u
[
v
a
r
s
]
u
s
i
n
g
t
h
e
G
E
R
F
m
e
t
h
o
d
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
8
)
Basic Examples
(
3
)
This is the Burgers' equation in
(
1
+
1
)
-dimensions:
I
n
[
1
]
:
=
b
u
r
g
e
r
s
=
∂
t
u
[
x
,
t
]
+
u
[
x
,
t
]
∂
x
u
[
x
,
t
]
-
ν
∂
x
,
x
u
[
x
,
t
]
0
O
u
t
[
1
]
=
(
0
,
1
)
u
[
x
,
t
]
+
u
[
x
,
t
]
(
1
,
0
)
u
[
x
,
t
]
-
ν
(
2
,
0
)
u
[
x
,
t
]
0
Solve it using GERF method:
I
n
[
2
]
:
=
G
E
R
F
S
o
l
v
e
[
b
u
r
g
e
r
s
,
u
[
x
,
t
]
]
O
u
t
[
2
]
=
u
[
x
,
t
]
0
,
u
[
x
,
t
]
5
-
1
2
+
0
,
u
[
x
,
t
]
0
+
2
ν
x
1
+
x
x
+
t
-
0
x
-
ν
2
x
Plot the solution:
I
n
[
3
]
:
=
P
l
o
t
3
D
0
+
2
ν
x
1
+
x
x
+
t
-
0
x
-
ν
2
x
/
.
{
0
2
,
x
-
1
,
ν
-
1
}
,
{
x
,
-
5
,
5
}
,
{
t
,
-
5
,
5
}
O
u
t
[
3
]
=
Obtain the solution sets as well:
I
n
[
4
]
:
=
s
o
l
s
=
G
E
R
F
S
o
l
v
e
[
b
u
r
g
e
r
s
,
u
[
x
,
t
]
,
"
O
u
t
p
u
t
M
o
d
e
"
A
l
l
]
O
u
t
[
4
]
=
{
{
-
1
0
,
1
0
,
t
x
(
-
0
+
ν
x
)
}
,
u
[
x
,
t
]
0
}
,
{
1
-
1
,
t
0
,
x
0
}
,
u
[
x
,
t
]
5
-
1
2
+
0
,
-
1
0
,
1
2
ν
x
,
t
-
0
x
-
ν
2
x
,
u
[
x
,
t
]
0
+
2
ν
x
1
+
x
x
+
t
-
0
x
-
ν
2
x
Verify that the solutions are valid:
I
n
[
5
]
:
=
p
i
c
k
=
s
o
l
s
〚
2
〛
;
b
u
r
g
e
r
s
/
.
u
F
u
n
c
t
i
o
n
[
{
x
,
t
}
,
p
i
c
k
〚
2
,
2
〛
]
O
u
t
[
5
]
=
T
r
u
e
Another example, Calogero–Bogoyavlenskii–Schiff equation in
(
2
+
1
)
-dimensions:
I
n
[
1
]
:
=
c
b
s
=
∂
x
,
t
u
[
x
,
y
,
t
]
+
4
∂
x
u
[
x
,
y
,
t
]
∂
x
,
y
u
[
x
,
y
,
t
]
+
2
∂
x
,
x
u
[
x
,
y
,
t
]
∂
y
u
[
x
,
y
,
t
]
+
∂
x
,
x
,
x
,
y
u
[
x
,
y
,
t
]
0
;
Solve it:
I
n
[
2
]
:
=
s
o
l
s
=
G
E
R
F
S
o
l
v
e
[
c
b
s
,
u
[
x
,
y
,
t
]
]
O
u
t
[
2
]
=
u
[
x
,
y
,
t
]
0
,
u
[
x
,
y
,
t
]
0
-
2
x
1
+
x
x
+
y
y
-
t
2
x
y
,
u
[
x
,
y
,
t
]
-
1
1
+
x
x
+
(
1
+
x
x
)
-
1
+
0
Verification:
I
n
[
3
]
:
=
T
a
b
l
e
[
c
b
s
/
.
u
F
u
n
c
t
i
o
n
[
{
x
,
y
,
t
}
,
p
i
c
k
〚
i
,
2
〛
]
,
{
i
,
L
e
n
g
t
h
@
s
o
l
s
}
]
O
u
t
[
3
]
=
{
T
r
u
e
,
T
r
u
e
,
T
r
u
e
}
Use a different general exponential rational function to solve an equation:
I
n
[
1
]
:
=
G
E
R
F
S
o
l
v
e
[
∂
t
u
[
x
,
t
]
+
u
[
x
,
t
]
∂
x
u
[
x
,
t
]
-
ν
∂
x
,
x
u
[
x
,
t
]
0
,
u
[
x
,
t
]
,
"
R
a
t
i
o
n
a
l
F
u
n
c
t
i
o
n
"
T
a
n
]
O
u
t
[
1
]
=
{
u
[
x
,
t
]
0
+
2
ν
x
T
a
n
[
x
x
-
t
0
x
]
,
u
[
x
,
t
]
0
-
2
ν
C
o
t
[
x
x
-
t
0
x
]
x
,
u
[
x
,
t
]
0
-
2
ν
C
o
t
[
x
x
-
t
0
x
]
x
+
2
ν
x
T
a
n
[
x
x
-
t
0
x
]
}
The package converts
T
a
n
to its exponential form:
I
n
[
2
]
:
=
T
r
i
g
T
o
E
x
p
[
T
a
n
[
x
]
]
O
u
t
[
2
]
=
(
-
x
-
x
)
-
x
+
x
G
e
n
e
r
a
l
i
z
a
t
i
o
n
s
&
E
x
t
e
n
s
i
o
n
s
(
1
)
O
p
t
i
o
n
s
(
3
)
A
p
p
l
i
c
a
t
i
o
n
s
(
1
)
"
"