System Design and Complexity
After Lecture Learning Questions to the Lecture System Design and Complexity by Prof. Schweitzer, ETH Zürich, fall 2016.
After Lecture Learning Questions to the Lecture System Design and Complexity by Prof. Schweitzer, ETH Zürich, fall 2016.
Fichier Détails
Cartes-fiches | 88 |
---|---|
Langue | English |
Catégorie | Technique |
Niveau | Université |
Crée / Actualisé | 11.12.2016 / 15.12.2016 |
Lien de web |
https://card2brain.ch/box/20161211_system_design_and_complexity
|
Intégrer |
<iframe src="https://card2brain.ch/box/20161211_system_design_and_complexity/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
Créer ou copier des fichiers d'apprentissage
Avec un upgrade tu peux créer ou copier des fichiers d'apprentissage sans limite et utiliser de nombreuses fonctions supplémentaires.
Connecte-toi pour voir toutes les cartes.
Outline the different types of element interdependence. What is the difference between positive and negative causation, especially when regarding the role of positive/negative feedback mechanisms for the stability of the system.
Unidirectional: A => B
Feedback: A ⇔ B
Indirect: A => B, B => C
Positive causation: +A => +B => positive feedback, reinforcement, leads to instability
Negative causation +A => -B => negative feedback, damping effect, leads to stability
Formulas of Solow Groth Model
\(Y=F[K(t),L(t)]\)
\(Y(t)=C(t)+I(t)\)
\(I(t)=sY(t)\) and \(C(t)=(1-s)Y(t)\)
Dynamics:
\({dK(t) \over dt}=I(t)-\delta K(t)=sY-\delta K(t)\) Depreciation
\({dL(t)\over dt}=nL(t)\) Population growth, immigration
\(y={Y\over L}=f[k(t)]=Ak(t)^{1-\alpha}=Ak(t)^\beta\)
project life cycle?
initiation, planning, execution, closure
Formulas of the density dependent diffusion?
\(K={r\over (k_b+k_d)}\), K: carrying capacity
\({df(t)\over dt}=rf(t)(1-{f(t)\over K})\)
\(f(t)={K\over 1+\eta e^{-rt}}\) with \(\eta={K\over f(0)}-1\)
Define systems engineering and outline the role and principles of system design.
SE is an interdisciplinary field of engineering and engineering management that focuses on how to design and manage complex systems over their life cycles.
Structural perspective, representative agents, macroscopic dynamics
Systems engineering is about defining the system:
→ structural (elements), organizational (shape), functional (what does system do) perspective.
Systems design is about defining the structure and dynamics of a system such that a desired outcome is obtained
List the stages of the problem solving cycle. What are the criteria that good objectives have to fulfill?
Setting the objective
Situation analysis
Formulation of the objective
Search for solutions
Concept synthesis
Concept analysis
Selection of solutions
Evaluation of concepts
Decision
Solution neutrality, state requirements (normative)
Operability, Measurability
Completeness and Balance
Contradiction–free, Redundancy–free
Prioritization
What do we mean by PEST and SWOT analysis? What is their position in the context of the problem solving cycle?
PEST: Sociological, Technological, Economic, and Political
→ external analysis of macro-environment
SWOT: Strengths, Weaknesses, Opportunities, and Threats
→ external and internal analysis
Structured methods to analyze the situation.
=> Setting the objective; situation analysis
Analyze what do we have and look at future trends
Define project management. What are its two objectives?
Project management is the discipline of organizing and managing resources in such a way that these resources deliver all the work required to complete a project within defined scope, time, and cost constraints.
On-time endeavor.
Two objectives: deliver results within prespecified constraints, optimize allocation of resources to meet predefined objectives
Outline the different types of element interdependence. What is the difference between positive and negative causation, especially when regarding the role of positive/negative feedback mechanisms for the stability of the system.
Unidirectional: A => B
Feedback: A ⇔ B
Indirect: A => B, B => C
Positive causation: +A => +B => positive feedback, reinforcement, leads to instability
Negative causation +A => -B => negative feedback, damping effect, leads to stability
Why does the workforce-inventory model display oscillations in production, workforce and inventory while sales are relatively stable? How does a reduction of the target inventory affect this result?
Inventory correction (alpha) and workforce correction (theta) have different time
scales, which lead to oscillations.
An increase in sales leads to an overshooting in inventory/production and increased
hiring.
Lower inventory coverage leads to larger oscillations.
Describe the different stages of the product life cycle. How do they relate to the elements in the BCG Matrix?
Introduction, Growth, Maturity, Decline
Question Marks, Stars, Cash Cows, Dogs
BCG Matrix: market share vs. market growth
Describe the different parameter constellations and resulting market dynamics in the Cob-Web theorem. Which hypotheses are required for the model to work?
beta/delta > 1 => unstable, explosion
beta/delta = 1 => oscillations
beta/delta < 1 => stable, approaching an equilibrium
Beta and delta: price derivative of demand / supply.
Single market, linear supply and demand, competitive market
Demand reacts immediately to price, no future expectations, market clearing
What are the dynamics driving technology diffusion in epidemic, probit and density dependent models? Briefly outline, what issues apply to technology diffusion research in general.
Technology diffusion → spatial process
New technology is exogenous
Technology doesn’t fail
Empirics show asymmetric S-curve
Effect of competition unclear
Explain the logistic map and its control parameter. What is the meaning of a period doubling scenario?
x_n+1 = r * x_n * (1-x_n)
Control parameter r
0 < r < 1 => x => 0
1 < r < 3 => x = 1-1/r, stationary regime
3 < r < 4 => oscillations
Period doubling happens in 3 < r < 4, where cycles of solutions exist, with increasing r the cycles get longer (by doubling of the cycle length due to bifurcation)
Distinguish well defined from ill defined problems.
Well defined problem: defined problem space, known algorithm, information given, goal specified.
Ill defined problem: undefined problem space, uncertainty about information and Goals.
Distinguish simple from complex problems.
Simple problem: = trivial problem; few, weakly or uncorrelated criteria, perfect Solution.
Complex problem: = nontrivial problem; many, strongly correlated optimization Criteria, frustrated system with several (non optimal) solutions.
Describe the TSP. How does it differ from the cubic equation example and from the airport example? Why is it still a well defined problem?
Difference to cubic eq.: procedure for solution is unclear BUT also well defined due to given information and specified goal.
Difference to airport: airport has unclear goals/information (undefined problem space)TSP (travelling salesman problem) = well-defined, non-trivial
Thinking about frustrated problems, what does it mean that there is no ’perfect solution’? Why can’t we know that we have found the perfect one?
Not all solutions can be determined within a finite time. Many criteria are strongly Interdependent and influence the solution. As not all solutions can be investigated. One probably doesn’t find the perfect one, or at least one doesn’t know if one did.
Explain the PSC for the TSP problem. Why is this an iterative procedure based on successive refinement
1: what is the problem? Define cost function;
2: what is the solution? Evolutionary Optimization;
3: select solution. Best solution is known, Improving by random deviations
What is the origin of complexity? Why can’t we get rid of it?
Complexity is given, can’t be simplified. Complexity stems from the different criteria Which are interlinked
Recall the problem solving cycle. Why are the three parts weighted of equal importance (w.r.t. time allocation)?
Setting the objective, search for solution, selection of solutions The steps are prerequisites of the following step, proper preparation helps (Roli: maybe it not only helps but is crucial?) for following tasks
Think about the distinction between “inner system” and “environment”. Should we enlarge the former, to allow for more solutions?
Inner system: part of the system which is affected by the problem and its possible solutions. Environment: contains system. Inner system can be enlarged (size can be corrected due to the effect of the solution)
What are the requirements for an objective? Distinguish between the different types of objectives and the goals included.
Solution neutral, describe requirements, operable, measureable, complete, no contradictions, no redundancy, prioritized.
Types: procedural, system, mandatory, desired
How are objective-relation matrices and polarity diagrams used?
As a help to formulate objectives (compatibility, dimensions of objectives)
Distinguish between 1st order and 2nd order solutions. Can you give examples where 1st order solutions are employed when 2nd order solutions are needed, and vice versa?
1. Order: modification within system, 2. Order: modification of system rules
Explain the relationship between concept synthesis and concept analysis in the PSC. What are the evolutionary elements involved?
Synthesis: generate solutions, analysis: evaluate solutions, Create variety vs. reduce variety, Iterative process
What are the problems involved in project scheduling?
Need to know time needed for an activity, cope with uncertainty of activity duration, dependencies between activities
Compare CPM with the Gantt method. What has been improved?
Relationships between activities are not shown in Gantt, impact of delay is not shown, CPM shows critical path, allows capacity planning
What are the characteristics of the critical path?
Longest path through schedule, no float
-
- 1 / 88
-