In automata theory and control theory, branches of mathematics, theoretical computer science and systems engineering, a noncommutative signal-flow graph is a tool for modeling interconnected systems and state machines by mapping the edges of a directed graph to a ring or semiring.
A single edge weight might represent an array of impulse responses of a complex system (see figure to the right), or a character from an alphabet picked off the input tape of a finite automaton, while the graph might represent the flow of information or state transitions.
As diverse as these applications are, they share much of the same underlying theory.
Consider n equations involving n+1 variables .
xi=
n | |
\sum | |
j=0 |
aijxj, 1\leqi\leqn,
with aij elements in a ring or semiring R. The free variable x0 corresponds to a source vertex v0, thus having no defining equation. Each equation corresponds to a fragment of a directed graph G=(V,E) as show in the figure.
The edge weights define a function f from E to R. Finally fix an output vertex vm. A signal-flow graph is the collection of this data S = (G=(V,E), v0,vm
\in
xm=Tx0,
with T an element of R called the gain.
There exist several noncommutative generalizations of Mason's rule. The most common is the return loop method (sometimes called the forward return loop method (FRL), having a dual backward return loop method (BRL)). The first rigorous proof is attributed to Riegle, so it is sometimes called Riegle's rule.
As with Mason's rule, these gain expressions combine terms in a graph-theoretic manner (loop-gains, path products, etc.). They are known to hold over an arbitrary noncommutative ring and over the semiring of regular expressions.
The method starts by enumerating all paths from input to output, indexed by j
\in
pj=
(j) | |
(w | |
kj |
,\ldots,
(j) | |
w | |
2, |
(j) | |
w | |
1). |
The contribution of the j-th path to the gain is the product along the path, alternating between the path product weights and the node factors:
Tj=
1 | |
\prod | |
i=kj |
-1 | |
(1-S | |
i) |
(j) | |
w | |
i, |
so the total gain is
T=\sumj\inTj.
Consider the signal-flow graph shown. From x to z, there are two path products: (d) and (e,a). Along (d), the FRL and BRL contributions coincide as both share same loop gain (whose split reappears in the upper right of the table below):
f+e(1-b)-1c,
Multiplying its node factor and path weight, its gain contribution is
Td=\left[1-f-e(1-b)-1c\right]-1d.
Along path (e,a), FRL and BRL differ slightly, each having distinct splits of vertices y and z as shown in the following table.
Adding to Td, the alternating product of node factors and path weights, we obtain two gain expressions:
T(FRL)=\left[1-f-e(1-b)-1c\right]-1d+\left[1-f-e(1-b)-1c\right]-1e(1-b)-1a,
and
T(BRL)=\left[1-f-e(1-b)-1c\right]-1d+(1-f)-1e\left[1-b-c(1-f)e\right]-1a,
These values are easily seen to be the same using identities (ab)−1 = b−1a−1 and a(1-ba)−1=(1-ab)−1a.
Consider equations
yi=\sum
2 | |
j=1 |
aijxj+
2 | |
\sum | |
j=1 |
bijyj
and
zi=\sum
2 | |
j=1 |
cijyj,
This system could be modeled as scalar signal-flow graph with multiple inputs and outputs. But, the variables naturally fall into layers, which can be collected into vectors x=(x1,x2)ty=(y1,y2)t andz=(z1,z2)t.This results in much simpler matrix signal-flow graph as shown in the figure at the top of the article.
Applying the forward return loop method is trivial as there's a single path product (C,A) with a single loop-gain B at y. Thus as a matrix, this system has a very compact representation of its input-output map:
T=C(1-B)-1A.
An important kind of noncommutative signal-flow graph is a finite state automaton over an alphabet
\Sigma
\Sigma*
\subseteq\Sigma*
A ⋅ B=\{ab\mida\inA,b\inB\}.
Parallel connections correspond to set union, which in this context is often written A+B.
Finally, self-loops naturally correspond to the Kleene closure
A*=\{λ\}+A+AA+AAA+ … ,
where
λ
(1-x)-1=1+x+x2+x3 … ,
is more than superficial, as expressions of this form serve as 'inversion' in this semiring.
In this way, the subsets of
\Sigma*
\Sigma*
This automaton is deterministic so we can unambiguously enumerate paths via words. Using the return loop method, path contributions are:
λ
ac*b,
λ
ac*dc*a,
λ
bc*a.
Thus the language accepted by this automaton (the gain of its signal-flow graph) is the sum of these terms
L=ac*b+ac*dc*a+bc*a.