ArticleslgStudy

computer science

Multidimensional network

Multidimensional network is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Multidimensional network rather than just read about it. In short: In network theory, multidimensional networks, a special type of multilayer network, are networks with multiple kinds of relations. Increasingly sophisticated attempts to model real-world systems as multidimensional networks have yielded valuable insight in the fields of social network analysis, economics, urban and international transport, ecology, psychology, medicine, biology, commerce, climatology, physics, compu…

Multidimensional network — main illustration
Multidimensional network — illustration

Key takeaways

  • Multidimensional network belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Multidimensional network to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Multidimensional network from memory before moving on to harder problems.

Reference excerpt

In network theory, multidimensional networks, a special type of multilayer network, are networks with multiple kinds of relations. Increasingly sophisticated attempts to model real-world systems as multidimensional networks have yielded valuable insight in the fields of social network analysis, economics, urban and international transport, ecology, psychology, medicine, biology, commerce, climatology, physics, computational neuroscience, operations management, and finance.

Terminology The rapid exploration of complex networks in recent years has been dogged by a lack of standardized naming conventions, as various groups use overlapping and contradictory terminology to describe specific network configurations (e.g., multiplex, multilayer, multilevel, multidimensional, multirelational, interconnected). To fully leverage the dataset information on the directional nature of the communications, some authors consider only direct networks without any labels on vertices, and introduce the definition of edge-labeled multigraphs which can cover many multidimensional situations. The term "fully multidimensional" has also been used to refer to a multipartite edge-labeled multigraph. Multidimensional networks have also recently been reframed as specific instances of multilayer networks. In this case, there are as many layers as there are dimensions, and the links between nodes within each layer are simply all the links for a given dimension.

Definition

Unweighted multilayer networks In elementary network theory, a network is represented by a graph G = ( V , E ) {\displaystyle G=(V,E)} in which V {\displaystyle V} is the set of nodes and E {\displaystyle E} the links between nodes, typically represented as a tuple of nodes u , v ∈ V {\displaystyle u,v\in V} . While this basic formalization is useful for analyzing many systems, real world networks often have added complexity in the form of multiple types of relations between system elements. An early formalization of this idea came through its application in the field of social network analysis (see, e.g., and papers on relational algebras in social networks) in which multiple forms of social connection between people were represented by multiple types of links. To accommodate the presence of more than one type of link, a multidimensional network is represented by a triple G = ( V , E , D ) {\displaystyle G=(V,E,D)} , where D {\displaystyle D} is a set of dimensions (or layers), each member of which is a different type of link, and E {\displaystyle E} consists of triples ( u , v , d ) {\displaystyle (u,v,d)} with u , v ∈ V {\displaystyle u,v\in V} and d ∈ D {\displaystyle d\in D} . Note that as in all directed graphs, the links ( u , v , d ) {\displaystyle (u,v,d)} and ( v , u , d ) {\displaystyle (v,u,d)} are distinct. By convention, the number of links between two nodes in a given dimension is either 0 or 1 in a multidimensional network. However, the total number of links between two nodes across all dimensions is less than or equal to | D | {\displaystyle |D|} .

Weighted multilayer networks In the case of a weighted network, this triplet is expanded to a quadruplet e = ( u , v , d , w ) {\displaystyle e=(u,v,d,w)} , where w {\displaystyle w} is the weight on the link between u {\displaystyle u} and v {\displaystyle v} in the dimension d {\displaystyle d} .

Further, as is often useful in social network analysis, link weights may take on positive or negative values. Such signed networks can better reflect relations like amity and enmity in social networks. Alternatively, link signs may be figured as dimensions themselves, e.g. G = ( V , E , D ) {\displaystyle G=(V,E,D)} where D = { − 1 , 0 , 1 } {\displaystyle D=\{-1,0,1\}} and E = { ( u , v , d ) ; u , v ∈ V , d ∈ D } {\displaystyle E=\{(u,v,d);u,v\in V,d\in D\}} This approach has particular value when considering unweighted networks. This conception of dimensionality can be expanded should attributes in multiple dimensions need specification. In this instance, links are n-tuples e = ( u , v , d 1 … d n − 2 ) {\displaystyle e=(u,v,d_{1}\dots d_{n-2})} . Such an expanded formulation, in which links may exist within multiple dimensions, is uncommon but has been used in the study of multidimensional time-varying networks.

… excerpt ends here. Continue reading the full article.

Illustrations

Multidimensional network illustration
Multidimensional network: The multiplex network of European airports. Each airline denotes a different layer. Visualization made with the muxViz software
The multiplex network of European airports. Each airline denotes a different layer. Visualization made with the muxViz software
Multidimensional network: The World Economic Forum map of global risks and global trends, modeled as an interdependent network (also known as network of networks).
The World Economic Forum map of global risks and global trends, modeled as an interdependent network (also known as network of networks).
Multidimensional network: The multiplex social network of Star Wars saga. Each layer denotes a different episode and two nodes are connected each other if the corresponding characters acted together in one or more scenes. Visualization made with muxViz software
The multiplex social network of Star Wars saga. Each layer denotes a different episode and two nodes are connected each other if the corresponding characters acted together in one or more scenes. Visualization made with muxViz software
Multidimensional network: Network of layers in multilayer systems
Network of layers in multilayer systems

Worked examples

Example 1 — a first encounter with Multidimensional network

Start with the simplest possible case. Write down what Multidimensional network claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Multidimensional network before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Multidimensional network ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Multidimensional network

In research
Multidimensional network appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Multidimensional network in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Multidimensional network is common in secondary-school and first-year university syllabi. It links to neighbouring topics Network theory, Networks, so understanding it makes those chapters shorter.
In everyday life
Look for Multidimensional network outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Multidimensional network in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Multidimensional network means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Multidimensional network out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Multidimensional network in simple terms?

In network theory, multidimensional networks, a special type of multilayer network, are networks with multiple kinds of relations. Increasingly sophisticated attempts to model real-world systems as multidimensional networks have yielded valuable insight in the fields of social network analysis, eco…

Why does Multidimensional network matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Multidimensional network?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Multidimensional network.

Tags

  • Network theory
  • Networks

Keep exploring