SlideShare a Scribd company logo
1 of 11
Download to read offline
International Journal of Engineering Science Invention
ISSN (Online): 2319 – 6734, ISSN (Print): 2319 – 6726
www.ijesi.org ||Volume 5 Issue 8|| August 2016 || PP. 54-64
www.ijesi.org 54 | Page
Steady-State and Transient Probabilities Calculation for
Engineering Models
Isa Salman Qamber, Abbas Muanedalalyan, Mohanadbadri,
Ahmed Naser Albastaki, Ahmed Mohamed Rashid
University Of Bahrain, Department Of Electrical & Electronics Engineering,P. O. Box 32038, Isa Town,
Kingdom Of Bahrain
Abstract: The present paper presents finding the steady-state and transient probabilities of some real existed
systems. Different methods are used to solve the differential equations of engineering to find the probabilities
that each system is passing through. These methods are the Laplace Transforms, Runge-Kutta and Predictor-
Corrector. It is found that calculating the steady-state and transient probabilities will help in achieving the
calculation of system reliability indices needed for predicting reliability of the system.
Keywords: Engineering Models, Laplace Transforms, Predictor-Corrector, Runge-Kutta, Probabilities.
I. Introduction
Reliability is defined as the probability of a system performing its required tasks as expected for agreed
maintenance and the required duration without any interruption. The reliability of engineering models providing
the required conditions for the intended time to satisfy the customer need without any interruption. At same time
the electrical energy is an essential part of today's modern life. Therefore, it is important to keep the supply of
power continuous. To keep our power utility reliable, the human life as it is known it will cease to exist.
The present study discuss the reliability of some engineering systems and how to calculate its probabilities. The
Laplace Transforms, Runge-Kutta and Predictor-Corrector methods are used for solving the differential
equations of the systems to find its probabilities.
It has been considered that the system states might be 2,3,4,6 or 7. The calculation of the probabilities of a
system that might have any states has been done using Matlab code that will solve each case with three methods
mentioned earlier. The results of the calculations have been presented in the present study.
All engineers are interested in engineering reliability. Therefore, it is important to calculate the steady-state and
transient probabilities through the expected required period that the system is passing through. This
investigation will help for future status.
II. Research Objective
The aim of this study is to find the steady-state and transient probabilities solution by Matlab code which will
solve system of differential equations. This system represents the probability of different systems. Three
methods were considered: Laplace Transforms, Runge-Kutta and Predictor-Corrector methods.
Some difficulties are faced during the research. The first problem was the experience in solving the differential
equations by any method other than Laplace Transforms. Another issue that was encountered is the availability
of the suitable version of Matlab (version 2015). The new version is important because some of new functions in
Matlab were added to the new version.
III. Previous Studies
The present section will focus on the previous studies carried out on the matter of steady states and transient
probabilities. The studies in the present section concentrates on the Markov models where a suitable solution is
required to solve the formed differential equations (forming the models).A differential equation is
a mathematical equation that relates to some function with its derivatives. In applications, the functions usually
represent physical quantities, where the derivatives represent their rates of change and the equation defines a
relationship between both.
In the present case, differential equations represent the rate of change of the reliability of a system over the time.
Those equations need to be solved in order to find the relation between transient probabilities and the time. By
obtaining this relation the reliability can be calculated at any given time.
There are several methods to solve differential equations. Some of these methods are "Laplace Transforms",
"RungeKutta" and "Predictor-Corrector". In the present study, the three methods are considered to solve the
differential equation.
Steady-State And Transient Probabilities Calculation for Engineering Models
www.ijesi.org 55 | Page
Lisnianski et al [1] in their study they concentrate on a short-term risk evaluation which performed for electric
power stations. Each power generating unit is presented by a multi-state Markov model. Risk is treated as the
probability of loss of load as the probability of a system entrance in the set of states. The universal generating
function technique is primarily oriented to steady-state reliability analysis. A multi-state power systems are
considered in their study.
Wandelt et al present in their study [2] developed a higher order symmetric partitioned Runge–Kutta method for
a coupled system of differential equations. They have started with a discussion on partitioned Runge–Kutta
methods of arbitrary order. They generalized the method to a symmetric partitioned Runge–Kutta (SPRK)
scheme. Furthermore, the authors derived a set of coefficients for convergence order 4.
Qamber[3] in his paper presents two different methods — Lower Upper (LU) decomposition and Runge–Kutta
— for reliability engineering assessment. Both methods are used to calculate the steady-state probabilities and
frequencies of two different engineering models. The effect of different methods is shown on the simple
numerical examples by comparing the steady-state probabilities and frequencies of both models. The author
reached to conclude that the LU decomposition method which is useful to practicing engineers and students of
reliability concepts. Finally, the results for both methods is almost the same.
It is well known that the evaluation of various options for energy sources, energy conversion, and efficient use
of energy led to the use of computer-based mathematical models which is implemented on computers. Deeter et
al [4] in their study are providing a helpful guide for the research computer scientists working on the
development of new methods for analysis of propagation of error and an annotated bibliography of energy-
related mathematical models classified by validation and error analysis methods are provided.
Qamber et al [5] present in their study the transient probabilities for four three-state power system and one seven
state telecommunication system. The authors in their study which was carried out using the Adams Method and
another method known as Stabilization Method (SM) which is developed for their study. The Stabilization
Method (SM) which is considered as the new investigated method. The new method is compared with Adams
method from stability and accuracy viewpoints. It was found that the SM required less programming effort
compared to the Adams method. The accuracy of stabilization method (SM) compared with Adams when
sufficiently small time interval is chosen. The relationship between the CPU time and the number of states was
found to be non-linear for the SM method.
Abdelkader [6] in his study derived a procedure for obtaining independent no identically distributed random
variables. A survey of the most important properties are also presented.
Qamber et al [7] in their study used the Markov process to determine the three-state probabilities of generating
units as functions of time. The authors in their study derived the three states general formulas for both steady-
state and transient probabilities using the Laplace Transforms Method. Also, they show the serious effect of this
flaw on the results for both the forced-outage and the derated state probabilities in the transient condition.
IV. Laplace Transforms Method
The Laplace transforms is an integral transform, which is used to solve the differential equations by transform it
into the s-domain(frequency domain), and Converting the final form s-domain equation back to the time
domain. Therefore, the Laplace Transforms method has been chosen because it is the one of the most accurate
method to solve the differential equations. The solution using Laplace Transforms will be used for a number of
equations representing the probabilities of a system over the time. Therefore by forming the equations which
represent the probabilities of the system that pass through.
To solve the equations, a Matlab code should be written to show the use of the built in function shape. The
Laplace transform ℒ, of a function f(t) for t > 0 is defined by the following integral over 0 to ∞:
Laplace { f(t) } = f(t) dt (1)
V. Runge-Kutta Method
The Runge–Kuttamethod are used for the approximation solution of ordinary differential equations. Therefore,
comparing the Runge-Kutta with the Laplace Transforms, it can be considered as less accurate method.
However, it is much faster and produce an acceptable solution with minimal error.
The Runge-Kutta method can be applied using the following:
yn+1 = yn + (k1 + 2k2 + 2k3 + k4) (2a)
tn+1 = tn + h (2b)
Where,
k1 = f(tn , yn),
k2 = f(tn + , yn + k1),
Steady-State And Transient Probabilities Calculation for Engineering Models
www.ijesi.org 56 | Page
k3 = f(tn + , yn + k2),
k4 = f(tn + h, yn + h k3)
VI. Predictor-Corrector Method:
A predictor–corrector method is an algorithm that proceeds in two steps. First, the prediction step calculates a
rough approximation of the desired quantity. Second, the corrector step refines the initial approximation using
other means.
The predictor equation:
yn+1 = yn-3 + h (2 ýn - ýn-1 + 2 ýn-2 ) + O(h5
) (3a)
The corrector equation:
yn+1 = yn-1 + h (ýn-1 + 4 ýn + ýn-1 ) + O(h5
) (3b)
VII.Calculation of State-Probabilities:
Before calculating the reliability of any system, the number of states of that system are needed. These states
having transition rates between them. Therefore, in the present research it has been considered that the system is
either having two or more states.
VII.1.Two state model:
Considering a two state model, where the system is either in "UP" or "Down" state. This means that there are
only failure and repair rates as shown in Figure (1).
Figure (1) two state modle
For this purpose the state space diagram equations required to found. In this case; to find the steady-state and
transient probabilities, the initial probabilities are needed. It is assumed thatP1(t)=1 and the rest of the initial
probabilities are zeros. The differential equations are formed in a matrix form, where the matrix of transition
rates forming the state-space diagram known as Markov Model.
The model for the 2-state can be represented by the following matrix:
= (4)
VII.2.Three state model:
The three state model is either in "UP‖, "Partial‖ state or the ―Fail‖ state which is "down" state. This system is
shown in figure (2).
Figure (2) Three state model
Steady-State And Transient Probabilities Calculation for Engineering Models
www.ijesi.org 57 | Page
To find the state space diagram equations, the self-loops are obtained for the three state model. Based on the
model and to find the transient probabilities, the initial probabilities are needed, which are assumed to be P1 (t)
=1 for the first state and the rest of the initial probabilities are zeros.
The model for the 3-state can be represented by the following matrix:
= (5)
VII.3.Four State Model:
The four state model might be represented as two generating units. The system is either in the "UP" state (with
full capacity for both generators), or the second state "G1-UP G2-down",the third state "G1-down G2-UP", and
the last state called fail state which is "down". The model is shown in the figure (3).
Figure (3) Four State Model
To find the state space diagram equations. The self-loops are obtained for the four state model. Based on the
model and to find the transient probabilities, the initial probabilities are needed, which assumed to be P1 (t) =1
and the rest of the initial probabilities are equal to zeros.
VII.4.Six State Model:
In the six state model [8] the system is considered as follows:
State (1): the first state which is (human operator performing his task correctly in normally mode)
State (2): the second state is system failure due to self-corrected human error in normal state
State (3): the third state is system failure due to non-self-corrected human error in normal state
State (4): the fourth state human operator performing his task correctly in stress state
State (5): the fifth state is system due to self-corrected human error in stress state
State (6): the sixth state is system due to non-self-corrected human error in stress state, so the system considered
more than one variable and shown in Figure (4).
Figure (4) Six State Model[Reference 8]
Steady-State And Transient Probabilities Calculation for Engineering Models
www.ijesi.org 58 | Page
To find the state space diagram equations, the self-loops are obtained for the six state model and based on the
model to find the transient probabilities. The initial probabilities are needed where P1(t) is assumed to be equal
to unity and the rest of the initial probabilities for four states are zeros.
VII.5.Seven State model:
In the seven state model, , if they consider three units, the system is either in the "UP" state which means it is
operating with a full capacity (i.e. all units are working A B C), or the second state which is S2 (i.e. B C are
working, but unit A fail) ,S3 (i.e A ,B are working properly, but C fails) ,S4 (i.e. A,C working properly, but B
fail) ,S5 (i.e. B is working properly, but A,C fail),S6 (i.e. C is working properly, but A and B fail) ,the last state
which is S7 means that A working properly but B and C fail. The model is shown in Figure (5).
Figure (5) Seven State Model
To find the state space diagram equations. The self-loops are obtained for the seven state model. Based on the
model and to find the steady-state and transient probabilities, the initial probabilities are needed, which assumed
to P1(t)=1 and the rest of the initial probabilities are equal to zeros. The differential equations are formed in a
matrix form, where the matrix of transition rates is known as Markov Model.
For the seven state model which represented by 7x7 matrix, there are 14 transition rates, the transition rate from
state 1 to 2 is 0.0133,from state 1 to 3 is 0.005,from state 1 to 4 is 0.5,from state 2 to1 is0.5,from state 2 to 5 is
0.005,from state 2 to 6 0.02 ,from state 3 to 1 is 0.2,from state 4 to 1 is 0.01,from state 4 to 7 is 0.005,from 5 to
2 is 0.2 ,from 6 to 2 is 0.5 ,from 6 to 4 is 0.02 and the last transition rate is from state 7 to 4 and its equal to 0.2,
the remaining matrix is zero .
VIII. Results And Discussion
To solve the differential equations, the three methods explained earlier are used for the state-models.
VIII.1.Two States Model:
By considering the transition rates as 0.8 and 0.2 the below results were calculated using the three methods and
found:
Laplace Transforms Method:
Figure (6) Laplace Transforms Results
Steady-State And Transient Probabilities Calculation for Engineering Models
www.ijesi.org 59 | Page
The raw data for the 2-state model can be used. As well, from these raw data and figure (6) both transient
probabilities P1 and P2 are calculated. The stability is occurred at time 84 hours; where the probabilities are 0.8
and 0.2, respectively.
Runge-Kutta Method:
Figure (7) Runge-Kutta Results
The raw data for figure (7) are used to find the probabilities P1 and P2 and these probabilities are stabilizing at t=
84, where P1=0.800 and P2=0.200.
Predictor-Corrector Method:
Figure (8) Predictor-Corrector Results
The raw data for figure (8) are found and the probabilities P1 and P2 are calculated, where it is stabilized at t=
64, where P1=0.7990 and P2=0.1993.
VIII.2.Three States:
The three-state model can be studied and the results of the transient probabilities are calculated:
Laplace Transforms Method:
Figure (9) Laplace Transforms Results
Steady-State And Transient Probabilities Calculation for Engineering Models
www.ijesi.org 60 | Page
The raw data for figure (9)are used, where the probabilities P1, P2 and P3 are calculated and stabilization at time
t= 86hours, where P1=0.64, P2= 0.32 and P3 =0.04.
Runge-Kutta Method:
Figure (10) Runge-Kutta Results
The transient probabilities P1, P2 and P3 are stabilizing at t= 86 where P1=0.6422, P2= 0.3184 and P3 =0.0395.
Predictor-Corrector Method:
Figure (11) Predictor-Corrector MethodResults
From figure (11), it has obtained that the transient state probabilities P1, P2 and P3 are stabilizing at t= 64 where
P1=0.6381, P2= 0.318 and P3 =0.0396.
VIII.3.Four States Model:
The four-state model is studied and the results of the transient probabilities are calculated using the three
methods explained earlier:
Laplace Transforms Method:
Figure (12) Laplace Transforms Results
Steady-State And Transient Probabilities Calculation for Engineering Models
www.ijesi.org 61 | Page
The results of the four-state model can be calculated as P1, P2, P3 and P4illustrated in Fig. (12), where their
stabilizing point is at t= 240. The recorded values of the probabilities are P1=0.5716, P2= 0.0953,P3 =0.2855 and
P4=0.0476.
Runge-Kutta Method:
Figure (13) Runge-Kutta Results
Figure (13) showing the transient-probabilities P1, P2,P3 and P4which are stabilizing at t= 240, where their values
are P1=0.5716, P2= 0.0953,P3 =0.2855 and P4=0.0476.
Predictor-Corrector Method:
Figure (14) Predictor-Corrector Results
Figure (14) showing the transient probabilities P1, P2,P3 and P4which are stabilizing at t= 240 and P1=0.5673,
P2= 0.0959, P3 =0.2862 and P4=0.0471.
VIII.4.Six States Model:
By considering the transition rates as 0.002, 0.001, 0.005, 0.004, 0.998, 0.999, 0.1 and 0.1. The results are
obtained.
Laplace Transforms Method:
Figure (15) Laplace Transforms Results
Steady-State And Transient Probabilities Calculation for Engineering Models
www.ijesi.org 62 | Page
The results obtained for the six state model are shown in Figure(16) based on the raw data of the system
considered. The probabilities P1, P2,P3, P4, P5 and P6 are stabilizing at time t= 250 where P1= 0.4785, P2=
0.0010, P3=0.0147, P4=0.4650, P5=0.0023 and P6=0.0385.
Runge-Kutta Method:
Figure (16) Runge-Kutta Results
The transient probabilities are calculated and obtained based on the raw data of the considered system and figure
(16) obtained, where the probabilities P1, P2, P3, P4, P5 and P6 are stabilizing at t= 240 where P1= 0.4704, P2=
0.0005, P3=0.0291, P4=0.4595, P5=0.0023 and P6=0.0385.
Predictor-Corrector Method:
Figure (17) Predictor-Corrector Results
The results obtained for the six state model are shown in Fig. (17); where the probabilities P1, P2,P3, P4, P5 and
P6 are stabilized at a time t= 150. The results are P1= 0.5048, P2= 0.0005, P3=0.0194, P4=0.4524, P5=0.0022 and
P6=0.0199.
VIII.5.Seven States
The transition rates for the seven state model are as listed below:
From 12: 0.0133
From 13: 0.005
From 14: 0.5
From 21: 0.5
From 25: 0.005
From 26: 0.002
Steady-State And Transient Probabilities Calculation for Engineering Models
www.ijesi.org 63 | Page
From 31: 0.2
From 41: 0.01
From 4 6: 0.5
From 47: 0.005
From 52: 0.2
From 62: 0.5
From 64: 0.02
From 74: 0.2
The three considered methods are used and the results are obtained.
Laplace Transforms Method:
The transient probabilities are calculated and obtained using the Laplace Transforms. The stabilization results
are at t= 240. These results are P1= 0.9347, P2= 0.0246, P3= 0.0204, P4=0.0187, P5= 0.0005, P6=0.0009 and
P7=0.0004. Figure (18) shows the results found using the Laplace Transforms.
Figure (18) Laplace Transforms Results
Runge-Kutta Method:
The transient probabilities are calculated and obtained using the Runge-Kutta. The results are illustrated in Fig.
(19).The stabilization results are at t= 190; where P1= 0.9318, P2= 0.0247, P3= 0.0229, P4=0.0187, P5=
0.0006,P6=0.0009 and P7=0.0005.
Figure (19) Runge-Kutta Results
Predictor-Corrector Method:
The transient probabilities are calculated using the Predictor-Corrector method and the probabilities are
stabilized at t= 190. The stabilized probabilities are P1= 0.9343, P2= 0.0246, P3= 0.0204, P4=0.0187, P5=
0.0005,P6=0.0009 and P7=0.0004. The transient probabilities are illustrated in Fig. (20).
Steady-State And Transient Probabilities Calculation for Engineering Models
www.ijesi.org 64 | Page
Figure (20) Predictor-Corrector Results
IX. Conclusions And Recommendations
The calculation of system steady-state and transient probabilities need to be calculated with the assumption of
the initial probabilities values. These values will help to estimate the average cost of generation and the cost of
any system. On the other hand, under building state space model under study which is needed, this will help in
designing any system for future.
An electric power system planner is concerned both with the level of predicted steady-state and transient
probabilities.
Calculating the transient probabilities will help through calculating system indices. Then, by having a suitable
computer package to calculate the probabilities will help the decision makers which have a good and better view
for the system stability.
It was found that the three Methods are stable for all increment of time increment factor used. The three
methods solved the models to calculate the transient and steady-state probabilities with a high accuracy and it is
used friendly using the matlab subroutines and simulink. The accuracy is clear through the obtained results.
The effect of the increment of time using the Predictor-Corrector Method needs further study to find out the
optimum and suitable solution for a large number of state models. Economy impact an electric utility, such as
the fuel needed to meet more reliable system and needs further studies.
References
[1]. Anatoly Lisnianski, Yi Ding, ―Using inverse Lz-transform for obtaining compact stochastic model of complex power station for
short-term risk evaluation‖, Reliability Engineering & System Safety, Volume 145, January 2016, Pages 19-27.
[2]. M. Wandelt, M. Günther, F. Knechtli, M. Striebel, ―Symmetric partitioned Runge–Kutta methods for differential equations on Lie
groups‖, Applied Numerical Mathematics, Volume 62, Issue 12, December 2012, Pages 1740-1748.
[3]. I.S Qamber, ―Reliability study of two engineering models using LU decomposition‖, Reliability Engineering & System Safety,
Volume 64, Issue 3, June 1999, Pages 359-364.
[4]. C.R. Deeter, A.A.J. Hoffman, ―Energy related mathematical models: Annotated bibliography‖, Energy Conversion, Volume 18,
Issue 4, 1978, Pages 189-227.
[5]. Isa S. Qamber, Adel A. Kamal, ―A new developed transient-behaviour solution technique for reliability evaluation of electrical
systems‖, Microelectronics Reliability, Volume 36, Issue 1, January 1996, Pages 71-81.
[6]. Yousry H. Abdelkader, ―A Laplace transform method for order statistics from nonidentical random variables and its application in
Phase-type distribution‖, Statistics & Probability Letters, Volume 81, Issue 8, August 2011, Pages 1143-1149.
[7]. Isa S. Qamber, Samir Q. Fakhro, ―Comparison of three-state probabilities under steady-state and transient conditions using both
Laplace Transforms and Flow-Graph Methods, when applied to four TVA model‖, Microelectronics Reliability, Volume 34, Issue
3, March 1994, Pages 463-473.
[8]. B. S. Dhillon, S. N. Rayapati, ―Reliability Evaluation of Human Operators Under Stress‖, Microelectronics Reliability, Vol. 25, No.
4, 1985, pp. 729-752.

