Design structure matrix: Difference between revisions

Content deleted Content added
m Replacing A_sample_Design_Structure_Matrix_(DSM).gif with File:A_sample_Design_Structure_Matrix_(DSM).png (by GifTagger because: Replacing GIF by exact PNG duplicate.).
Ariek (talk | contribs)
Reorganization of few paragraphs, and additional paragraphs. See also the discussion notes
Line 1:
[[File:A_sample_Design_Structure_Matrix_(DSM).png|273x193px|framed|right|A sample DSM with 7 elements and 11 dependency marks.]]
The '''Design Structure Matrix (DSM)''' (also referred to as '''dependency structure matrix''', '''dependency structure method''', '''dependency source matrix''', '''problem solving matrix (PSM)''', '''incidence matrix''', '''''N<sup>2</sup>'' matrix''', '''interaction matrix''', '''dependency map''' or '''design precedence matrix''') is a simple, compact and visual representation of a system or project in the form of a square [[matrix (mathematics)|matrix]].
 
It is the equivalent of an [[adjacency matrix]] in [[graph theory]], and is used in [[systems engineering]] and [[project management]] to model the structure of complex systems or processes, in order to perform system analysis, project planning and organization design. [[Don Steward]] coined the term "design structure matrix" in 1981,<ref>D. evenV. thoughSteward: ''The Design Structure System: A Method for Managing the methodDesign of Complex Systems.'' In: ''IEEE Transactions on Engineering Management.'' 28(3), 1981, S. 71-74.</ref> using the matrices to solve mathematical systems of equations. Yet, equivalent methods hashave been in use since the 1960s.
Reading across a row reveals what other elements the element in that row provides outputs to, and scanning a column reveals what other elements the element in that column receives inputs from.
 
It is the equivalent of an [[adjacency matrix]] in [[graph theory]], and is used in [[systems engineering]] and [[project management]] to model the structure of complex systems or processes, in order to perform system analysis, project planning and organization design. [[Don Steward]] coined the term "design structure matrix" in 1981, even though the method has been in use since the 1960s.
 
== Overview ==
A design structure matrix lists all constituent [[subsystem]]s/[[Activity diagram|activities]] and the corresponding [[information exchange]],interactions, and dependency patterns. InFor otherexample, wordswhere the matrix elements represent activities, itthe matrix details what pieces of information are needed to start a particular activity, and shows where the information generated by that activity leads. In this way, one can quickly recognize which other tasksactivities are reliant upon information outputs generated by each activity.
 
The use of DSMs in both research and industrial practice increased greatly in the 1990s. DSMs have been applied in the building construction, real estate development, semiconductor, automotive, photographic, aerospace, telecom, small-scale manufacturing, factory equipment, and electronics industries, to name a few, as well as in many government agencies.
It has two main strengths. First, it can represent a large number of system elements and their relationships in a compact way that highlights important patterns in the data (such as [[feedback loop]]s and modules). Second, it is amenable to matrix-based analysis techniques, which can be used to improve the structure of the system.
 
The matrix representation has several strengths.
DSM analysis provides insights into how to manage complex systems or projects, highlighting [[information flow]]s, task sequences and iteration. It can help teams to streamline their processes based on the optimal flow of information between different interdependent activities.
It* hasThe two main strengths. First, itmatrix can represent a large number of system elements and their relationships in a compact way that highlights important patterns in the data (such as [[feedback loop]]s and modules). Second, it is amenable to matrix-based analysis techniques, which can be used to improve the structure of the system.
* The presentation is amenable to matrix-based analysis techniques, which can be used to improve the structure of the system.
* In modeling activities precedence it allows representing feedback linkages that cannot be modeled by [GANTT]/[PERT] modeling techniques <ref>Browning TR, Fricke E, Negele H (2006) Key concepts in modeling product development processes. Sys Eng, 9(2):104-128</ref>
 
DSM analysis provides insights into how to manage complex systems or projects, highlighting [[information flow]]s, task/activities sequences and iteration. It can help teams to streamline their processes based on the optimal flow of information between different interdependent activities.
 
DSM analysis can also be used to manage the effects of change. For example, if the specification for a component had to be changed, it would be possible to quickly identify all processes or activities which had been dependent on that specification, reducing the risk that work continues based on out-of-date information.
 
==DesignDSM Strcuture==
A DSM is a [[square matrix]]., representing Thelinkages cells alongbetween the diagonalsystem representelements. theThe system elements, which are often labeled in the rows to the left of the matrix and/or in the columns above the matrix. The off-diagonal cells are used to indicate relationships between theThese elements. Readingcan acrossrepresent afor rowexample revealsproduct whatcomponents, otherorganization elements the element in that row provides outputs toteams, andor scanningproject a column reveals what other elements the element in that column receives inputs fromactivities. Alternatively, the rows and columns may be switched (without a change of meaning).
 
