Concepts & Explanations

Multilayer networks capture systems where entities interact through multiple types of relationships simultaneously. This section explains the theory behind multilayer networks and how py3plex implements them.

What’s in this section:

Reading Paths:

After Reading This Section

You’ll be able to:

  • Model real-world systems as multilayer networks

  • Choose appropriate parameters (e.g., inter-layer coupling strength)

  • Interpret results correctly

  • Avoid common pitfalls (e.g., flattening important structure)

Tip

Quick check: After reading this section, you should be able to answer:

  • What’s the difference between multiplex and heterogeneous networks?

  • What does the supra-adjacency matrix represent?

  • When should you use high vs. low inter-layer coupling?

Relation to Other Sections:

Jump to Practical Applications:

Once you understand the concepts: