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
NonlinearSystems
Guides
Guide to ZigangPan`NonlinearSystems`
Symbols
convert2NLsystem
emptyNLsystem
linearization
NLcalculaterelativedegree
NLdynamicextension
NLsystemblockdiagonal
NLsystemcheck
NLsystemconcatenate
NLsystemfeedback
NLsystemoperation
NLsystemparallel
simulationNLsystem
sinewavesystem
ZigangPan`NonlinearSystems`
N
L
c
a
l
c
u
l
a
t
e
r
e
l
a
t
i
v
e
d
e
g
r
e
e
{
v
e
c
t
o
r
r
e
l
a
t
i
v
e
d
e
g
r
e
e
,
r
e
l
a
t
i
v
e
d
e
g
r
e
e
s
,
h
i
g
h
f
r
e
q
u
e
n
c
y
g
a
i
n
}
=
N
L
c
a
l
c
u
l
a
t
e
r
e
l
a
t
i
v
e
d
e
g
r
e
e
[
n
l
s
y
s
t
e
m
]
c
h
e
c
k
s
w
h
e
t
h
e
r
a
g
i
v
e
n
n
o
n
l
i
n
e
a
r
n
l
s
y
s
t
e
m
a
d
m
i
t
s
v
e
c
t
o
r
r
e
l
a
t
i
v
e
d
e
g
r
e
e
f
r
o
m
t
h
e
a
c
t
i
v
e
i
n
p
u
t
s
t
o
t
h
e
a
c
t
i
v
e
o
u
t
p
u
t
s
o
f
t
h
e
n
l
s
y
s
t
e
m
,
a
n
d
r
e
t
u
r
n
s
T
r
u
e
i
n
v
e
c
t
o
r
r
e
l
a
t
i
v
e
d
e
g
r
e
e
i
f
s
o
.
T
h
e
i
n
d
i
v
i
d
u
a
l
r
e
l
a
t
i
v
e
d
e
g
r
e
e
s
o
f
e
a
c
h
a
c
t
i
v
e
o
u
t
p
u
t
i
s
l
i
s
t
e
d
i
n
r
e
l
a
t
i
v
e
d
e
g
r
e
e
s
,
a
n
d
t
h
e
h
i
g
h
f
r
e
q
u
e
n
c
y
g
a
i
n
m
a
t
r
i
x
i
s
r
e
t
u
r
n
e
d
i
n
h
i
g
h
f
r
e
q
u
e
n
c
y
g
a
i
n
.
Examples
(
1
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
n
l
s
y
s
t
e
m
7
=
{
{
x
1
,
x
2
}
,
{
u
1
,
u
2
}
,
{
y
1
,
y
2
}
,
{
F
u
n
c
t
i
o
n
[
{
x
1
,
x
2
,
u
1
,
u
2
}
,
{
-
x
1
+
x
1
*
x
2
+
u
1
,
-
x
2
^
3
+
u
1
+
u
2
}
]
,
F
u
n
c
t
i
o
n
[
{
x
1
,
x
2
,
u
1
,
u
2
}
,
{
x
1
,
x
2
}
]
}
,
{
1
,
2
}
,
{
1
,
2
}
,
{
1
,
2
}
,
{
}
,
{
1
,
2
}
,
{
}
}
;
I
n
[
2
]
:
=
N
L
c
a
l
c
u
l
a
t
e
r
e
l
a
t
i
v
e
d
e
g
r
e
e
[
n
l
s
y
s
t
e
m
7
]
O
u
t
[
2
]
=
{
T
r
u
e
,
{
1
,
1
}
,
{
{
1
,
0
}
,
{
1
,
1
}
}
}
I
n
[
3
]
:
=
n
l
s
y
s
t
e
m
=
{
{
x
1
,
x
2
,
x
3
,
x
4
}
,
{
u
1
,
u
2
,
w
1
}
,
{
y
1
,
y
2
,
z
1
}
,
{
F
u
n
c
t
i
o
n
[
{
x
1
,
x
2
,
x
3
,
x
4
,
u
1
,
u
2
,
w
1
}
,
{
-
x
1
+
x
3
+
x
4
+
x
1
^
2
+
u
1
+
w
1
,
-
x
1
-
x
2
^
3
-
x
3
+
2
x
4
+
u
1
,
-
x
3
+
u
2
,
-
x
4
+
u
2
}
]
,
F
u
n
c
t
i
o
n
[
{
x
1
,
x
2
,
x
3
,
x
4
,
u
1
,
u
2
,
w
1
}
,
{
x
1
,
x
2
+
w
1
,
x
2
}
]
}
,
{
1
,
2
}
,
{
1
,
2
}
,
{
1
,
2
}
,
{
3
}
,
{
1
,
2
}
,
{
3
}
}
;
I
n
[
4
]
:
=
N
L
s
y
s
t
e
m
c
h
e
c
k
[
n
l
s
y
s
t
e
m
]
O
u
t
[
4
]
=
T
r
u
e
I
n
[
5
]
:
=
N
L
c
a
l
c
u
l
a
t
e
r
e
l
a
t
i
v
e
d
e
g
r
e
e
[
n
l
s
y
s
t
e
m
]
O
u
t
[
5
]
=
{
F
a
l
s
e
,
{
1
,
1
}
,
{
{
1
,
0
}
,
{
1
,
0
}
}
}
S
e
e
A
l
s
o
N
L
d
y
n
a
m
i
c
e
x
t
e
n
s
i
o
n
"
"