The off-diagonal cells are used to indicate relationships between the elements. A marking of the cell indicates a directed link between two elements and can represent design relations or constraints between product components, communication between teams, information flow or precedence relations between activities. Reading across a row reveals the outputs that the element in that row provides to other elements, and scanning a column reveals the inputs that the element in that column receives from other elements. For example, in the DSM, the marking in row A and column C indicated a link from A to C (output from A, input to C). <ref>S.D. Eppinger and T.R. Browning, Design Structure Matrix Methods and Applications, MIT Press, Cambridge, 2012.</ref> Alternatively, the rows and columns may be switched (without a change of meaning). Such notation is used by some researchers, but is less common.
Two main categories of DSMs have been proposed: static and time-based. Static DSMs represent systems where all of the elements exist simultaneously, such as components of a machine or groups in an organization. Static DSMs are usually analyzed with [[Cluster analysis|clustering algorithms]]. In time-based DSMs, the ordering of the rows and columns indicates a flow through time: earlier activities in a process appear in the upper-left of the DSM and later activities appear in the lower-right. Terms like “feedforward” and “feedback” become meaningful when referring to interfaces. Time-based DSMs are typically analyzed using sequencing algorithms.
 
The cells along the diagonal are typically used to represent the system elements. However, the diagonal cells can be used for representing self-iterations (e.g., rework of a code that did not pass its unit testing). Self-iterations are required when a matrix element represents a block of activities/subsystems that may be further detailed, allowing hierarchical DSM structure. <ref> A. Karniel and Y. Reich, “Simulating Design Processes with self-iteration activities based on DSM planning,” in Proceedings of the International Conference on Systems Engineering and Modeling - ICSEM'07, Haifa, 2007. </ref>
DSMs stem from diverse roots. A static DSM is equivalent to an ''N<sup>2</sup>'' diagram or an [[adjacency matrix]]. A time-based DSM is akin to a [[precedence diagram]] or the matrix representation of a [[directed graph]]. The time-based DSM (and the "DSM" term itself) originated with [[Don Steward]], who coined the term “design structure matrix” in 1981. Steward's DSM grew from the use of matrices to solve mathematical systems of equations. [[Christopher Alexander]] presented a similar matrix-based design method in his 1964 book [[Notes on the Synthesis of Form]].
 
Two main categories of DSMs have been proposed: static and time-based. <ref>T. Browning: ''Applying the Design Structure Matrix to System Decomposition and Integration Problems: A Review and New Directions.'' In: ''IEEE Transactions on Engineering Management.'' 48(3), 2001, S. 292-306.</ref>
==Use==
Static DSMs represent systems where all of the elements exist simultaneously, such as components of a machine or groups in an organization. A static DSM is equivalent to an ''N<sup>2</sup>'' diagram or an [[adjacency matrix]]. The marking in the off-diagonal cells is typically symmetrical to the diagonal (e.g., in an organizational DSM indicating interactions between teams, there are both a mark from team C to team E and a mark from team E to team C, thus indicating that interactions are mutual). Static DSMs are usually analyzed with [[Cluster analysis|clustering algorithms]].
The use of DSMs in both research and industrial practice increased greatly in the 1990s. DSMs have been applied in the building construction, real estate development, semiconductor, automotive, photographic, aerospace, telecom, small-scale manufacturing, factory equipment, and electronics industries, to name a few, as well as in many government agencies.
 
Two main categories of DSMs have been proposed: static andA time-based. DSM Staticis DSMsakin representto systemsa where[[precedence alldiagram]] ofor the elementsmatrix exist simultaneously, such as componentsrepresentation of a machine or groups in an organization. Static DSMs are usually analyzed with [[Clusterdirected analysis|clustering algorithmsgraph]]. In time-based DSMs, the ordering of the rows and columns indicates a flow through time: earlier activities in a process appear in the upper-left of the DSM and later activities appear in the lower-right. Terms like “feedforward” and “feedback” become meaningful when referring to interfaces. A feedback mark is an above-diagonal mark (when rows represent output). Time-based DSMs are typically analyzed using sequencing algorithms, that reorder the matrix elements to minimize the amount of feedback marks, and make them as close as possible to the diagonal.
The use of DSM has been extended by the work of Gonzalez-RIvas and Larsson to visualize and optimize the otherwise invisible information flow and interactions associated with office work. This visualization via DSM allows the Lean Body of Knowledge to be applied to office and information intensive flows. See their book Far From the Factory.<ref>{{cite book|title=Far From the Factory: Lean for the Information Age|year=2010|publisher=Productivity Press|___location=New York|isbn=1420094564|pages=159-180}}</ref>
 
