ArticleslgStudy

biology

Ordered graph

Ordered graph is a biology 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 Ordered graph rather than just read about it. In short: An ordered graph is a graph with a total order over its nodes. In an ordered graph, the parents of a node are the nodes that are adjacent to it and precede it in the ordering.

Ordered graph — main illustration
Ordered graph — illustration

Key takeaways

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

Reference excerpt

An ordered graph is a graph with a total order over its nodes. In an ordered graph, the parents of a node are the nodes that are adjacent to it and precede it in the ordering. More precisely, n {\displaystyle n} is a parent of m {\displaystyle m} in the ordered graph ⟨ N , E , < ⟩ {\displaystyle \langle N,E,<\rangle } if ( n , m ) ∈ E {\displaystyle (n,m)\in E} and n < m {\displaystyle n<m} . The width of a node is the number of its parents, and the width of an ordered graph is the maximal width of its nodes. The induced graph of an ordered graph is obtained by adding some edges to an ordering graph, using the method outlined below. The induced width of an ordered graph is the width of its induced graph. Given an ordered graph, its induced graph is another ordered graph obtained by joining some pairs of nodes that are both parents of another node. In particular, nodes are considered in turn according to the ordering, from last to first. For each node, if two of its parents are not joined by an edge, that edge is added. In other words, when considering node n {\displaystyle n} , if both m {\displaystyle m} and l {\displaystyle l} are parents of it and are not joined by an edge, the edge ( m , l ) {\displaystyle (m,l)} is added to the graph. Since the parents of a node are always connected with each other, the induced graph is always chordal. As an example, the induced graph of an ordered graph is calculated. The ordering is represented by the position of its nodes in the figures: a is the last node and d is the first.

Node a {\displaystyle a} is considered first. Its parents are b {\displaystyle b} and c {\displaystyle c} , as they are both joined to a {\displaystyle a} and both precede a {\displaystyle a} in the ordering. Since they are not joined by an edge, one is added. Node b {\displaystyle b} is considered second. While this node only has d {\displaystyle d} as a parent in the original graph, it also has c {\displaystyle c} as a parent in the partially built induced graph. Indeed, c {\displaystyle c} is joined to b {\displaystyle b} and also precedes b {\displaystyle b} in the ordering. As a result, an edge joining c {\displaystyle c} and d {\displaystyle d} is added. Considering d {\displaystyle d} does not produce any change, as this node has no parents. Processing nodes in order matters, as the introduced edges may create new parents, which are then relevant to the introduction of new edges. The following example shows that a different ordering produces a different induced graph of the same original graph. The graph is the same as above but b {\displaystyle b} and c {\displaystyle c} are swapped in the order.

As in the previous case, both b {\displaystyle b} and c {\displaystyle c} are parents of a {\displaystyle a} . Therefore, an edge between them is added. According to the new order, the second node that is considered is c {\displaystyle c} . This node has only one parent ( b {\displaystyle b} ). Therefore, no new edge is added. The third considered node is b {\displaystyle b} . Its only parent is d {\displaystyle d} . Now, b {\displaystyle b} and c {\displaystyle c} are joined as before but due to the different ordering, c {\displaystyle c} is not a parent of b {\displaystyle b} . As a result, no new edge is introduced between c {\displaystyle c} and d {\displaystyle d} this time. Since d {\displaystyle d} has no parent, the final induced graph is the one above. This induced graph differs from the one produced by the previous ordering.

See also Directed graph Local consistency

References Dechter, Rina (2003). Constraint Processing. Morgan Kaufmann. ISBN 1-55860-890-7

Illustrations

Ordered graph illustration
Ordered graph illustration
Ordered graph illustration
Ordered graph illustration
Ordered graph illustration

Worked examples

Example 1 — a first encounter with Ordered graph

Start with the simplest possible case. Write down what Ordered graph claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In biology, 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 Ordered graph 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 Ordered graph 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 Ordered graph

In research
Ordered graph appears in biology 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 Ordered graph 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
Ordered graph is common in secondary-school and first-year university syllabi. It links to neighbouring topics Constraint programming, Extensions and generalizations of graphs, so understanding it makes those chapters shorter.
In everyday life
Look for Ordered graph 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 Ordered graph in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Ordered graph 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 Ordered graph out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Ordered graph in simple terms?

An ordered graph is a graph with a total order over its nodes. In an ordered graph, the parents of a node are the nodes that are adjacent to it and precede it in the ordering.

Why does Ordered graph matter?

Because it connects several biology 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 Ordered graph?

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 Ordered graph.

Tags

  • Constraint programming
  • Extensions and generalizations of graphs

Keep exploring