More Related Content

What's hot

Paper id 71201964
Paper id 71201964Paper id 71201964
Paper id 71201964IJRAT
 
Testing the performance of the power law process model considering the use of...
Testing the performance of the power law process model considering the use of...Testing the performance of the power law process model considering the use of...
Testing the performance of the power law process model considering the use of...IJCSEA Journal
 
Numerical models
Numerical modelsNumerical models
Numerical modelsRobinson
 
Power System State Estimation Using Weighted Least Squares (WLS) and Regulari...
Power System State Estimation Using Weighted Least Squares (WLS) and Regulari...Power System State Estimation Using Weighted Least Squares (WLS) and Regulari...
Power System State Estimation Using Weighted Least Squares (WLS) and Regulari...IJERA Editor
 
Manager’s Preferences Modeling within Multi-Criteria Flowshop Scheduling Prob...
Manager’s Preferences Modeling within Multi-Criteria Flowshop Scheduling Prob...Manager’s Preferences Modeling within Multi-Criteria Flowshop Scheduling Prob...
Manager’s Preferences Modeling within Multi-Criteria Flowshop Scheduling Prob...Waqas Tariq
 
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...Cemal Ardil
 
Analysis of Algorithms II - PS3
Analysis of Algorithms II - PS3Analysis of Algorithms II - PS3
Analysis of Algorithms II - PS3AtakanAral
 
