The set of n × n orthogonal matrices, under multiplication, forms the groupO(n), known as the orthogonal group. The subgroupSO(n) consisting of orthogonal matrices with determinant +1 is called the special orthogonal group, and each of its elements is a special orthogonal matrix. As a linear transformation, every special orthogonal matrix acts as a rotation.
Overview
An orthogonal matrix is the real specialization of a unitary matrix, and thus always a normal matrix. Although we consider only real matrices here, the definition can be used for matrices with entries from any field. However, orthogonal matrices arise naturally from dot products, and for matrices of complex numbers that leads instead to the unitary requirement. Orthogonal matrices preserve the dot product,[1] so, for vectors u and v in an n-dimensional real Euclidean space
where Q is an orthogonal matrix. To see the inner product connection, consider a vector v in an n-dimensional real Euclidean space. Written with respect to an orthonormal basis, the squared length of v is vTv. If a linear transformation, in matrix form Qv, preserves vector lengths, then
Thus finite-dimensional linear isometries—rotations, reflections, and their combinations—produce orthogonal matrices. The converse is also true: orthogonal matrices imply orthogonal transformations. However, linear algebra includes orthogonal transformations between spaces which may be neither finite-dimensional nor of the same dimension, and these have no orthogonal matrix equivalent.
Orthogonal matrices are important for a number of reasons, both theoretical and practical. The n × n orthogonal matrices form a group under matrix multiplication, the orthogonal group denoted by O(n), which—with its subgroups—is widely used in mathematics and the physical sciences. For example, the point group of a molecule is a subgroup of O(3). Because floating point versions of orthogonal matrices have advantageous properties, they are key to many algorithms in numerical linear algebra, such as QR decomposition. As another example, with appropriate normalization the discrete cosine transform (used in MP3 compression) is represented by an orthogonal matrix.
Examples
Below are a few examples of small orthogonal matrices and possible interpretations.
(identity transformation)
(rotation about the origin)
(reflection across x-axis)
(permutation of coordinate axes)
Elementary constructions
Lower dimensions
The simplest orthogonal matrices are the 1 × 1 matrices [1] and [−1], which we can interpret as the identity and a reflection of the real line across the origin.
The 2 × 2 matrices have the form
which orthogonality demands satisfy the three equations
In consideration of the first equation, without loss of generality let p = cos θ, q = sin θ; then either t = −q, u = p or t = q, u = −p. We can interpret the first case as a rotation by θ (where θ = 0 is the identity), and the second as a reflection across a line at an angle of θ/2.
The special case of the reflection matrix with θ = 90° generates a reflection about the line at 45° given by y = x and therefore exchanges x and y; it is a permutation matrix, with a single 1 in each column and row (and otherwise 0):
The identity is also a permutation matrix.
A reflection is its own inverse, which implies that a reflection matrix is symmetric (equal to its transpose) as well as orthogonal. The product of two rotation matrices is a rotation matrix, and the product of two reflection matrices is also a rotation matrix.
Higher dimensions
Regardless of the dimension, it is always possible to classify orthogonal matrices as purely rotational or not, but for 3 × 3 matrices and larger the non-rotational matrices can be more complicated than reflections. For example,
represent an inversion through the origin and a rotoinversion, respectively, about the z-axis.
Rotations become more complicated in higher dimensions; they can no longer be completely characterized by one angle, and may affect more than one planar subspace. It is common to describe a 3 × 3 rotation matrix in terms of an axis and angle, but this only works in three dimensions. Above three dimensions two or more angles are needed, each associated with a plane of rotation.
However, we have elementary building blocks for permutations, reflections, and rotations that apply in general.
Primitives
The most elementary permutation is a transposition, obtained from the identity matrix by exchanging two rows. Any n × n permutation matrix can be constructed as a product of no more than n − 1 transpositions.
Here the numerator is a symmetric matrix while the denominator is a number, the squared magnitude of v. This is a reflection in the hyperplane perpendicular to v (negating any vector component parallel to v). If v is a unit vector, then Q = I − 2vvT suffices. A Householder reflection is typically used to simultaneously zero the lower part of a column. Any orthogonal matrix of size n × n can be constructed as a product of at most n such reflections.
A Givens rotation acts on a two-dimensional (planar) subspace spanned by two coordinate axes, rotating by a chosen angle. It is typically used to zero a single subdiagonal entry. Any rotation matrix of size n × n can be constructed as a product of at most n(n − 1)/2 such rotations. In the case of 3 × 3 matrices, three such rotations suffice; and by fixing the sequence we can thus describe all 3 × 3 rotation matrices (though not uniquely) in terms of the three angles used, often called Euler angles.
A Jacobi rotation has the same form as a Givens rotation, but is used to zero both off-diagonal entries of a 2 × 2 symmetric submatrix.
Properties
Matrix properties
A real square matrix is orthogonal if and only if its columns form an orthonormal basis of the Euclidean spaceRn with the ordinary Euclidean dot product, which is the case if and only if its rows form an orthonormal basis of Rn. It might be tempting to suppose a matrix with orthogonal (not orthonormal) columns would be called an orthogonal matrix, but such matrices have no special interest and no special name; they only satisfy MTM = D, with D a diagonal matrix.
The determinant of any orthogonal matrix is +1 or −1. This follows from basic facts about determinants, as follows:
The converse is not true; having a determinant of ±1 is no guarantee of orthogonality, even with orthogonal columns, as shown by the following counterexample.
With permutation matrices the determinant matches the signature, being +1 or −1 as the parity of the permutation is even or odd, for the determinant is an alternating function of the rows.
Stronger than the determinant restriction is the fact that an orthogonal matrix can always be diagonalized over the complex numbers to exhibit a full set of eigenvalues, all of which must have (complex) modulus 1.
Group properties
The inverse of every orthogonal matrix is again orthogonal, as is the matrix product of two orthogonal matrices. In fact, the set of all n × n orthogonal matrices satisfies all the axioms of a group. It is a compactLie group of dimension n(n − 1)/2, called the orthogonal group and denoted by O(n).
The orthogonal matrices whose determinant is +1 form a path-connectednormal subgroup of O(n) of index 2, the special orthogonal groupSO(n) of rotations. The quotient groupO(n)/SO(n) is isomorphic to O(1), with the projection map choosing [+1] or [−1] according to the determinant. Orthogonal matrices with determinant −1 do not include the identity, and so do not form a subgroup but only a coset; it is also (separately) connected. Thus each orthogonal group falls into two pieces; and because the projection map splits, O(n) is a semidirect product of SO(n) by O(1). In practical terms, a comparable statement is that any orthogonal matrix can be produced by taking a rotation matrix and possibly negating one of its columns, as we saw with 2 × 2 matrices. If n is odd, then the semidirect product is in fact a direct product, and any orthogonal matrix can be produced by taking a rotation matrix and possibly negating all of its columns. This follows from the property of determinants that negating a column negates the determinant, and thus negating an odd (but not even) number of columns negates the determinant.
Now consider (n + 1) × (n + 1) orthogonal matrices with bottom right entry equal to 1. The remainder of the last column (and last row) must be zeros, and the product of any two such matrices has the same form. The rest of the matrix is an n × n orthogonal matrix; thus O(n) is a subgroup of O(n + 1) (and of all higher groups).
Since an elementary reflection in the form of a Householder matrix can reduce any orthogonal matrix to this constrained form, a series of such reflections can bring any orthogonal matrix to the identity; thus an orthogonal group is a reflection group. The last column can be fixed to any unit vector, and each choice gives a different copy of O(n) in O(n + 1); in this way O(n + 1) is a bundle over the unit sphere Sn with fiber O(n).
Similarly, SO(n) is a subgroup of SO(n + 1); and any special orthogonal matrix can be generated by Givens plane rotations using an analogous procedure. The bundle structure persists: SO(n) ↪ SO(n + 1) → Sn. A single rotation can produce a zero in the first row of the last column, and series of n − 1 rotations will zero all but the last row of the last column of an n × n rotation matrix. Since the planes are fixed, each rotation has only one degree of freedom, its angle. By induction, SO(n) therefore has
degrees of freedom, and so does O(n).
Permutation matrices are simpler still; they form, not a Lie group, but only a finite group, the order n!symmetric groupSn. By the same kind of argument, Sn is a subgroup of Sn + 1. The even permutations produce the subgroup of permutation matrices of determinant +1, the order n!/2alternating group.
Canonical form
More broadly, the effect of any orthogonal matrix separates into independent actions on orthogonal two-dimensional subspaces. That is, if Q is special orthogonal then one can always find an orthogonal matrix P, a (rotational) change of basis, that brings Q into block diagonal form:
where the matrices R1, ..., Rk are 2 × 2 rotation matrices, and with the remaining entries zero. Exceptionally, a rotation block may be diagonal, ±I. Thus, negating one column if necessary, and noting that a 2 × 2 reflection diagonalizes to a +1 and −1, any orthogonal matrix can be brought to the form
The matrices R1, ..., Rk give conjugate pairs of eigenvalues lying on the unit circle in the complex plane; so this decomposition confirms that all eigenvalues have absolute value 1. If n is odd, there is at least one real eigenvalue, +1 or −1; for a 3 × 3 rotation, the eigenvector associated with +1 is the rotation axis.
Lie algebra
Suppose the entries of Q are differentiable functions of t, and that t = 0 gives Q = I. Differentiating the orthogonality condition
yields
Evaluation at t = 0 (Q = I) then implies
In Lie group terms, this means that the Lie algebra of an orthogonal matrix group consists of skew-symmetric matrices. Going the other direction, the matrix exponential of any skew-symmetric matrix is an orthogonal matrix (in fact, special orthogonal).
For example, the three-dimensional object physics calls angular velocity is a differential rotation, thus a vector in the Lie algebra tangent to SO(3). Given ω = (xθ, yθ, zθ), with v = (x, y, z) being a unit vector, the correct skew-symmetric matrix form of ω is
The exponential of this is the orthogonal matrix for rotation around axis v by angle θ; setting c = cos θ/2, s = sin θ/2,
Numerical linear algebra
Benefits
Numerical analysis takes advantage of many of the properties of orthogonal matrices for numerical linear algebra, and they arise naturally. For example, it is often desirable to compute an orthonormal basis for a space, or an orthogonal change of bases; both take the form of orthogonal matrices. Having determinant ±1 and all eigenvalues of magnitude 1 is of great benefit for numeric stability. One implication is that the condition number is 1 (which is the minimum), so errors are not magnified when multiplying with an orthogonal matrix. Many algorithms use orthogonal matrices like Householder reflections and Givens rotations for this reason. It is also helpful that, not only is an orthogonal matrix invertible, but its inverse is available essentially free, by exchanging indices.
Permutations are essential to the success of many algorithms, including the workhorse Gaussian elimination with partial pivoting (where permutations do the pivoting). However, they rarely appear explicitly as matrices; their special form allows more efficient representation, such as a list of n indices.
Likewise, algorithms using Householder and Givens matrices typically use specialized methods of multiplication and storage. For example, a Givens rotation affects only two rows of a matrix it multiplies, changing a full multiplication of order n3 to a much more efficient order n. When uses of these reflections and rotations introduce zeros in a matrix, the space vacated is enough to store sufficient data to reproduce the transform, and to do so robustly. (Following Stewart (1976), we do not store a rotation angle, which is both expensive and badly behaved.)
M = QS, Q orthogonal, S symmetric positive-semidefinite
Examples
Consider an overdetermined system of linear equations, as might occur with repeated measurements of a physical phenomenon to compensate for experimental errors. Write Ax = b, where A is m × n, m > n.
A QR decomposition reduces A to upper triangular R. For example, if A is 5 × 3 then R has the form
The linear least squares problem is to find the x that minimizes ‖Ax − b‖, which is equivalent to projecting b to the subspace spanned by the columns of A. Assuming the columns of A (and hence R) are independent, the projection solution is found from ATAx = ATb. Now ATA is square (n × n) and invertible, and also equal to RTR. But the lower rows of zeros in R are superfluous in the product, which is thus already in lower-triangular upper-triangular factored form, as in Gaussian elimination (Cholesky decomposition). Here orthogonality is important not only for reducing ATA = (RTQT)QR to RTR, but also for allowing solution without magnifying numerical problems.
In the case of a linear system which is underdetermined, or an otherwise non-invertible matrix, singular value decomposition (SVD) is equally useful. With A factored as UΣVT, a satisfactory solution uses the Moore-Penrose pseudoinverse, VΣ+UT, where Σ+ merely replaces each non-zero diagonal entry with its reciprocal. Set x to VΣ+UTb.
The case of a square invertible matrix also holds interest. Suppose, for example, that A is a 3 × 3 rotation matrix which has been computed as the composition of numerous twists and turns. Floating point does not match the mathematical ideal of real numbers, so A has gradually lost its true orthogonality. A Gram–Schmidt process could orthogonalize the columns, but it is not the most reliable, nor the most efficient, nor the most invariant method. The polar decomposition factors a matrix into a pair, one of which is the unique closest orthogonal matrix to the given matrix, or one of the closest if the given matrix is singular. (Closeness can be measured by any matrix norm invariant under an orthogonal change of basis, such as the spectral norm or the Frobenius norm.) For a near-orthogonal matrix, rapid convergence to the orthogonal factor can be achieved by a "Newton's method" approach due to Higham (1986) (1990), repeatedly averaging the matrix with its inverse transpose. Dubrulle (1999) has published an accelerated method with a convenient convergence test.
For example, consider a non-orthogonal matrix for which the simple averaging algorithm takes seven steps
and which acceleration trims to two steps (with γ = 0.353553, 0.565685).
Gram-Schmidt yields an inferior solution, shown by a Frobenius distance of 8.28659 instead of the minimum 8.12404.
Randomization
Some numerical applications, such as Monte Carlo methods and exploration of high-dimensional data spaces, require generation of uniformly distributed random orthogonal matrices. In this context, "uniform" is defined in terms of Haar measure, which essentially requires that the distribution not change if multiplied by any freely chosen orthogonal matrix. Orthogonalizing matrices with independent uniformly distributed random entries does not result in uniformly distributed orthogonal matrices[citation needed], but the QR decomposition of independent normally distributed random entries does, as long as the diagonal of R contains only positive entries (Mezzadri 2006). Stewart (1980) replaced this with a more efficient idea that Diaconis & Shahshahani (1987) later generalized as the "subgroup algorithm" (in which form it works just as well for permutations and rotations). To generate an (n + 1) × (n + 1) orthogonal matrix, take an n × n one and a uniformly distributed unit vector of dimension n + 1. Construct a Householder reflection from the vector, then apply it to the smaller matrix (embedded in the larger size with a 1 at the bottom right corner).
Nearest orthogonal matrix
The problem of finding the orthogonal matrix Q nearest a given matrix M is related to the Orthogonal Procrustes problem. There are several different ways to get the unique solution, the simplest of which is taking the singular value decomposition of M and replacing the singular values with ones. Another method expresses the R explicitly but requires the use of a matrix square root:[2]
This may be combined with the Babylonian method for extracting the square root of a matrix to give a recurrence which converges to an orthogonal matrix quadratically:
where Q0 = M.
These iterations are stable provided the condition number of M is less than three.[3]
Using a first-order approximation of the inverse and the same initialization results in the modified iteration:
Spin and pin
A subtle technical problem afflicts some uses of orthogonal matrices. Not only are the group components with determinant +1 and −1 not connected to each other, even the +1 component, SO(n), is not simply connected (except for SO(1), which is trivial). Thus it is sometimes advantageous, or even necessary, to work with a covering group of SO(n), the spin group, Spin(n). Likewise, O(n) has covering groups, the pin groups, Pin(n). For n > 2, Spin(n) is simply connected and thus the universal covering group for SO(n). By far the most famous example of a spin group is Spin(3), which is nothing but SU(2), or the group of unit quaternions.
The Pin and Spin groups are found within Clifford algebras, which themselves can be built from orthogonal matrices.
If Q is not a square matrix, then the conditions QTQ = I and QQT = I are not equivalent. The condition QTQ = I says that the columns of Q are orthonormal. This can only happen if Q is an m × n matrix with n ≤ m (due to linear dependence). Similarly, QQT = I says that the rows of Q are orthonormal, which requires n ≥ m.
There is no standard terminology for these matrices. They are variously called "semi-orthogonal matrices", "orthonormal matrices", "orthogonal matrices", and sometimes simply "matrices with orthonormal rows/columns".
For the case n ≤ m, matrices with orthonormal columns may be referred to as orthogonal k-frames and they are elements of the Stiefel manifold.
Mezzadri, Francesco (2006), "How to generate random matrices from the classical compact groups", Notices of the American Mathematical Society, 54, arXiv:math-ph/0609050, Bibcode:2006math.ph...9050M
Les plébiscites sous Napoléon III sont au nombre de cinq entre le coup d'État du 2 décembre 1851 et la défaite de Sedan du 1er septembre 1870. Le recours au plébiscite permet à l'empereur d’établir un lien direct avec le peuple. Il s'agit pour lui au moins d'avoir une simple majorité derrière lui que d'obtenir un rassemblement national sur son nom via le sujet qu'il soumet au plébiscite. Si trois de ces plébiscistes sont nationaux, deux d'entre eux concernant l'annexion de Nice ...
Requisitioned ships in the UK This article includes a list of references, related reading, or external links, but its sources remain unclear because it lacks inline citations. Please help improve this article by introducing more precise citations. (November 2014) (Learn how and when to remove this template message) For the Disney character, see Clan McDuck § Stuft McDuck. SS Canberra in the Falklands after being requisitioned as a troop ship A STUFT (acronym for ship taken up from trade...
Timothy James McVeighFotografia di Mcveigh scattata dall'FBISoprannomeTim TuttleDarel BridgesRobert Kling NascitaLockport, New York, 23 aprile 1968 MorteTerre Haute, Indiana, 11 giugno 2001 (33 anni) Cause della morteIniezione letale EtniaIrlandese ReligioneCattolico (poi agnostico) Dati militariPaese servito Stati Uniti Forza armata Esercito degli Stati Uniti Armafanteria meccanizzata Specialitàcannoniere Unità 16º Reggimento2º BattaglioneCompagnia Charlie Reparto 1ª D...
Movement within Israeli feminism representing Mizrahi women Part of a series onFeminism History Feminist history History of feminism Women's history American British Canadian German Waves First Second Third Fourth Timelines Women's suffrage Muslim countries US Other women's rights Women's suffrage by country Austria Australia Canada Colombia India Japan Kuwait Liechtenstein New Zealand Spain Second Republic Francoist Switzerland United Kingdom Cayman Islands Wales United States states Interse...
Cari artikel bahasa Cari berdasarkan kode ISO 639 (Uji coba) Cari berdasarkan nilai Glottolog Kolom pencarian ini hanya didukung oleh beberapa antarmuka Halaman rumpun acak Rumpun bahasaKelt Hispania (geografis)PersebaranSemenanjung IberiaPenggolongan bahasaIndo-EropaKelt(Kelt Benua)Kelt Hispania Keltiberia † Galaekia † Kode bahasaGlottolog(tidak dinilai) Portal BahasaSunting kotak info • L • B • PWBantuan penggunaan templat ini Artikel ini a...
Xe điện bánh hơi ở Brazil Xe điện bánh hơi ở Landskrona, Sweden Xe điện bánh hơi chạy ở Cambridge, Massachusetts. Xe điện bánh hơi ở Ghent, Belgium Xe điện bánh hơi (tên Tiếng Anh: Trolleybus) là xe buýt chạy bằng cách lấy năng lượng từ dòng dây điện phía trên. Cần hai dây điện và các cực để nối kín mạch điện. Xe buýt điện bánh hơi khác với tàu điện hoặc xe điện, thường sử dụng đường ...
2007 studio album by Cowboy JunkiesTrinity RevisitedStudio album by Cowboy JunkiesReleasedOctober 8, 2007[1]RecordedNovember 4, 2006[2]GenreAlternative country, country bluesLength59:14[1]LabelCooking Vinyl, Strobosonic (Canada)ProducerFrançois LamoureuxCowboy Junkies chronology At the End of Paths Taken(2007) Trinity Revisited(2007) Renmin Park(2010) Professional ratingsReview scoresSourceRatingAllMusic[1]Pitchfork3.8 of 10[3] Trinity Revisite...
Hospital in Virginia, United StatesChippenham HospitalHospital Corporation of AmericaGeographyLocationRichmond, Virginia, United StatesCoordinates37°30′54″N 77°31′30″W / 37.51496°N 77.52509°W / 37.51496; -77.52509OrganizationFundingFor-profit hospitalServicesEmergency departmentLevel I trauma centerBeds466HelipadFAA LID: 6VA3HistoryOpened1972LinksWebsitewww.hcavirginia.com/locations/chippenham-hospitalListsHospitals in Virginia Chippenham Hospital is a for-...
1437–38 revolt in Hungary Transylvanian peasant revoltDateJune 1437 – January 1438LocationNorth Transylvania and Tiszántúl,Kingdom of HungaryResult Patrician victoryBelligerents Transylvanian peasants and petty nobles Transylvanian aristocracyCommanders and leaders Antal Nagy de Buda †Pál Nagy de VajdaházaMihai the Vlach Ladislaus CsákiGeorge LépesMichael JakcsHenry TamásiDesiderius LosonciStrength unknown unknown The Transylvanian peasant revolt (Hungarian: erdélyi paraszt...
Untuk kegunaan lain, lihat Naif (disambiguasi). NaifAlbum studio karya NaifDirilis1 Maret 1998GenrePopLabelBulletin RecordsKronologi Naif Naif (1998) Jangan Terlalu Naif (2000)Jangan Terlalu Naif2000 Naif adalah album pertama dari grup band Naif yang dirilis pada tahun 1998. Album ini mengusung lagu andalan Mobil Balap,Piknik '72, dan Benci Libur. Majalah Rolling Stone Indonesia menobatkan album ini sebagai salah satu dari 150 Album Indonesia Terbaik sepanjang masa dengan menempati pering...
Artikel ini sudah memiliki daftar referensi, bacaan terkait, atau pranala luar, tetapi sumbernya belum jelas karena belum menyertakan kutipan pada kalimat. Mohon tingkatkan kualitas artikel ini dengan memasukkan rujukan yang lebih mendetail bila perlu. (Pelajari cara dan kapan saatnya untuk menghapus pesan templat ini) Distribusi diakronik bangsa Kelt: Daerah inti kebudayaan Halstatt, pada abad ke-6 SM Ekspansi maksimal kaum Kelt, dari abad ke-3 SM Daerah L...
Variety of French spoken in eastern Canada Not to be confused with Akkadian language or Louisiana French. Acadian FrenchFrench of Acadiafrançais acadien (French)The modern flag of Acadia.Native toCanada, United StatesRegionNew Brunswick, Nova Scotia, Prince Edward Island, Quebec, Maine, Vermont, New HampshireNative speakers(370,000 cited 1996, 2006)[1]Language familyIndo-European ItalicLatino-FaliscanRomanceItalo-WesternWestern RomanceGallo-RomanceOïlFrenchAcadian FrenchEa...
I caratteri cinesi tradizionali(繁體字T, 繁体字S, fántǐzìP, lett. Forma complicata dei caratteri)sono, insieme ai caratteri semplificati(簡體字T, 简体字S, JiǎntǐzìP, lett. Forma semplice dei caratteri), uno dei due modi di scrittura dei caratteri cinesi. L'aggettivo tradizionali è da considerarsi un'attribuzione piuttosto recente, in quanto non esisteva fino al 1950. È in questo periodo che il governo cinese introduce ufficialmente un sistema ...
See also: Index of Croatia-related articles Overview of and topical guide to Croatia The Flag of CroatiaThe Coat of arms of Croatia The location of Croatia with its major cities labelled. Flag-map of Croatia The following outline is provided as an overview of and topical guide to Croatia: Croatia – unitary democratic parliamentary republic in Europe at the crossroads of Central Europe, the Balkans, and the Mediterranean. The country's population is 4 million, most of whom are Croats, wi...
Russian television studio You can help expand this article with text translated from the corresponding article in Russian. (April 2020) Click [show] for important translation instructions. Machine translation, like DeepL or Google Translate, is a useful starting point for translations, but translators must revise errors as necessary and confirm that the translation is accurate, rather than simply copy-pasting machine-translated text into the English Wikipedia. Do not translate text that ...
Land warfare force of France This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: French Army – news · newspapers · books · scholar · JSTOR (February 2023) (Learn how and when to remove this message)Land ArmyArmée de terreFounded26 May 1445 (1445-05-26)(579 years, 1 month ago)Country...
Proposed concepts for human settlements on Mars A rendering of the Interplanetary Transport System approaching Mars, a concept colonyship of the in-development SpaceX Mars Colonization Program The colonization of Mars is the proposed process of establishing and maintaining control of Martian land for exploitation and the possible settlement of Mars.[1] Most colonization concepts focus on settling, but colonization is a broader ethical concept,[2] which international space law ...
Transport vessel in Tasmania, Australia MV Cartela about 1995 History NameMV Cartela BuilderPurdon & Featherstone Launched1912 IdentificationIMO number: 5065160 StatusUndergoing renovation General characteristics Tonnage194 long tons (197 t) Length123 feet (37 m) Beam25 feet (7.6 m) Draught8 feet 6 inches (2.59 m) The MV Cartela is an excursion vessel operating on the Derwent River in Hobart, Tasmania, Australia. She is now Australia's oldest continuousl...