DSM matrices were categorized to Component-based or Architecture DSM; People-based (Team-based) or Organization DSM, both considered as Static (representing existing elements). Activity-based or Schedule DSM and Parameter-based DSM are defined as time-based, as their ordering implies flow.
 
===DSM marking===
Initially, the off-diagonal cell markings indicated only the existence/non-existence of an interaction (link) between elements, using a symbol (or the figure '1'). Such marking is defined as "Binary DSM". The marking then has developed to indicate quantitative relation "Numeric DSM" indicating the "strength" of the linkage, or statistical relations "Probability DSM" indicating for example the probability of applying new information (that require reactivation of the linked activity).
 
==DSM algorithms==
The DSM algorithms are used for reordering the matrix elements subject to some criteria. Static DSMs are usually analyzed with [[Cluster analysis|clustering algorithms]] (i.e., reordering the matrix elements in order to group together related elements). Clustering results would typically show groups (clusters) of tightly related elements, and elements that are either not connected or are connected to many other elements and therefore are not part of a group.
Time-based DSMs are typically analyzed using partitioning, tearing and sequencing algorithms. <ref> A. Karniel and Y. Reich, "Design process planning using DSM", Managing the Dynamics of New Product Development Processes: A New Product Lifecycle Management Paradigm, Springer, 2011 [http://link.springer.com/chapter/10.1007%2F978-0-85729-570-5_3]</ref>
 
'''Partitioning''' methods try to order the matrix elements such that no feedback marks remain. In case of coupled activities (activities that have cyclic links, e.g., activity A is linked to B, which is linked to C, which is linked to A) the results is a block diagonal DSM (i.e., blocks or groups of coupled activities along the diagonal). Partitioning methods include: Path Searching; Reachability Matrix; Triangulation algorithm; and the powers of the Adjacency Matrix.
 
'''Tearing''' is the removal of feedback marks (in Binary DSM) or assignment of lower priority (numeric DSM). Tearing of a Component-based DSM may imply modularization (the component design is not influencing other components) or standardization (the component design is not influencing and not influenced by other components). <ref> Sered Y, Reich Y (2006)," Standardization and modularization driven by minimizing overall process effort." Computer-Aided Design, 38(5):405-416</ref>. After tearing a partitioning algorithm is (re)applied.
 
Minimizing feedback loops gets the best results for Binary DSM, but not always for Numeric DSM or Probability DSM. '''Sequencing''' algorithms (using optimization, genetic algorithms) are typically trying to minimize the number of feedback loops and also to reorder coupled activities (having cyclic loop) trying to have the feedback marks close to the diagonal. Yet, sometimes the algorithm just tries to minimize a criterion (where minimum iterations is not the optimal results).
 
==Use and extensions==
Interactions between various aspects (people, activities, and components) is done using additional (non-square) linkage matrices. The Multiple Domain Matrix (MDM) is an extension of the basic DSM structure <ref>Maurer M (2007) Structural Awareness in complex product design. Dissertation, Technischen Universität München, Germany</ref>. A MDM includes several DSMs (ordered as block diagonal matrices) that represent the relations between elements of the same ___domain; and corresponding Domain Mapping Matrices (DMM) <ref>M. Danilovic; T. R. Browning: ''Managing Complex Product Development Projects with Design Structure Matrices and Domain Mapping Matrices.'' In: ''International Journal of Project Management.'' 25(3), 2007, S. 300-314.</ref> that represent relations between elements of different domains.
 
The use of DSM has been extended by the work of Gonzalez-RIvas and Larsson to visualize and optimize the otherwise invisible information flow and interactions associated with office work. This visualization via DSM allows the Lean Body of Knowledge to be applied to office and information intensive flows. See their book Far From the Factory.<ref>{{cite book|title=Far From the Factory: Lean for the Information Age|year=2010|publisher=Productivity Press|___location=New York|isbn=1420094564|pages=159-180}}</ref>
 
==References==
{{reflist}}
 
 
==References==
==Additional links==
<references/>
*Web-Portal of DSM Community: http://www.dsmweb.org
* International Design Structure Matrix Conference: http://www.dsm-conference.org
*[http://www.theserverside.net/tt/articles/showarticle.tss?id=ControllingDependencies Control Component Dependencies, TheServerSide.net article]
*[http://hbswk.hbs.edu/archive/1979.html Innovation at the Speed of Information]