Zbus
   HOME
*





Zbus
Z Matrix or ''bus impedance matrix'' in computing is an important tool in power system analysis. Though, it is not frequently used in power flow study, unlike Ybus matrix, it is, however, an important tool in other power system studies like short circuit analysis or fault study. The Zbus matrix can be computed by matrix inversion of the Ybus matrix. Since the Ybus matrix is usually sparse, the explicit Zbus matrix would be dense and very memory intensive to handle directly. Context Electric power transmission needs optimization. Only Computer simulation allows the complex handling required. The ''Zbus'' matrix is a big tool in that box. Formulation Z Matrix can be formed by either inverting the Ybus matrix or by using Z bus building algorithm. The latter method is harder to implement but more practical and faster (''in terms of computer run time and number of floating-point operations per second'') for a relatively large system. Formulation: Z_ = ^ Because the Zbus is ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Ybus Matrix
In power engineering, nodal admittance matrix (or just admittance matrix) or Y Matrix or Ybus is an ''N x N'' matrix (mathematics), matrix describing a linear power system with ''N'' Bus (power engineering), buses. It represents the nodal admittance of the buses in a power system. In realistic systems which contain thousands of buses, the Y matrix is quite sparse. Each bus in a real power system is usually connected to only a few other buses through the electric power transmission, transmission lines. The Y Matrix is also one of the data requirements needed to formulate a power-flow study. Context Power engineering, Electric power transmission needs optimization in order to determine the necessary real and reactive power flows in a system for a given set of loads, as well as the voltages and currents in the system. Power flow studies are used not only to analyze current power flow situations, but also to plan ahead for anticipated disturbances to the system, such as the loss o ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Impedance Matrix
Impedance parameters or Z-parameters (the elements of an impedance matrix or Z-matrix) are properties used in electrical engineering, electronic engineering, and communication systems engineering to describe the electrical behavior of linear electrical networks. They are also used to describe the small-signal ( linearized) response of non-linear networks. They are members of a family of similar parameters used in electronic engineering, other examples being: S-parameters, Y-parameters, H-parameters, T-parameters or ABCD-parameters. Z-parameters are also known as ''open-circuit impedance parameters'' as they are calculated under open circuit conditions. i.e., Ix=0, where x=1,2 refer to input and output currents flowing through the ports (of a two-port network in this case) respectively. The Z-parameter matrix A Z-parameter matrix describes the behaviour of any linear electrical network that can be regarded as a black box with a number of ports. A ''port'' in this context is a pair ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Power Flow Study
In power engineering, the power-flow study, or load-flow study, is a numerical analysis Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic computation, symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of ... of the flow of electric power in an interconnected system. A power-flow study usually uses simplified notations such as a one-line diagram and per-unit system, and focuses on various aspects of AC power parameters, such as voltages, voltage angles, real power and reactive power. It analyzes the power systems in normal steady-state operation. Power-flow or load-flow studies are important for planning future expansion of power systems as well as in determining the best operation of existing systems. The principal information obtained from the power-flow study is the magnitude and phase angle of the voltage at each busbar, bus, and the real and rea ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Short Circuit Analysis
Short may refer to: Places * Short (crater), a lunar impact crater on the near side of the Moon * Short, Mississippi, an unincorporated community * Short, Oklahoma, a census-designated place People * Short (surname) * List of people known as the Short Arts, entertainment, and media * Short film, a cinema format (also called film short or short subject) * Short story, prose generally readable in one sitting * ''The Short-Timers'', a 1979 semi-autobiographical novel by Gustav Hasford, about military short-timers in Vietnam Brands and enterprises * Short Brothers, a British aerospace company * Short Brothers of Sunderland, former English shipbuilder Computing and technology * Short circuit, an accidental connection between two nodes of an electrical circuit * Short integer, a computer datatype Finance * Short (finance), stock-trading position * Short snorter, a banknote signed by fellow travelers, common during World War II Foodstuffs * Short pastry, one which is rich in b ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Fault Study
Fault commonly refers to: * Fault (geology), planar rock fractures showing evidence of relative movement *Fault (law), blameworthiness or responsibility Fault(s) may also refer to: Arts, entertainment, and media * "Fault", a song by Taproot from ''Welcome'' * ''Faults'' (film), 2014 Science and technology *Fault (computing), also called a ''trap'' or an ''exception'', a type of interrupt in software or operating systems *Fault (technology), an abnormal condition or defect that may lead to a failure *Electrical fault, an abnormal current Sport and competition *Fault (breeding), an undesirable aspect of structure or appearance of an animal *Fault, in pickleball, any infringement of the rules by a player *Fault, in show jumping, a penalty *Fault, in tennis jargon, a serve that fails to place a tennis ball in the correct area of play See also *Blame *Defect (other) *Error *Mistake (other) Mistake(s) may refer to: * An error Law * Mistake (contract law) ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Matrix Inversion
In linear algebra, an -by- square matrix is called invertible (also nonsingular or nondegenerate), if there exists an -by- square matrix such that :\mathbf = \mathbf = \mathbf_n \ where denotes the -by- identity matrix and the multiplication used is ordinary matrix multiplication. If this is the case, then the matrix is uniquely determined by , and is called the (multiplicative) ''inverse'' of , denoted by . Matrix inversion is the process of finding the matrix that satisfies the prior equation for a given invertible matrix . A square matrix that is ''not'' invertible is called singular or degenerate. A square matrix is singular if and only if its determinant is zero. Singular matrices are rare in the sense that if a square matrix's entries are randomly selected from any finite region on the number line or complex plane, the probability that the matrix is singular is 0, that is, it will "almost never" be singular. Non-square matrices (-by- matrices for which ) do not hav ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Sparse Matrix
In numerical analysis and scientific computing, a sparse matrix or sparse array is a matrix in which most of the elements are zero. There is no strict definition regarding the proportion of zero-value elements for a matrix to qualify as sparse but a common criterion is that the number of non-zero elements is roughly equal to the number of rows or columns. By contrast, if most of the elements are non-zero, the matrix is considered dense. The number of zero-valued elements divided by the total number of elements (e.g., ''m'' × ''n'' for an ''m'' × ''n'' matrix) is sometimes referred to as the sparsity of the matrix. Conceptually, sparsity corresponds to systems with few pairwise interactions. For example, consider a line of balls connected by springs from one to the next: this is a sparse system as only adjacent balls are coupled. By contrast, if the same line of balls were to have springs connecting each ball to all other balls, the system would correspond to a dense matrix. The ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Dense Matrix
In numerical analysis and scientific computing, a sparse matrix or sparse array is a matrix in which most of the elements are zero. There is no strict definition regarding the proportion of zero-value elements for a matrix to qualify as sparse but a common criterion is that the number of non-zero elements is roughly equal to the number of rows or columns. By contrast, if most of the elements are non-zero, the matrix is considered dense. The number of zero-valued elements divided by the total number of elements (e.g., ''m'' × ''n'' for an ''m'' × ''n'' matrix) is sometimes referred to as the sparsity of the matrix. Conceptually, sparsity corresponds to systems with few pairwise interactions. For example, consider a line of balls connected by springs from one to the next: this is a sparse system as only adjacent balls are coupled. By contrast, if the same line of balls were to have springs connecting each ball to all other balls, the system would correspond to a dense matrix. Th ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Power Engineering
Power engineering, also called power systems engineering, is a subfield of electrical engineering that deals with the generation, transmission, distribution, and utilization of electric power, and the electrical apparatus connected to such systems. Although much of the field is concerned with the problems of three-phase AC power – the standard for large-scale power transmission and distribution across the modern world – a significant fraction of the field is concerned with the conversion between AC and DC power and the development of specialized power systems such as those used in aircraft or for electric railway networks. Power engineering draws the majority of its theoretical base from electrical engineering. History Pioneering years Electricity became a subject of scientific interest in the late 17th century. Over the next two centuries a number of important discoveries were made including the incandescent light bulb and the voltaic pile. Probably the greatest dis ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Computer Simulation
Computer simulation is the process of mathematical modelling, performed on a computer, which is designed to predict the behaviour of, or the outcome of, a real-world or physical system. The reliability of some mathematical models can be determined by comparing their results to the real-world outcomes they aim to predict. Computer simulations have become a useful tool for the mathematical modeling of many natural systems in physics (computational physics), astrophysics, climatology, chemistry, biology and manufacturing, as well as human systems in economics, psychology, social science, health care and engineering. Simulation of a system is represented as the running of the system's model. It can be used to explore and gain new insights into new technology and to estimate the performance of systems too complex for analytical solutions. Computer simulations are realized by running computer programs that can be either small, running almost instantly on small devices, or large ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Z Bus Building Algorithm
Z (or z) is the 26th and last letter of the Latin alphabet, used in the modern English alphabet, the alphabets of other western European languages and others worldwide. Its usual names in English are ''zed'' () and ''zee'' (), with an occasional archaic variant ''izzard'' ()."Z", ''Oxford English Dictionary,'' 2nd edition (1989); ''Merriam-Webster's Third New International Dictionary of the English Language, Unabridged'' (1993); "zee", ''op. cit''. Name and pronunciation In most English-speaking countries, including Australia, Canada, India, Ireland, New Zealand and the United Kingdom, the letter's name is ''zed'' , reflecting its derivation from the Greek ''zeta'' (this dates to Latin, which borrowed Y and Z from Greek), but in American English its name is ''zee'' , analogous to the names for B, C, D, etc., and deriving from a late 17th-century English dialectal form. Another English dialectal form is ''izzard'' . This dates from the mid-18th century and probably derives fr ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Symmetric Matrix
In linear algebra, a symmetric matrix is a square matrix that is equal to its transpose. Formally, Because equal matrices have equal dimensions, only square matrices can be symmetric. The entries of a symmetric matrix are symmetric with respect to the main diagonal. So if a_ denotes the entry in the ith row and jth column then for all indices i and j. Every square diagonal matrix is symmetric, since all off-diagonal elements are zero. Similarly in characteristic different from 2, each diagonal element of a skew-symmetric matrix must be zero, since each is its own negative. In linear algebra, a real symmetric matrix represents a self-adjoint operator represented in an orthonormal basis over a real inner product space. The corresponding object for a complex inner product space is a Hermitian matrix with complex-valued entries, which is equal to its conjugate transpose. Therefore, in linear algebra over the complex numbers, it is often assumed that a symmetric matrix refe ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]