Reduction of-linear-time-invariant-systems-using-routh-approximation-and-pso
Reduction of-linear-time-invariant-systems-using-routh-approximation-and-psoReduction of-linear-time-invariant-systems-using-routh-approximation-and-pso
Reduction of-linear-time-invariant-systems-using-routh-approximation-and-psoCemal Ardil
 
Computational Complexity Comparison Of Multi-Sensor Single Target Data Fusion...
Computational Complexity Comparison Of Multi-Sensor Single Target Data Fusion...Computational Complexity Comparison Of Multi-Sensor Single Target Data Fusion...
Computational Complexity Comparison Of Multi-Sensor Single Target Data Fusion...ijccmsjournal
 
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...ijccmsjournal
 
Scalability in Model Checking through Relational Databases
Scalability in Model Checking through Relational DatabasesScalability in Model Checking through Relational Databases
Scalability in Model Checking through Relational DatabasesCSCJournals
 
FEEDBACK LINEARIZATION AND BACKSTEPPING CONTROLLERS FOR COUPLED TANKS
FEEDBACK LINEARIZATION AND BACKSTEPPING CONTROLLERS FOR COUPLED TANKSFEEDBACK LINEARIZATION AND BACKSTEPPING CONTROLLERS FOR COUPLED TANKS
FEEDBACK LINEARIZATION AND BACKSTEPPING CONTROLLERS FOR COUPLED TANKSieijjournal
 
