In mathematics, the Strahler number or Horton–Strahler number of a mathematical tree is a numerical measure of its branching complexity.
These numbers were first developed in hydrology, as a way of measuring the complexity of rivers and streams, by and . In this application, they are referred to as the Strahler stream order and are used to define stream size based on a hierarchy of tributaries.
The same numbers also arise in the analysis of L-systems and of hierarchical biological structures such as (biological) trees and animal respiratory and circulatory systems, in register allocation for compilation of high-level programming languages and in the analysis of social networks.
All trees in this context are directed graphs, oriented from the root towards the leaves; in other words, they are arborescences. The degree of a node in a tree is just its number of children. One may assign a Strahler number to all nodes of a tree, in bottom-up order, as follows:
If the node is a leaf (has no children), its Strahler number is one.
If the node has one child with Strahler number i, and all other children have Strahler numbers less than i, then the Strahler number of the node is i again.
If the node has two or more children with Strahler number i, and no children with greater number, then the Strahler number of the node is i + 1.
The Strahler number of a tree is the number of its root node.
Algorithmically, these numbers may be assigned by performing a depth-first search and assigning each node's number in postorder.
The same numbers may also be generated via a pruning process in which the tree is simplified in a sequence of stages, where in each stage one removes all leaf nodes and all of the paths of degree-one nodes leading to leaves: the Strahler number of a node is the stage at which it would be removed by this process, and the Strahler number of a tree is the number of stages required to remove all of its nodes.
This page is automatically generated and may contain information that is not correct, complete, up-to-date, or relevant to your search query. The same applies to every other page on this website. Please make sure to verify the information with EPFL's official sources.
A river is a natural flowing watercourse, usually a freshwater stream, flowing on the surface or inside caves towards another waterbody at a lower elevation, such as an ocean, sea, bay, lake, wetland, or another river. In some cases, a river flows into the ground or becomes dry at the end of its course without reaching another body of water. Small rivers can be referred to by names such as creek, brook, and rivulet. There are no official definitions for the generic term river as applied to geographic features, although in some countries or communities, a stream is defined by its size.
In hydrology, a mainstem (or trunk) is "the primary downstream segment of a river, as contrasted to its tributaries". Water enters the mainstem from the river's drainage basin, the land area through which the mainstem and its tributaries flow. A drainage basin may also be referred to as a watershed or catchment. Hydrological classification systems assign numbers to tributaries and mainstems within a drainage basin. In the Strahler number, a modification of a system devised by Robert E.
A tributary, or affluent, is a stream or river that flows into a larger stream or main stem (or parent) river or a lake. A tributary does not flow directly into a sea or ocean. Tributaries and the main stem river drain the surrounding drainage basin of its surface water and groundwater, leading the water out into an ocean. The Irtysh is a chief tributary of the Ob river and is also the longest tributary river in the world with a length of . The Madeira River is the largest tributary river by volume in the world with an average discharge of .
Scaling aquatic ecosystem processes like nutrient removal is critical for assessing the importance of streams and rivers to watershed nutrient export. We used pulse NH4+ enrichment experiments and measured net NH4+ uptake in 7 streams throughout a mountain ...
Colloidal organic matter (COM) collected in small and large watercourse tributaries of the Negro River (Brazil) were fractionated and characterized by an asymmetrical flow field-flow fractionation (AFIFFF) coupled to UV and seven angle laser light scatteri ...
This paper studies the relation between the structure of river networks and the features of their geomorphologic hydrologic response. A mathematical formulation of connectivity of a drainage network is proposed to relate contributing areas and the network ...