Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • 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
    • 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`
convert2NLsystem
​
nlsystem=convert2NLsystem[system]
converts an LTI system into the nonlinear system nlsystem in the appropriate format.
​
Examples  
(1)
Basic Examples  
(1)
In[1]:=
system1={{},{u1,u2},{y1,y2},{{2,1},{1,2}},{1,2},{1,2},{1,2},{},{1,2},{}};systemcheck[system1]
Out[1]=
True
In[2]:=
nlsystem=
convert2NLsystem
[system1]
Out[2]=
{{},{u1,u2},{y1,y2},{Function[{u1,u2},{}],Function[{u1,u2},{2u1+u2,u1+2u2}]},{1,2},{1,2},{1,2},{},{1,2},{}}
In[3]:=
NLsystemcheck
[nlsystem]
Out[3]=
True
SeeAlso
NLsystemcheck
 
▪
linearization
 
▪
NLsystemoperation
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com