Varaiational formulation fem
Varaiational formulation fem Varaiational formulation fem
Varaiational formulation fem Tushar Aneyrao
 
Relations of geometry and space -time to general-purpose quantum parallel com...
Relations of geometry and space -time to general-purpose quantum parallel com...Relations of geometry and space -time to general-purpose quantum parallel com...
Relations of geometry and space -time to general-purpose quantum parallel com...inventionjournals
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
Application of Principal Components Analysis in Quality Control Problem
Application of Principal Components Analysisin Quality Control ProblemApplication of Principal Components Analysisin Quality Control Problem
Application of Principal Components Analysis in Quality Control ProblemMaxwellWiesler
 
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...ijistjournal
 

What's hot (19)

Paper id 71201964
Paper id 71201964Paper id 71201964
Paper id 71201964
 
Testing the performance of the power law process model considering the use of...
Testing the performance of the power law process model considering the use of...Testing the performance of the power law process model considering the use of...
Testing the performance of the power law process model considering the use of...
 
Numerical models
Numerical modelsNumerical models
Numerical models
 
Power System State Estimation Using Weighted Least Squares (WLS) and Regulari...
Power System State Estimation Using Weighted Least Squares (WLS) and Regulari...Power System State Estimation Using Weighted Least Squares (WLS) and Regulari...
Power System State Estimation Using Weighted Least Squares (WLS) and Regulari...
 
paper11
paper11paper11
paper11
 
Manager’s Preferences Modeling within Multi-Criteria Flowshop Scheduling Prob...
Manager’s Preferences Modeling within Multi-Criteria Flowshop Scheduling Prob...Manager’s Preferences Modeling within Multi-Criteria Flowshop Scheduling Prob...
Manager’s Preferences Modeling within Multi-Criteria Flowshop Scheduling Prob...
 
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...
 
Analysis of Algorithms II - PS3
Analysis of Algorithms II - PS3Analysis of Algorithms II - PS3
Analysis of Algorithms II - PS3
 
Reduction of-linear-time-invariant-systems-using-routh-approximation-and-pso
Reduction of-linear-time-invariant-systems-using-routh-approximation-and-psoReduction of-linear-time-invariant-systems-using-routh-approximation-and-pso
Reduction of-linear-time-invariant-systems-using-routh-approximation-and-pso
 
Computational Complexity Comparison Of Multi-Sensor Single Target Data Fusion...
Computational Complexity Comparison Of Multi-Sensor Single Target Data Fusion...Computational Complexity Comparison Of Multi-Sensor Single Target Data Fusion...
Computational Complexity Comparison Of Multi-Sensor Single Target Data Fusion...
 
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...
 
Scalability in Model Checking through Relational Databases
Scalability in Model Checking through Relational DatabasesScalability in Model Checking through Relational Databases
Scalability in Model Checking through Relational Databases
 
FEEDBACK LINEARIZATION AND BACKSTEPPING CONTROLLERS FOR COUPLED TANKS
FEEDBACK LINEARIZATION AND BACKSTEPPING CONTROLLERS FOR COUPLED TANKSFEEDBACK LINEARIZATION AND BACKSTEPPING CONTROLLERS FOR COUPLED TANKS
FEEDBACK LINEARIZATION AND BACKSTEPPING CONTROLLERS FOR COUPLED TANKS
 
Varaiational formulation fem
Varaiational formulation fem Varaiational formulation fem
Varaiational formulation fem
 
Relations of geometry and space -time to general-purpose quantum parallel com...
Relations of geometry and space -time to general-purpose quantum parallel com...Relations of geometry and space -time to general-purpose quantum parallel com...
Relations of geometry and space -time to general-purpose quantum parallel com...
 
Improvement Of A Shortest Routes Algorithm
Improvement Of A Shortest Routes AlgorithmImprovement Of A Shortest Routes Algorithm
Improvement Of A Shortest Routes Algorithm
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
Application of Principal Components Analysis in Quality Control Problem
Application of Principal Components Analysisin Quality Control ProblemApplication of Principal Components Analysisin Quality Control Problem
Application of Principal Components Analysis in Quality Control Problem
 
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...
 

Viewers also liked

Viewers also liked (9)

Pathways to Building Fire Spread in the Wildland-Urban Interface
Pathways to Building Fire Spread in the Wildland-Urban InterfacePathways to Building Fire Spread in the Wildland-Urban Interface
Pathways to Building Fire Spread in the Wildland-Urban Interface
 
Enhancement of urban security
Enhancement of urban securityEnhancement of urban security
Enhancement of urban security
 
Rocks and rock cycle
Rocks and rock cycleRocks and rock cycle
Rocks and rock cycle
 
Rock Cycle
Rock CycleRock Cycle
Rock Cycle
 
Rock Cycle
Rock CycleRock Cycle
Rock Cycle
 
Fire fighting
Fire fightingFire fighting
Fire fighting
 
The Rock Cycle
The Rock CycleThe Rock Cycle
The Rock Cycle
 
Rock Cycle PowerPoint
Rock Cycle PowerPointRock Cycle PowerPoint
Rock Cycle PowerPoint
 
