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
s
y
s
t
e
m
c
h
e
c
k
N
L
s
y
s
t
e
m
c
h
e
c
k
[
n
l
s
y
s
t
e
m
]
r
e
t
u
r
n
T
r
u
e
i
f
n
l
s
y
s
t
e
m
i
s
i
n
n
o
n
l
i
n
e
a
r
s
y
s
t
e
m
f
o
r
m
a
t
,
t
h
a
t
i
s
,
i
t
i
s
a
1
0
-
t
e
r
m
l
i
s
t
c
o
n
s
i
s
t
o
f
{
s
t
a
t
e
n
a
m
e
s
,
i
n
p
u
t
n
a
m
e
s
,
o
u
t
p
u
t
n
a
m
e
s
,
{
f
,
h
}
,
a
c
t
i
v
e
i
n
p
u
t
s
,
a
c
t
i
v
e
o
u
t
p
u
t
s
,
c
o
n
t
r
o
l
i
n
p
u
t
s
,
d
i
s
t
u
r
b
a
n
c
e
i
n
p
u
t
s
,
m
e
a
s
u
r
e
m
e
n
t
o
u
t
p
u
t
s
,
c
o
n
t
r
o
l
l
e
d
o
u
t
p
u
t
s
}
w
h
e
r
e
f
a
n
d
h
a
r
e
p
u
r
e
f
u
n
c
t
i
o
n
s
,
t
h
e
y
a
r
e
t
h
e
d
y
n
a
m
i
c
e
q
u
a
t
i
o
n
a
n
d
o
u
t
p
u
t
e
q
u
a
t
i
o
n
,
r
e
s
p
e
c
t
i
v
e
l
y
.
f
a
n
d
h
a
r
e
f
u
n
c
t
i
o
n
s
o
f
J
o
i
n
[
s
t
a
t
e
n
a
m
e
s
,
i
n
p
u
t
n
a
m
e
s
]
.
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
s
y
s
t
e
m
c
h
e
c
k
[
n
l
s
y
s
t
e
m
7
]
O
u
t
[
2
]
=
T
r
u
e
S
e
e
A
l
s
o
N
L
s
y
s
t
e
m
o
p
e
r
a
t
i
o
n
▪
c
o
n
v
e
r
t
2
N
L
s
y
s
t
e
m
▪
l
i
n
e
a
r
i
z
a
t
i
o
n
"
"