Trace (linear algebra)

From Wikipedia, the free encyclopedia
(Redirected from Traceless)
Jump to navigation Jump to search

Template:Short description Script error: No such module "Unsubst". Template:MOS In linear algebra, the trace of a square matrix AScript error: No such module "Check for unknown parameters"., denoted tr(A)Script error: No such module "Check for unknown parameters".,[1] is the sum of the elements on its main diagonal, a11+a22++ann. It is only defined for a square matrix (n × nScript error: No such module "Check for unknown parameters".).

The trace of a matrix is the sum of its eigenvalues (counted with multiplicities). Also, tr(AB) = tr(BA)Script error: No such module "Check for unknown parameters". for any matrices AScript error: No such module "Check for unknown parameters". and BScript error: No such module "Check for unknown parameters". of the same size. Thus, similar matrices have the same trace. As a consequence, one can define the trace of a linear operator mapping a finite-dimensional vector space into itself, since all matrices describing such an operator with respect to a basis are similar.

The trace is related to the derivative of the determinant (see Jacobi's formula).

Definition

The trace of an n × nScript error: No such module "Check for unknown parameters". square matrix AScript error: No such module "Check for unknown parameters". is defined as[1][2][3]Template:Rp tr(𝐀)=i=1naii=a11+a22++ann where aiiScript error: No such module "Check for unknown parameters". denotes the entry on the Template:Mvar th row and Template:Mvar th column of AScript error: No such module "Check for unknown parameters".. The entries of AScript error: No such module "Check for unknown parameters". can be real numbers, complex numbers, or more generally elements of a field Template:Mvar. The trace is not defined for non-square matrices.

Example

Let AScript error: No such module "Check for unknown parameters". be a matrix, with 𝐀=(a11a12a13a21a22a23a31a32a33)=(10311526125)

Then tr(𝐀)=i=13aii=a11+a22+a33=1+5+(5)=1

Properties

Basic properties

The trace is a linear mapping. That is,[1][2] tr(𝐀+𝐁)=tr(𝐀)+tr(𝐁)tr(c𝐀)=ctr(𝐀) for all square matrices AScript error: No such module "Check for unknown parameters". and BScript error: No such module "Check for unknown parameters"., and all scalars Template:Mvar.[3]Template:Rp

A matrix and its transpose have the same trace:[1][2][3]Template:Rp tr(𝐀)=tr(𝐀T).

This follows immediately from the fact that transposing a square matrix does not affect elements along the main diagonal.

Trace of a product

The trace of a square matrix which is the product of two matrices can be rewritten as the sum of entry-wise products of their elements, i.e. as the sum of all elements of their Hadamard product. Phrased directly, if AScript error: No such module "Check for unknown parameters". and BScript error: No such module "Check for unknown parameters". are two m × nScript error: No such module "Check for unknown parameters". matrices, then: tr(𝐀T𝐁)=tr(𝐀𝐁T)=tr(𝐁T𝐀)=tr(𝐁𝐀T)=i=1mj=1naijbij.

If one views any real m × nScript error: No such module "Check for unknown parameters". matrix as a vector of length Template:Mvar (an operation called vectorization) then the above operation on AScript error: No such module "Check for unknown parameters". and BScript error: No such module "Check for unknown parameters". coincides with the standard dot product. According to the above expression, tr(AA)Script error: No such module "Check for unknown parameters". is a sum of squares and hence is nonnegative, equal to zero if and only if AScript error: No such module "Check for unknown parameters". is zero.[4]Template:Rp Furthermore, as noted in the above formula, tr(AB) = tr(BA)Script error: No such module "Check for unknown parameters".. These demonstrate the positive-definiteness and symmetry required of an inner product; it is common to call tr(AB)Script error: No such module "Check for unknown parameters". the Frobenius inner product of AScript error: No such module "Check for unknown parameters". and BScript error: No such module "Check for unknown parameters".. This is a natural inner product on the vector space of all real matrices of fixed dimensions. The norm derived from this inner product is called the Frobenius norm, and it satisfies a submultiplicative property, as can be proven with the Cauchy–Schwarz inequality: 0[tr(𝐀𝐁)]2tr(𝐀T𝐀)tr(𝐁T𝐁), if AScript error: No such module "Check for unknown parameters". and BScript error: No such module "Check for unknown parameters". are real matrices such that A BScript error: No such module "Check for unknown parameters". is a square matrix. The Frobenius inner product and norm arise frequently in matrix calculus and statistics.

The Frobenius inner product may be extended to a hermitian inner product on the complex vector space of all complex matrices of a fixed size, by replacing BScript error: No such module "Check for unknown parameters". by its complex conjugate.

The symmetry of the Frobenius inner product may be phrased more directly as follows: the matrices in the trace of a product can be switched without changing the result. If AScript error: No such module "Check for unknown parameters". and BScript error: No such module "Check for unknown parameters". are m × nScript error: No such module "Check for unknown parameters". and n × mScript error: No such module "Check for unknown parameters". real or complex matrices, respectively, then[1][2][3]Template:Rp[note 1]

Template:Equation box 1

This is notable both for the fact that ABScript error: No such module "Check for unknown parameters". does not usually equal BAScript error: No such module "Check for unknown parameters"., and also since the trace of either does not usually equal tr(A)tr(B)Script error: No such module "Check for unknown parameters"..[note 2] The similarity-invariance of the trace, meaning that tr(A) = tr(P−1AP)Script error: No such module "Check for unknown parameters". for any square matrix AScript error: No such module "Check for unknown parameters". and any invertible matrix PScript error: No such module "Check for unknown parameters". of the same dimensions, is a fundamental consequence. This is proved by tr(𝐏1(𝐀𝐏))=tr((𝐀𝐏)𝐏1)=tr(𝐀). Similarity invariance is the crucial property of the trace in order to discuss traces of linear transformations as below.

Additionally, for real column vectors 𝐚n and 𝐛n, the trace of the outer product is equivalent to the inner product: Template:Equation box 1

Cyclic property

More generally, the trace is invariant under circular shifts, that is,

Template:Equation box 1

This is known as the cyclic property.

Arbitrary permutations are not allowed: in general, tr(𝐀𝐁𝐂𝐃)tr(𝐀𝐂𝐁𝐃).

However, if products of three symmetric matrices are considered, any permutation is allowed, since: tr(𝐀𝐁𝐂)=tr((𝐀𝐁𝐂)T)=tr(𝐂𝐁𝐀)=tr(𝐀𝐂𝐁), where the first equality is because the traces of a matrix and its transpose are equal. Note that this is not true in general for more than three factors.

Trace of a Kronecker product

The trace of the Kronecker product of two matrices is the product of their traces: tr(𝐀𝐁)=tr(𝐀)tr(𝐁).

Characterization of the trace

The following three properties: tr(𝐀+𝐁)=tr(𝐀)+tr(𝐁),tr(c𝐀)=ctr(𝐀),tr(𝐀𝐁)=tr(𝐁𝐀), characterize the trace up to a scalar multiple in the following sense: If f is a linear functional on the space of square matrices that satisfies f(xy)=f(yx), then f and tr are proportional.[note 3]

For n×n matrices, imposing the normalization f(𝐈)=n makes f equal to the trace.

Trace as the sum of eigenvalues

Given any n × nScript error: No such module "Check for unknown parameters". matrix AScript error: No such module "Check for unknown parameters"., there is

Template:Equation box 1

where λ1, ..., λnScript error: No such module "Check for unknown parameters". are the eigenvalues of AScript error: No such module "Check for unknown parameters". counted with multiplicity. This holds true even if AScript error: No such module "Check for unknown parameters". is a real matrix and some (or all) of the eigenvalues are complex numbers. This may be regarded as a consequence of the existence of the Jordan canonical form, together with the similarity-invariance of the trace discussed above.

Trace of commutator

When both AScript error: No such module "Check for unknown parameters". and BScript error: No such module "Check for unknown parameters". are n × nScript error: No such module "Check for unknown parameters". matrices, the trace of the (ring-theoretic) commutator of AScript error: No such module "Check for unknown parameters". and BScript error: No such module "Check for unknown parameters". vanishes: tr([A, B]) = 0Script error: No such module "Check for unknown parameters"., because tr(AB) = tr(BA)Script error: No such module "Check for unknown parameters". and trScript error: No such module "Check for unknown parameters". is linear. One can state this as "the trace is a map of Lie algebras glnkScript error: No such module "Check for unknown parameters". from operators to scalars", as the commutator of scalars is trivial (it is an Abelian Lie algebra). In particular, using similarity invariance, it follows that the identity matrix is never similar to the commutator of any pair of matrices.

Conversely, any square matrix with zero trace is a linear combination of the commutators of pairs of matrices.[note 4] Moreover, any square matrix with zero trace is unitarily equivalent to a square matrix with diagonal consisting of all zeros.

Traces of special kinds of matrices

Template:Bulleted list

Relationship to the characteristic polynomial

The trace of an n×n matrix A is the coefficient of tn1 in the characteristic polynomial, possibly changed of sign, according to the convention in the definition of the characteristic polynomial.

Relationship to eigenvalues

If AScript error: No such module "Check for unknown parameters". is a linear operator represented by a square matrix with real or complex entries and if λ1, ..., λnScript error: No such module "Check for unknown parameters". are the eigenvalues of AScript error: No such module "Check for unknown parameters". (listed according to their algebraic multiplicities), then

Template:Equation box 1

This follows from the fact that AScript error: No such module "Check for unknown parameters". is always similar to its Jordan form, an upper triangular matrix having λ1, ..., λnScript error: No such module "Check for unknown parameters". on the main diagonal. In contrast, the determinant of AScript error: No such module "Check for unknown parameters". is the product of its eigenvalues; that is, det(𝐀)=iλi.

Everything in the present section applies as well to any square matrix with coefficients in an algebraically closed field.

Derivative relationships

If aScript error: No such module "Check for unknown parameters". is a square matrix with small entries and IScript error: No such module "Check for unknown parameters". denotes the identity matrix, then we have approximately

det(𝐈+𝐚)1+tr(𝐚).

Precisely this means that the trace is the derivative of the determinant function at the identity matrix. Jacobi's formula

ddet(𝐀)=tr(adj(𝐀)d𝐀)

is more general and describes the differential of the determinant at an arbitrary square matrix, in terms of the trace and the adjugate of the matrix.

From this (or from the connection between the trace and the eigenvalues), one can derive a relation between the trace function, the matrix exponential function, and the determinant:det(exp(𝐀))=exp(tr(𝐀)).

A related characterization of the trace applies to linear vector fields. Given a matrix AScript error: No such module "Check for unknown parameters"., define a vector field FScript error: No such module "Check for unknown parameters". on RnScript error: No such module "Check for unknown parameters". by F(x) = AxScript error: No such module "Check for unknown parameters".. The components of this vector field are linear functions (given by the rows of AScript error: No such module "Check for unknown parameters".). Its divergence div FScript error: No such module "Check for unknown parameters". is a constant function, whose value is equal to tr(A)Script error: No such module "Check for unknown parameters"..

By the divergence theorem, one can interpret this in terms of flows: if F(x)Script error: No such module "Check for unknown parameters". represents the velocity of a fluid at location xScript error: No such module "Check for unknown parameters". and Template:Mvar is a region in RnScript error: No such module "Check for unknown parameters"., the net flow of the fluid out of Template:Mvar is given by tr(A) · vol(U)Script error: No such module "Check for unknown parameters"., where vol(U)Script error: No such module "Check for unknown parameters". is the volume of Template:Mvar.

The trace is a linear operator, hence it commutes with the derivative: dtr(𝐗)=tr(d𝐗).

Trace of a linear operator

In general, given some linear map f : VVScript error: No such module "Check for unknown parameters". of finite rank (where Template:Mvar is a vector space), we can define the trace of this map by considering the trace of a matrix representation of Template:Mvar, that is, choosing a basis for Template:Mvar and describing Template:Mvar as a matrix relative to this basis, and taking the trace of this square matrix. The result will not depend on the basis chosen, since different bases will give rise to similar matrices, allowing for the possibility of a basis-independent definition for the trace of a linear map.

Such a definition can be given using the canonical isomorphism between the space of linear endomorphisms of Template:Mvar of finite rank and VV*Script error: No such module "Check for unknown parameters"., where V*Script error: No such module "Check for unknown parameters". is the dual space of Template:Mvar. Let Template:Mvar be in Template:Mvar and let Template:Mvar be in Template:Mvar. Then the trace of the decomposable element vgScript error: No such module "Check for unknown parameters". is defined to be g(v)Script error: No such module "Check for unknown parameters".; the trace of a general element is defined by linearity. The trace of a linear map f : VVScript error: No such module "Check for unknown parameters". of finite rank can then be defined as the trace, in the above sense, of the element of VV*Script error: No such module "Check for unknown parameters". corresponding to f under the above-mentioned canonical isomorphism. Using an explicit basis for Template:Mvar and the corresponding dual basis for V*Script error: No such module "Check for unknown parameters"., one can show that this gives the same definition of the trace as given above.

Numerical algorithms

Stochastic estimator

The trace can be estimated unbiasedly by "Hutchinson's trick":[5]

Given any matrix

Wn×n

, and any random

un

with

𝔼[uu]=𝐈

, we have

𝔼[uWu]=trW

.

For a proof expand the expectation directly.

Usually, the random vector is sampled from N(𝟎,𝐈) (normal distribution) or {±n1/2}n (Rademacher distribution).

More sophisticated stochastic estimators of trace have been developed.[6]

Applications

If a 2 x 2 real matrix has zero trace, its square is a diagonal matrix.

The trace of a 2 × 2 complex matrix is used to classify Möbius transformations. First, the matrix is normalized to make its determinant equal to one. Then, if the square of the trace is 4, the corresponding transformation is parabolic. If the square is in the interval [0,4), it is elliptic. Finally, if the square is greater than 4, the transformation is loxodromic. See classification of Möbius transformations.

The trace is used to define characters of group representations. Two representations A, B : GGL(V)Script error: No such module "Check for unknown parameters". of a group Template:Mvar are equivalent (up to change of basis on Template:Mvar) if tr(A(g)) = tr(B(g))Script error: No such module "Check for unknown parameters". for all gGScript error: No such module "Check for unknown parameters"..

The trace also plays a central role in the distribution of quadratic forms.

Lie algebra

The trace is a map of Lie algebras tr:𝔤𝔩nK from the Lie algebra 𝔤𝔩n of linear operators on an Template:Mvar-dimensional space (n × nScript error: No such module "Check for unknown parameters". matrices with entries in K) to the Lie algebra Template:Mvar of scalars; as Template:Mvar is Abelian (the Lie bracket vanishes), the fact that this is a map of Lie algebras is exactly the statement that the trace of a bracket vanishes: tr([𝐀,𝐁])=0 for each 𝐀,𝐁𝔤𝔩n.

The kernel of this map, a matrix whose trace is zero, is often said to be Template:Visible anchor or Template:Visible anchor, and these matrices form the simple Lie algebra 𝔰𝔩n, which is the Lie algebra of the special linear group of matrices with determinant 1. The special linear group consists of the matrices which do not change volume, while the special linear Lie algebra is the matrices which do not alter volume of infinitesimal sets.

In fact, there is an internal direct sum decomposition 𝔤𝔩n=𝔰𝔩nK of operators/matrices into traceless operators/matrices and scalars operators/matrices. The projection map onto scalar operators can be expressed in terms of the trace, concretely as: 𝐀1ntr(𝐀)𝐈.

Formally, one can compose the trace (the counit map) with the unit map K𝔤𝔩n of "inclusion of scalars" to obtain a map 𝔤𝔩n𝔤𝔩n mapping onto scalars, and multiplying by Template:Mvar. Dividing by Template:Mvar makes this a projection, yielding the formula above.

In terms of short exact sequences, one has 0𝔰𝔩n𝔤𝔩ntrK0 which is analogous to 1SLnGLndetK*1 (where K*=K{0}) for Lie groups. However, the trace splits naturally (via 1/n times scalars) so 𝔤𝔩n=𝔰𝔩nK, but the splitting of the determinant would be as the Template:Mvarth root times scalars, and this does not in general define a function, so the determinant does not split and the general linear group does not decompose: GLnSLn×K*.

Bilinear forms

The bilinear form (where XScript error: No such module "Check for unknown parameters"., YScript error: No such module "Check for unknown parameters". are square matrices) B(𝐗,𝐘)=tr(ad(𝐗)ad(𝐘))

where ad(𝐗)𝐘=[𝐗,𝐘]=𝐗𝐘𝐘𝐗
and for orientation, if det𝐘0
then ad(𝐗)=𝐗𝐘𝐗𝐘1.

B(𝐗,𝐘) is called the Killing form; it is used to classify Lie algebras.

The trace defines a bilinear form: (𝐗,𝐘)tr(𝐗𝐘).

The form is symmetric, non-degenerate[note 5] and associative in the sense that: tr(𝐗[𝐘,𝐙])=tr([𝐗,𝐘]𝐙).

For a complex simple Lie algebra (such as 𝔰𝔩nScript error: No such module "Check for unknown parameters".), every such bilinear form is proportional to each other; in particular, to the Killing formScript error: No such module "Unsubst"..

Two matrices XScript error: No such module "Check for unknown parameters". and YScript error: No such module "Check for unknown parameters". are said to be trace orthogonal if tr(𝐗𝐘)=0.

There is a generalization to a general representation (ρ,𝔤,V) of a Lie algebra 𝔤, such that ρ is a homomorphism of Lie algebras ρ:𝔤End(V). The trace form trV on End(V) is defined as above. The bilinear form ϕ(𝐗,𝐘)=trV(ρ(𝐗)ρ(𝐘)) is symmetric and invariant due to cyclicity.

Generalizations

The concept of trace of a matrix is generalized to the trace class of compact operators on Hilbert spaces, and the analog of the Frobenius norm is called the Hilbert–Schmidt norm.

If K is a trace-class operator, then for any orthonormal basis {en}n=1, the trace is given by tr(K)=nen,Ken, and is finite and independent of the orthonormal basis.[7]

The partial trace is another generalization of the trace that is operator-valued. The trace of a linear operator Z which lives on a product space AB is equal to the partial traces over A and B: tr(Z)=trA(trB(Z))=trB(trA(Z)).

For more properties and a generalization of the partial trace, see traced monoidal categories.

If A is a general associative algebra over a field k, then a trace on A is often defined to be any functional tr:Ak which vanishes on commutators; tr([a,b])=0 for all a,bA. Such a trace is not uniquely defined; it can always at least be modified by multiplication by a nonzero scalar.

A supertrace is the generalization of a trace to the setting of superalgebras.

The operation of tensor contraction generalizes the trace to arbitrary tensors.

Gomme and Klein (2011) define a matrix trace operator trm that operates on block matrices and use it to compute second-order perturbation solutions to dynamic economic models without the need for tensor notation.[8]

Traces in the language of tensor products

Given a vector space Template:Mvar, there is a natural bilinear map V × VFScript error: No such module "Check for unknown parameters". given by sending (v, φ)Script error: No such module "Check for unknown parameters". to the scalar φ(v)Script error: No such module "Check for unknown parameters".. The universal property of the tensor product VVScript error: No such module "Check for unknown parameters". automatically implies that this bilinear map is induced by a linear functional on VVScript error: No such module "Check for unknown parameters"..[9]

Similarly, there is a natural bilinear map V × V → Hom(V, V)Script error: No such module "Check for unknown parameters". given by sending (v, φ)Script error: No such module "Check for unknown parameters". to the linear map w ↦ φ(w)vScript error: No such module "Check for unknown parameters".. The universal property of the tensor product, just as used previously, says that this bilinear map is induced by a linear map VV → Hom(V, V)Script error: No such module "Check for unknown parameters".. If Template:Mvar is finite-dimensional, then this linear map is a linear isomorphism.[9] This fundamental fact is a straightforward consequence of the existence of a (finite) basis of Template:Mvar, and can also be phrased as saying that any linear map VVScript error: No such module "Check for unknown parameters". can be written as the sum of (finitely many) rank-one linear maps. Composing the inverse of the isomorphism with the linear functional obtained above results in a linear functional on Hom(V, V)Script error: No such module "Check for unknown parameters".. This linear functional is exactly the same as the trace.

Using the definition of trace as the sum of diagonal elements, the matrix formula tr(AB) = tr(BA)Script error: No such module "Check for unknown parameters". is straightforward to prove, and was given above. In the present perspective, one is considering linear maps Template:Mvar and Template:Mvar, and viewing them as sums of rank-one maps, so that there are linear functionals φiScript error: No such module "Check for unknown parameters". and ψjScript error: No such module "Check for unknown parameters". and nonzero vectors viScript error: No such module "Check for unknown parameters". and wjScript error: No such module "Check for unknown parameters". such that S(Template:Mvar) = Σφi(u)viScript error: No such module "Check for unknown parameters". and T(Template:Mvar) = Σψj(u)wjScript error: No such module "Check for unknown parameters". for any Template:Mvar in Template:Mvar. Then

(ST)(u)=iφi(jψj(u)wj)vi=ijψj(u)φi(wj)vi

for any Template:Mvar in Template:Mvar. The rank-one linear map uψj(u)φi(wj)viScript error: No such module "Check for unknown parameters". has trace ψj(vi)φi(wj)Script error: No such module "Check for unknown parameters". and so

tr(ST)=ijψj(vi)φi(wj)=jiφi(wj)ψj(vi).

Following the same procedure with Template:Mvar and Template:Mvar reversed, one finds exactly the same formula, proving that tr(ST)Script error: No such module "Check for unknown parameters". equals tr(TS)Script error: No such module "Check for unknown parameters"..

The above proof can be regarded as being based upon tensor products, given that the fundamental identity of End(V)Script error: No such module "Check for unknown parameters". with VVScript error: No such module "Check for unknown parameters". is equivalent to the expressibility of any linear map as the sum of rank-one linear maps. As such, the proof may be written in the notation of tensor products. Then one may consider the multilinear map V × V × V × VVVScript error: No such module "Check for unknown parameters". given by sending (v, φ, w, ψ)Script error: No such module "Check for unknown parameters". to φ(w)vψScript error: No such module "Check for unknown parameters".. Further composition with the trace map then results in φ(w)ψ(v)Script error: No such module "Check for unknown parameters"., and this is unchanged if one were to have started with (w, ψ, v, φ)Script error: No such module "Check for unknown parameters". instead. One may also consider the bilinear map End(V) × End(V) → End(V)Script error: No such module "Check for unknown parameters". given by sending (f, g)Script error: No such module "Check for unknown parameters". to the composition fgScript error: No such module "Check for unknown parameters"., which is then induced by a linear map End(V) ⊗ End(V) → End(V)Script error: No such module "Check for unknown parameters".. It can be seen that this coincides with the linear map VVVVVVScript error: No such module "Check for unknown parameters".. The established symmetry upon composition with the trace map then establishes the equality of the two traces.[9]

For any finite dimensional vector space Template:Mvar, there is a natural linear map FVVTemplate:'Script error: No such module "Check for unknown parameters".; in the language of linear maps, it assigns to a scalar Template:Mvar the linear map c⋅idVScript error: No such module "Check for unknown parameters".. Sometimes this is called coevaluation map, and the trace VVTemplate:'FScript error: No such module "Check for unknown parameters". is called evaluation map.[9] These structures can be axiomatized to define categorical traces in the abstract setting of category theory.

See also

Notes

<templatestyles src="Reflist/styles.css" />

  1. This is immediate from the definition of the matrix product: tr(𝐀𝐁)=i=1m(𝐀𝐁)ii=i=1mj=1naijbji=j=1ni=1mbjiaij=j=1n(𝐁𝐀)jj=tr(𝐁𝐀).
  2. For example, if 𝐀=(0100),𝐁=(0010), then the product is 𝐀𝐁=(1000), and the traces are tr(AB) = 1 ≠ 0 ⋅ 0 = tr(A)tr(B)Script error: No such module "Check for unknown parameters"..
  3. Proof: Let eij the standard basis and note that f(eij)=f(eiej)=f(eie1e1ej)=f(e1ejeie1)=f(0)=0 if ij and f(ejj)=f(e11) f(𝐀)=i,j[𝐀]ijf(eij)=i[𝐀]iif(e11)=f(e11)tr(𝐀). More abstractly, this corresponds to the decomposition 𝔤𝔩n=𝔰𝔩nk, as tr(AB)=tr(BA) (equivalently, tr([A,B])=0) defines the trace on 𝔰𝔩n, which has complement the scalar matrices, and leaves one degree of freedom: any such map is determined by its value on scalars, which is one scalar parameter and hence all are multiple of the trace, a nonzero such map.
  4. Proof: 𝔰𝔩n is a semisimple Lie algebra and thus every element in it is a linear combination of commutators of some pairs of elements, otherwise the derived algebra would be a proper ideal.
  5. This follows from the fact that tr(A*A) = 0Script error: No such module "Check for unknown parameters". if and only if A = 0Script error: No such module "Check for unknown parameters"..

Script error: No such module "Check for unknown parameters".

References

<templatestyles src="Reflist/styles.css" />

  1. a b c d e Script error: No such module "citation/CS1".
  2. a b c d Script error: No such module "citation/CS1".
  3. a b c d Script error: No such module "citation/CS1".
  4. Script error: No such module "citation/CS1".
  5. Script error: No such module "Citation/CS1".
  6. Script error: No such module "Citation/CS1".
  7. Script error: No such module "citation/CS1".
  8. Script error: No such module "Citation/CS1".
  9. a b c d Script error: No such module "citation/CS1".

Script error: No such module "Check for unknown parameters". <templatestyles src="Refbegin/styles.css" />

  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".

External links

Script error: No such module "Navbox".