Fire Protection Systems Unit-I
Fire Protection Systems Unit-IFire Protection Systems Unit-I
Fire Protection Systems Unit-I
 

Similar to Urban strategies to promote resilient cities The case of enhancing Historic Cairo response to urban fire

Oscar Nieves (11710858) Computational Physics Project - Inverted Pendulum
Oscar Nieves (11710858) Computational Physics Project - Inverted PendulumOscar Nieves (11710858) Computational Physics Project - Inverted Pendulum
Oscar Nieves (11710858) Computational Physics Project - Inverted PendulumOscar Nieves
 
IRJET- Kinematic Analysis of Planar and Spatial Mechanisms using Matpack
IRJET- Kinematic Analysis of Planar and Spatial Mechanisms using MatpackIRJET- Kinematic Analysis of Planar and Spatial Mechanisms using Matpack
IRJET- Kinematic Analysis of Planar and Spatial Mechanisms using MatpackIRJET Journal
 
Probabilistic Error Bounds for Reduced Order Modeling M&C2015
Probabilistic Error Bounds for Reduced Order Modeling M&C2015Probabilistic Error Bounds for Reduced Order Modeling M&C2015
Probabilistic Error Bounds for Reduced Order Modeling M&C2015Mohammad
 
ProbErrorBoundROM_MC2015
ProbErrorBoundROM_MC2015ProbErrorBoundROM_MC2015
ProbErrorBoundROM_MC2015Mohammad Abdo
 
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank SystemNeural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank SystemISA Interchange
 
Samplying in Factored Dynamic Systems_Fadel.pdf
Samplying in Factored Dynamic Systems_Fadel.pdfSamplying in Factored Dynamic Systems_Fadel.pdf
Samplying in Factored Dynamic Systems_Fadel.pdfFadel Adoe
 
Development, Optimization, and Analysis of Cellular Automaton Algorithms to S...
Development, Optimization, and Analysis of Cellular Automaton Algorithms to S...Development, Optimization, and Analysis of Cellular Automaton Algorithms to S...
Development, Optimization, and Analysis of Cellular Automaton Algorithms to S...IRJET Journal
 
An Optimized Parallel Algorithm for Longest Common Subsequence Using Openmp –...
An Optimized Parallel Algorithm for Longest Common Subsequence Using Openmp –...An Optimized Parallel Algorithm for Longest Common Subsequence Using Openmp –...
An Optimized Parallel Algorithm for Longest Common Subsequence Using Openmp –...IRJET Journal
 
Power System Problems in Teaching Control Theory on Simulink
Power System Problems in Teaching Control Theory on SimulinkPower System Problems in Teaching Control Theory on Simulink
Power System Problems in Teaching Control Theory on Simulinkijctcm
 
POWER SYSTEM PROBLEMS IN TEACHING CONTROL THEORY ON SIMULINK
POWER SYSTEM PROBLEMS IN TEACHING CONTROL THEORY ON SIMULINKPOWER SYSTEM PROBLEMS IN TEACHING CONTROL THEORY ON SIMULINK
POWER SYSTEM PROBLEMS IN TEACHING CONTROL THEORY ON SIMULINKijctcm
 
Comparative study of methods for optimal reactive power dispatch
Comparative study of methods for optimal reactive power dispatchComparative study of methods for optimal reactive power dispatch
Comparative study of methods for optimal reactive power dispatchelelijjournal
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Power system static state estimation using Kalman filter algorithm
Power system static state estimation using Kalman filter algorithmPower system static state estimation using Kalman filter algorithm
Power system static state estimation using Kalman filter algorithmPower System Operation
 
ENHANCING COMPUTATIONAL EFFORTS WITH CONSIDERATION OF PROBABILISTIC AVAILABL...
ENHANCING COMPUTATIONAL EFFORTS WITH CONSIDERATION OF  PROBABILISTIC AVAILABL...ENHANCING COMPUTATIONAL EFFORTS WITH CONSIDERATION OF  PROBABILISTIC AVAILABL...
ENHANCING COMPUTATIONAL EFFORTS WITH CONSIDERATION OF PROBABILISTIC AVAILABL...Raja Larik
 
Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...
Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...
Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...TELKOMNIKA JOURNAL
 

Similar to Urban strategies to promote resilient cities The case of enhancing Historic Cairo response to urban fire (20)

Oscar Nieves (11710858) Computational Physics Project - Inverted Pendulum
Oscar Nieves (11710858) Computational Physics Project - Inverted PendulumOscar Nieves (11710858) Computational Physics Project - Inverted Pendulum
Oscar Nieves (11710858) Computational Physics Project - Inverted Pendulum
 
Ijetcas14 536
Ijetcas14 536Ijetcas14 536
Ijetcas14 536
 
IRJET- Kinematic Analysis of Planar and Spatial Mechanisms using Matpack
IRJET- Kinematic Analysis of Planar and Spatial Mechanisms using MatpackIRJET- Kinematic Analysis of Planar and Spatial Mechanisms using Matpack
IRJET- Kinematic Analysis of Planar and Spatial Mechanisms using Matpack
 
Cd4201522527
Cd4201522527Cd4201522527
Cd4201522527
 
RS
RSRS
RS
 
Probabilistic Error Bounds for Reduced Order Modeling M&C2015
Probabilistic Error Bounds for Reduced Order Modeling M&C2015Probabilistic Error Bounds for Reduced Order Modeling M&C2015
Probabilistic Error Bounds for Reduced Order Modeling M&C2015
 
ProbErrorBoundROM_MC2015
ProbErrorBoundROM_MC2015ProbErrorBoundROM_MC2015
ProbErrorBoundROM_MC2015
 
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank SystemNeural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
 
Samplying in Factored Dynamic Systems_Fadel.pdf
Samplying in Factored Dynamic Systems_Fadel.pdfSamplying in Factored Dynamic Systems_Fadel.pdf
Samplying in Factored Dynamic Systems_Fadel.pdf
 
Development, Optimization, and Analysis of Cellular Automaton Algorithms to S...
Development, Optimization, and Analysis of Cellular Automaton Algorithms to S...Development, Optimization, and Analysis of Cellular Automaton Algorithms to S...
Development, Optimization, and Analysis of Cellular Automaton Algorithms to S...
 
An Optimized Parallel Algorithm for Longest Common Subsequence Using Openmp –...
An Optimized Parallel Algorithm for Longest Common Subsequence Using Openmp –...An Optimized Parallel Algorithm for Longest Common Subsequence Using Openmp –...
An Optimized Parallel Algorithm for Longest Common Subsequence Using Openmp –...
 
Power System Problems in Teaching Control Theory on Simulink
Power System Problems in Teaching Control Theory on SimulinkPower System Problems in Teaching Control Theory on Simulink
Power System Problems in Teaching Control Theory on Simulink
 
POWER SYSTEM PROBLEMS IN TEACHING CONTROL THEORY ON SIMULINK
POWER SYSTEM PROBLEMS IN TEACHING CONTROL THEORY ON SIMULINKPOWER SYSTEM PROBLEMS IN TEACHING CONTROL THEORY ON SIMULINK
POWER SYSTEM PROBLEMS IN TEACHING CONTROL THEORY ON SIMULINK
 
Comparative study of methods for optimal reactive power dispatch
Comparative study of methods for optimal reactive power dispatchComparative study of methods for optimal reactive power dispatch
Comparative study of methods for optimal reactive power dispatch
 
F1083644
F1083644F1083644
F1083644
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Power system static state estimation using Kalman filter algorithm
Power system static state estimation using Kalman filter algorithmPower system static state estimation using Kalman filter algorithm
Power system static state estimation using Kalman filter algorithm
 
ENHANCING COMPUTATIONAL EFFORTS WITH CONSIDERATION OF PROBABILISTIC AVAILABL...
ENHANCING COMPUTATIONAL EFFORTS WITH CONSIDERATION OF  PROBABILISTIC AVAILABL...ENHANCING COMPUTATIONAL EFFORTS WITH CONSIDERATION OF  PROBABILISTIC AVAILABL...
ENHANCING COMPUTATIONAL EFFORTS WITH CONSIDERATION OF PROBABILISTIC AVAILABL...
 
J0342054059
J0342054059J0342054059
J0342054059
 
Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...
Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...
Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...
 

Recently uploaded

(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 

Recently uploaded (20)

(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 

Urban strategies to promote resilient cities The case of enhancing Historic Cairo response to urban fire

  • 1. International Journal of Engineering Science Invention ISSN (Online): 2319 – 6734, ISSN (Print): 2319 – 6726 www.ijesi.org ||Volume 5 Issue 8|| August 2016 || PP. 54-64 www.ijesi.org 54 | Page Steady-State and Transient Probabilities Calculation for Engineering Models Isa Salman Qamber, Abbas Muanedalalyan, Mohanadbadri, Ahmed Naser Albastaki, Ahmed Mohamed Rashid University Of Bahrain, Department Of Electrical & Electronics Engineering,P. O. Box 32038, Isa Town, Kingdom Of Bahrain Abstract: The present paper presents finding the steady-state and transient probabilities of some real existed systems. Different methods are used to solve the differential equations of engineering to find the probabilities that each system is passing through. These methods are the Laplace Transforms, Runge-Kutta and Predictor- Corrector. It is found that calculating the steady-state and transient probabilities will help in achieving the calculation of system reliability indices needed for predicting reliability of the system. Keywords: Engineering Models, Laplace Transforms, Predictor-Corrector, Runge-Kutta, Probabilities. I. Introduction Reliability is defined as the probability of a system performing its required tasks as expected for agreed maintenance and the required duration without any interruption. The reliability of engineering models providing the required conditions for the intended time to satisfy the customer need without any interruption. At same time the electrical energy is an essential part of today's modern life. Therefore, it is important to keep the supply of power continuous. To keep our power utility reliable, the human life as it is known it will cease to exist. The present study discuss the reliability of some engineering systems and how to calculate its probabilities. The Laplace Transforms, Runge-Kutta and Predictor-Corrector methods are used for solving the differential equations of the systems to find its probabilities. It has been considered that the system states might be 2,3,4,6 or 7. The calculation of the probabilities of a system that might have any states has been done using Matlab code that will solve each case with three methods mentioned earlier. The results of the calculations have been presented in the present study. All engineers are interested in engineering reliability. Therefore, it is important to calculate the steady-state and transient probabilities through the expected required period that the system is passing through. This investigation will help for future status. II. Research Objective The aim of this study is to find the steady-state and transient probabilities solution by Matlab code which will solve system of differential equations. This system represents the probability of different systems. Three methods were considered: Laplace Transforms, Runge-Kutta and Predictor-Corrector methods. Some difficulties are faced during the research. The first problem was the experience in solving the differential equations by any method other than Laplace Transforms. Another issue that was encountered is the availability of the suitable version of Matlab (version 2015). The new version is important because some of new functions in Matlab were added to the new version. III. Previous Studies The present section will focus on the previous studies carried out on the matter of steady states and transient probabilities. The studies in the present section concentrates on the Markov models where a suitable solution is required to solve the formed differential equations (forming the models).A differential equation is a mathematical equation that relates to some function with its derivatives. In applications, the functions usually represent physical quantities, where the derivatives represent their rates of change and the equation defines a relationship between both. In the present case, differential equations represent the rate of change of the reliability of a system over the time. Those equations need to be solved in order to find the relation between transient probabilities and the time. By obtaining this relation the reliability can be calculated at any given time. There are several methods to solve differential equations. Some of these methods are "Laplace Transforms", "RungeKutta" and "Predictor-Corrector". In the present study, the three methods are considered to solve the differential equation.
  • 2. Steady-State And Transient Probabilities Calculation for Engineering Models www.ijesi.org 55 | Page Lisnianski et al [1] in their study they concentrate on a short-term risk evaluation which performed for electric power stations. Each power generating unit is presented by a multi-state Markov model. Risk is treated as the probability of loss of load as the probability of a system entrance in the set of states. The universal generating function technique is primarily oriented to steady-state reliability analysis. A multi-state power systems are considered in their study. Wandelt et al present in their study [2] developed a higher order symmetric partitioned Runge–Kutta method for a coupled system of differential equations. They have started with a discussion on partitioned Runge–Kutta methods of arbitrary order. They generalized the method to a symmetric partitioned Runge–Kutta (SPRK) scheme. Furthermore, the authors derived a set of coefficients for convergence order 4. Qamber[3] in his paper presents two different methods — Lower Upper (LU) decomposition and Runge–Kutta — for reliability engineering assessment. Both methods are used to calculate the steady-state probabilities and frequencies of two different engineering models. The effect of different methods is shown on the simple numerical examples by comparing the steady-state probabilities and frequencies of both models. The author reached to conclude that the LU decomposition method which is useful to practicing engineers and students of reliability concepts. Finally, the results for both methods is almost the same. It is well known that the evaluation of various options for energy sources, energy conversion, and efficient use of energy led to the use of computer-based mathematical models which is implemented on computers. Deeter et al [4] in their study are providing a helpful guide for the research computer scientists working on the development of new methods for analysis of propagation of error and an annotated bibliography of energy- related mathematical models classified by validation and error analysis methods are provided. Qamber et al [5] present in their study the transient probabilities for four three-state power system and one seven state telecommunication system. The authors in their study which was carried out using the Adams Method and another method known as Stabilization Method (SM) which is developed for their study. The Stabilization Method (SM) which is considered as the new investigated method. The new method is compared with Adams method from stability and accuracy viewpoints. It was found that the SM required less programming effort compared to the Adams method. The accuracy of stabilization method (SM) compared with Adams when sufficiently small time interval is chosen. The relationship between the CPU time and the number of states was found to be non-linear for the SM method. Abdelkader [6] in his study derived a procedure for obtaining independent no identically distributed random variables. A survey of the most important properties are also presented. Qamber et al [7] in their study used the Markov process to determine the three-state probabilities of generating units as functions of time. The authors in their study derived the three states general formulas for both steady- state and transient probabilities using the Laplace Transforms Method. Also, they show the serious effect of this flaw on the results for both the forced-outage and the derated state probabilities in the transient condition. IV. Laplace Transforms Method The Laplace transforms is an integral transform, which is used to solve the differential equations by transform it into the s-domain(frequency domain), and Converting the final form s-domain equation back to the time domain. Therefore, the Laplace Transforms method has been chosen because it is the one of the most accurate method to solve the differential equations. The solution using Laplace Transforms will be used for a number of equations representing the probabilities of a system over the time. Therefore by forming the equations which represent the probabilities of the system that pass through. To solve the equations, a Matlab code should be written to show the use of the built in function shape. The Laplace transform ℒ, of a function f(t) for t > 0 is defined by the following integral over 0 to ∞: Laplace { f(t) } = f(t) dt (1) V. Runge-Kutta Method The Runge–Kuttamethod are used for the approximation solution of ordinary differential equations. Therefore, comparing the Runge-Kutta with the Laplace Transforms, it can be considered as less accurate method. However, it is much faster and produce an acceptable solution with minimal error. The Runge-Kutta method can be applied using the following: yn+1 = yn + (k1 + 2k2 + 2k3 + k4) (2a) tn+1 = tn + h (2b) Where, k1 = f(tn , yn), k2 = f(tn + , yn + k1),
  • 3. Steady-State And Transient Probabilities Calculation for Engineering Models www.ijesi.org 56 | Page k3 = f(tn + , yn + k2), k4 = f(tn + h, yn + h k3) VI. Predictor-Corrector Method: A predictor–corrector method is an algorithm that proceeds in two steps. First, the prediction step calculates a rough approximation of the desired quantity. Second, the corrector step refines the initial approximation using other means. The predictor equation: yn+1 = yn-3 + h (2 ýn - ýn-1 + 2 ýn-2 ) + O(h5 ) (3a) The corrector equation: yn+1 = yn-1 + h (ýn-1 + 4 ýn + ýn-1 ) + O(h5 ) (3b) VII.Calculation of State-Probabilities: Before calculating the reliability of any system, the number of states of that system are needed. These states having transition rates between them. Therefore, in the present research it has been considered that the system is either having two or more states. VII.1.Two state model: Considering a two state model, where the system is either in "UP" or "Down" state. This means that there are only failure and repair rates as shown in Figure (1). Figure (1) two state modle For this purpose the state space diagram equations required to found. In this case; to find the steady-state and transient probabilities, the initial probabilities are needed. It is assumed thatP1(t)=1 and the rest of the initial probabilities are zeros. The differential equations are formed in a matrix form, where the matrix of transition rates forming the state-space diagram known as Markov Model. The model for the 2-state can be represented by the following matrix: = (4) VII.2.Three state model: The three state model is either in "UP‖, "Partial‖ state or the ―Fail‖ state which is "down" state. This system is shown in figure (2). Figure (2) Three state model
  • 4. Steady-State And Transient Probabilities Calculation for Engineering Models www.ijesi.org 57 | Page To find the state space diagram equations, the self-loops are obtained for the three state model. Based on the model and to find the transient probabilities, the initial probabilities are needed, which are assumed to be P1 (t) =1 for the first state and the rest of the initial probabilities are zeros. The model for the 3-state can be represented by the following matrix: = (5) VII.3.Four State Model: The four state model might be represented as two generating units. The system is either in the "UP" state (with full capacity for both generators), or the second state "G1-UP G2-down",the third state "G1-down G2-UP", and the last state called fail state which is "down". The model is shown in the figure (3). Figure (3) Four State Model To find the state space diagram equations. The self-loops are obtained for the four state model. Based on the model and to find the transient probabilities, the initial probabilities are needed, which assumed to be P1 (t) =1 and the rest of the initial probabilities are equal to zeros. VII.4.Six State Model: In the six state model [8] the system is considered as follows: State (1): the first state which is (human operator performing his task correctly in normally mode) State (2): the second state is system failure due to self-corrected human error in normal state State (3): the third state is system failure due to non-self-corrected human error in normal state State (4): the fourth state human operator performing his task correctly in stress state State (5): the fifth state is system due to self-corrected human error in stress state State (6): the sixth state is system due to non-self-corrected human error in stress state, so the system considered more than one variable and shown in Figure (4). Figure (4) Six State Model[Reference 8]
  • 5. Steady-State And Transient Probabilities Calculation for Engineering Models www.ijesi.org 58 | Page To find the state space diagram equations, the self-loops are obtained for the six state model and based on the model to find the transient probabilities. The initial probabilities are needed where P1(t) is assumed to be equal to unity and the rest of the initial probabilities for four states are zeros. VII.5.Seven State model: In the seven state model, , if they consider three units, the system is either in the "UP" state which means it is operating with a full capacity (i.e. all units are working A B C), or the second state which is S2 (i.e. B C are working, but unit A fail) ,S3 (i.e A ,B are working properly, but C fails) ,S4 (i.e. A,C working properly, but B fail) ,S5 (i.e. B is working properly, but A,C fail),S6 (i.e. C is working properly, but A and B fail) ,the last state which is S7 means that A working properly but B and C fail. The model is shown in Figure (5). Figure (5) Seven State Model To find the state space diagram equations. The self-loops are obtained for the seven state model. Based on the model and to find the steady-state and transient probabilities, the initial probabilities are needed, which assumed to P1(t)=1 and the rest of the initial probabilities are equal to zeros. The differential equations are formed in a matrix form, where the matrix of transition rates is known as Markov Model. For the seven state model which represented by 7x7 matrix, there are 14 transition rates, the transition rate from state 1 to 2 is 0.0133,from state 1 to 3 is 0.005,from state 1 to 4 is 0.5,from state 2 to1 is0.5,from state 2 to 5 is 0.005,from state 2 to 6 0.02 ,from state 3 to 1 is 0.2,from state 4 to 1 is 0.01,from state 4 to 7 is 0.005,from 5 to 2 is 0.2 ,from 6 to 2 is 0.5 ,from 6 to 4 is 0.02 and the last transition rate is from state 7 to 4 and its equal to 0.2, the remaining matrix is zero . VIII. Results And Discussion To solve the differential equations, the three methods explained earlier are used for the state-models. VIII.1.Two States Model: By considering the transition rates as 0.8 and 0.2 the below results were calculated using the three methods and found: Laplace Transforms Method: Figure (6) Laplace Transforms Results
  • 6. Steady-State And Transient Probabilities Calculation for Engineering Models www.ijesi.org 59 | Page The raw data for the 2-state model can be used. As well, from these raw data and figure (6) both transient probabilities P1 and P2 are calculated. The stability is occurred at time 84 hours; where the probabilities are 0.8 and 0.2, respectively. Runge-Kutta Method: Figure (7) Runge-Kutta Results The raw data for figure (7) are used to find the probabilities P1 and P2 and these probabilities are stabilizing at t= 84, where P1=0.800 and P2=0.200. Predictor-Corrector Method: Figure (8) Predictor-Corrector Results The raw data for figure (8) are found and the probabilities P1 and P2 are calculated, where it is stabilized at t= 64, where P1=0.7990 and P2=0.1993. VIII.2.Three States: The three-state model can be studied and the results of the transient probabilities are calculated: Laplace Transforms Method: Figure (9) Laplace Transforms Results
  • 7. Steady-State And Transient Probabilities Calculation for Engineering Models www.ijesi.org 60 | Page The raw data for figure (9)are used, where the probabilities P1, P2 and P3 are calculated and stabilization at time t= 86hours, where P1=0.64, P2= 0.32 and P3 =0.04. Runge-Kutta Method: Figure (10) Runge-Kutta Results The transient probabilities P1, P2 and P3 are stabilizing at t= 86 where P1=0.6422, P2= 0.3184 and P3 =0.0395. Predictor-Corrector Method: Figure (11) Predictor-Corrector MethodResults From figure (11), it has obtained that the transient state probabilities P1, P2 and P3 are stabilizing at t= 64 where P1=0.6381, P2= 0.318 and P3 =0.0396. VIII.3.Four States Model: The four-state model is studied and the results of the transient probabilities are calculated using the three methods explained earlier: Laplace Transforms Method: Figure (12) Laplace Transforms Results
  • 8. Steady-State And Transient Probabilities Calculation for Engineering Models www.ijesi.org 61 | Page The results of the four-state model can be calculated as P1, P2, P3 and P4illustrated in Fig. (12), where their stabilizing point is at t= 240. The recorded values of the probabilities are P1=0.5716, P2= 0.0953,P3 =0.2855 and P4=0.0476. Runge-Kutta Method: Figure (13) Runge-Kutta Results Figure (13) showing the transient-probabilities P1, P2,P3 and P4which are stabilizing at t= 240, where their values are P1=0.5716, P2= 0.0953,P3 =0.2855 and P4=0.0476. Predictor-Corrector Method: Figure (14) Predictor-Corrector Results Figure (14) showing the transient probabilities P1, P2,P3 and P4which are stabilizing at t= 240 and P1=0.5673, P2= 0.0959, P3 =0.2862 and P4=0.0471. VIII.4.Six States Model: By considering the transition rates as 0.002, 0.001, 0.005, 0.004, 0.998, 0.999, 0.1 and 0.1. The results are obtained. Laplace Transforms Method: Figure (15) Laplace Transforms Results
  • 9. Steady-State And Transient Probabilities Calculation for Engineering Models www.ijesi.org 62 | Page The results obtained for the six state model are shown in Figure(16) based on the raw data of the system considered. The probabilities P1, P2,P3, P4, P5 and P6 are stabilizing at time t= 250 where P1= 0.4785, P2= 0.0010, P3=0.0147, P4=0.4650, P5=0.0023 and P6=0.0385. Runge-Kutta Method: Figure (16) Runge-Kutta Results The transient probabilities are calculated and obtained based on the raw data of the considered system and figure (16) obtained, where the probabilities P1, P2, P3, P4, P5 and P6 are stabilizing at t= 240 where P1= 0.4704, P2= 0.0005, P3=0.0291, P4=0.4595, P5=0.0023 and P6=0.0385. Predictor-Corrector Method: Figure (17) Predictor-Corrector Results The results obtained for the six state model are shown in Fig. (17); where the probabilities P1, P2,P3, P4, P5 and P6 are stabilized at a time t= 150. The results are P1= 0.5048, P2= 0.0005, P3=0.0194, P4=0.4524, P5=0.0022 and P6=0.0199. VIII.5.Seven States The transition rates for the seven state model are as listed below: From 12: 0.0133 From 13: 0.005 From 14: 0.5 From 21: 0.5 From 25: 0.005 From 26: 0.002
  • 10. Steady-State And Transient Probabilities Calculation for Engineering Models www.ijesi.org 63 | Page From 31: 0.2 From 41: 0.01 From 4 6: 0.5 From 47: 0.005 From 52: 0.2 From 62: 0.5 From 64: 0.02 From 74: 0.2 The three considered methods are used and the results are obtained. Laplace Transforms Method: The transient probabilities are calculated and obtained using the Laplace Transforms. The stabilization results are at t= 240. These results are P1= 0.9347, P2= 0.0246, P3= 0.0204, P4=0.0187, P5= 0.0005, P6=0.0009 and P7=0.0004. Figure (18) shows the results found using the Laplace Transforms. Figure (18) Laplace Transforms Results Runge-Kutta Method: The transient probabilities are calculated and obtained using the Runge-Kutta. The results are illustrated in Fig. (19).The stabilization results are at t= 190; where P1= 0.9318, P2= 0.0247, P3= 0.0229, P4=0.0187, P5= 0.0006,P6=0.0009 and P7=0.0005. Figure (19) Runge-Kutta Results Predictor-Corrector Method: The transient probabilities are calculated using the Predictor-Corrector method and the probabilities are stabilized at t= 190. The stabilized probabilities are P1= 0.9343, P2= 0.0246, P3= 0.0204, P4=0.0187, P5= 0.0005,P6=0.0009 and P7=0.0004. The transient probabilities are illustrated in Fig. (20).
  • 11. Steady-State And Transient Probabilities Calculation for Engineering Models www.ijesi.org 64 | Page Figure (20) Predictor-Corrector Results IX. Conclusions And Recommendations The calculation of system steady-state and transient probabilities need to be calculated with the assumption of the initial probabilities values. These values will help to estimate the average cost of generation and the cost of any system. On the other hand, under building state space model under study which is needed, this will help in designing any system for future. An electric power system planner is concerned both with the level of predicted steady-state and transient probabilities. Calculating the transient probabilities will help through calculating system indices. Then, by having a suitable computer package to calculate the probabilities will help the decision makers which have a good and better view for the system stability. It was found that the three Methods are stable for all increment of time increment factor used. The three methods solved the models to calculate the transient and steady-state probabilities with a high accuracy and it is used friendly using the matlab subroutines and simulink. The accuracy is clear through the obtained results. The effect of the increment of time using the Predictor-Corrector Method needs further study to find out the optimum and suitable solution for a large number of state models. Economy impact an electric utility, such as the fuel needed to meet more reliable system and needs further studies. References [1]. Anatoly Lisnianski, Yi Ding, ―Using inverse Lz-transform for obtaining compact stochastic model of complex power station for short-term risk evaluation‖, Reliability Engineering & System Safety, Volume 145, January 2016, Pages 19-27. [2]. M. Wandelt, M. Günther, F. Knechtli, M. Striebel, ―Symmetric partitioned Runge–Kutta methods for differential equations on Lie groups‖, Applied Numerical Mathematics, Volume 62, Issue 12, December 2012, Pages 1740-1748. [3]. I.S Qamber, ―Reliability study of two engineering models using LU decomposition‖, Reliability Engineering & System Safety, Volume 64, Issue 3, June 1999, Pages 359-364. [4]. C.R. Deeter, A.A.J. Hoffman, ―Energy related mathematical models: Annotated bibliography‖, Energy Conversion, Volume 18, Issue 4, 1978, Pages 189-227. [5]. Isa S. Qamber, Adel A. Kamal, ―A new developed transient-behaviour solution technique for reliability evaluation of electrical systems‖, Microelectronics Reliability, Volume 36, Issue 1, January 1996, Pages 71-81. [6]. Yousry H. Abdelkader, ―A Laplace transform method for order statistics from nonidentical random variables and its application in Phase-type distribution‖, Statistics & Probability Letters, Volume 81, Issue 8, August 2011, Pages 1143-1149. [7]. Isa S. Qamber, Samir Q. Fakhro, ―Comparison of three-state probabilities under steady-state and transient conditions using both Laplace Transforms and Flow-Graph Methods, when applied to four TVA model‖, Microelectronics Reliability, Volume 34, Issue 3, March 1994, Pages 463-473. [8]. B. S. Dhillon, S. N. Rayapati, ―Reliability Evaluation of Human Operators Under Stress‖, Microelectronics Reliability, Vol. 25, No. 4, 1985, pp. 729-752.