Total shareholder return: Difference between revisions
en>Jim1138 m Reverted edits by 125.20.9.11 (talk) to last revision by Pharaoh of the Wizards (HG) |
en>Zfeinst No edit summary |
||
Line 1: | Line 1: | ||
= | In [[linear algebra]], the '''Gramian matrix''' (or '''Gram matrix''' or '''Gramian''') of a set of vectors <math>v_1,\dots, v_n</math> in an [[inner product space]] is the [[Hermitian matrix]] of [[inner product]]s, whose entries are given by <math>G_{ij}=\langle v_j, v_i \rangle</math>. For finite-dimensional real vectors with the usual Euclidean [[dot product]], the Gram matrix is simply <math>G = V^\mathrm{T} V</math> (or <math>G = V^* V</math> for [[complex number|complex]] vectors using the [[conjugate transpose]]), where ''V'' is a matrix whose columns are the vectors <math>v_k</math>. | ||
An important application is to compute [[linear independence]]: a set of vectors is linearly independent if and only if the [[#Gram determinant|Gram determinant]] (the [[determinant]] of the Gram matrix) is non-zero. | |||
It is named after [[Jørgen Pedersen Gram]]. | |||
==Examples== | |||
Most commonly, the vectors are elements of an [[Euclidean space]], or are functions | |||
in an [[L2 space|''L''<sup>2</sup> space]], such as continuous functions on a compact [[interval (mathematics)|interval]] [''a'', ''b''] (which are a subspace of ''L''<sup> 2</sup>([''a'', ''b''])). | |||
Given [[Real number|real]]-valued functions <math>\{\ell_i(\cdot),\,i=1,\dots,n\}</math> on the interval <math>[t_0,t_f]</math>, the Gram matrix <math>G=[G_{ij}]</math>, is given by the [[Inner product#Examples|standard inner product on functions]]: | |||
: <math>G_{ij}=\int_{t_0}^{t_f} \ell_i(\tau)\bar{\ell_j}(\tau)\, d\tau. </math> | |||
Given a real matrix ''A'', the matrix ''A''<sup>T</sup>''A'' is a Gram matrix (of the columns of ''A''), while the matrix ''AA''<sup>T</sup> is the Gram matrix of the rows of ''A''. | |||
For a general [[bilinear form]] ''B'' on a [[finite-dimensional]] [[vector space]] over any [[Field (mathematics)|field]] we can define a Gram matrix ''G'' attached to a set of vectors <math>v_1,\dots, v_n</math> by <math>G_{ij} = B(v_i,v_j) \, </math>. The matrix will be symmetric if the bilinear form ''B'' is symmetric. | |||
===Applications=== | |||
* If the vectors are centered [[random variable]]s, the Gramian is proportional to the '''[[covariance matrix]]''', with the scaling determined by the number of elements in the vector. | |||
*In [[quantum chemistry]], the Gram matrix of a set of [[basis vectors]] is the '''[[overlap matrix]]'''. | |||
*In [[control theory]] (or more generally [[systems theory]]), the '''[[controllability Gramian]]''', '''[[observability Gramian]]''' and '''[[cross Gramian]]''' determine properties of a linear system. | |||
* Gramian matrices arise in covariance structure model fitting (see e.g., Jamshidian and Bentler, 1993, Applied Psychological Measurement, Volume 18, pp. 79–94). | |||
* In the [[finite element method]], the Gram matrix arises from approximating a function from a finite dimensional space; the Gram matrix entries are then the inner products of the basis functions of the finite dimensional subspace. | |||
* In [[machine learning]], [[kernel function]]s are often represented as Gram matrices.<ref>Lanckriet, G. R. G., N. Cristianini, P. Bartlett, L. E. Ghaoui, and M. I. Jordan. “Learning the kernel matrix with semidefinite programming.” The Journal of Machine Learning Research 5 (2004): 29.</ref> | |||
==Properties== | |||
===Positive semidefinite=== | |||
The Gramian matrix is [[Positive-semidefinite matrix|positive semidefinite]], and every positive semidefinite matrix is the Gramian matrix for some set of vectors. Further, in finite-dimensions it determines the vectors up to isomorphism, i.e. any two sets of vectors with the same Gramian matrix must be related by a single unitary matrix. These facts follow from taking the [[spectral decomposition]] of any positive semidefinite matrix ''P'', so that | |||
<math>P = U D U^* = (U\sqrt{D}) (U \sqrt{D})^*</math> | |||
and so ''P'' is the Gramian matrix of the columns of <math>U\sqrt{D}</math>. | |||
The Gramian matrix of any [[orthonormal basis]] is the identity matrix. The infinite-dimensional analog of this statement is [[Mercer's theorem]]. | |||
===Change of basis=== | |||
Under change of basis represented by an invertible matrix ''P'', the Gram matrix will change by a [[matrix congruence]] to ''P''<sup>T</sup>''GP''. | |||
==Gram determinant== | |||
The '''Gram determinant''' or '''Gramian''' is the determinant of the Gram matrix: | |||
:<math>G(x_1,\dots, x_n)=\begin{vmatrix} \langle x_1,x_1\rangle & \langle x_1,x_2\rangle &\dots & \langle x_1,x_n\rangle\\ | |||
\langle x_2,x_1\rangle & \langle x_2,x_2\rangle &\dots & \langle x_2,x_n\rangle\\ | |||
\vdots&\vdots&\ddots&\vdots\\ | |||
\langle x_n,x_1\rangle & \langle x_n,x_2\rangle &\dots & \langle x_n,x_n\rangle\end{vmatrix}.</math> | |||
Geometrically, the Gram determinant is the square of the volume of the [[parallelotope]] formed by the vectors. In particular, the vectors are [[linear independence|linearly independent]] if and only if the Gram determinant is nonzero (if and only if the Gram matrix is [[non-singular matrix|nonsingular]]). | |||
The Gram determinant can also be expressed in terms of the [[exterior product]] of vectors by | |||
:<math>G(x_1,\dots,x_n) = \| x_1\wedge\cdots\wedge x_n\|^2.</math> | |||
== See also == | |||
* [[Controllability Gramian]] | |||
* [[Observability Gramian]] | |||
* [[Cross Gramian]] | |||
== References == | |||
<references /> | |||
* {{cite journal | |||
|title=The Gramian and K-Volume in N-Space: Some Classical Results in Linear Algebra | |||
|last=Barth | |||
|first=Nils | |||
|url=http://www.jyi.org/volumes/volume2/issue1/articles/barth.html | |||
|journal=[[Journal of Young Investigators]] | |||
|volume=2 | |||
|year=1999 | |||
}} | |||
==External links== | |||
* {{springer|title=Gram matrix|id=p/g044750}} | |||
* ''[http://www.owlnet.rice.edu/~fjones/chap8.pdf Volumes of parallelograms]'' by Frank Jones | |||
[[Category:Systems theory]] | |||
[[Category:Matrices]] | |||
[[Category:Determinants]] | |||
[[Category:Analytic geometry]] | |||
[[Category:Kernel methods for machine learning]] |
Revision as of 06:43, 22 November 2013
In linear algebra, the Gramian matrix (or Gram matrix or Gramian) of a set of vectors in an inner product space is the Hermitian matrix of inner products, whose entries are given by . For finite-dimensional real vectors with the usual Euclidean dot product, the Gram matrix is simply (or for complex vectors using the conjugate transpose), where V is a matrix whose columns are the vectors .
An important application is to compute linear independence: a set of vectors is linearly independent if and only if the Gram determinant (the determinant of the Gram matrix) is non-zero.
It is named after Jørgen Pedersen Gram.
Examples
Most commonly, the vectors are elements of an Euclidean space, or are functions in an L2 space, such as continuous functions on a compact interval [a, b] (which are a subspace of L 2([a, b])).
Given real-valued functions on the interval , the Gram matrix , is given by the standard inner product on functions:
Given a real matrix A, the matrix ATA is a Gram matrix (of the columns of A), while the matrix AAT is the Gram matrix of the rows of A.
For a general bilinear form B on a finite-dimensional vector space over any field we can define a Gram matrix G attached to a set of vectors by . The matrix will be symmetric if the bilinear form B is symmetric.
Applications
- If the vectors are centered random variables, the Gramian is proportional to the covariance matrix, with the scaling determined by the number of elements in the vector.
- In quantum chemistry, the Gram matrix of a set of basis vectors is the overlap matrix.
- In control theory (or more generally systems theory), the controllability Gramian, observability Gramian and cross Gramian determine properties of a linear system.
- Gramian matrices arise in covariance structure model fitting (see e.g., Jamshidian and Bentler, 1993, Applied Psychological Measurement, Volume 18, pp. 79–94).
- In the finite element method, the Gram matrix arises from approximating a function from a finite dimensional space; the Gram matrix entries are then the inner products of the basis functions of the finite dimensional subspace.
- In machine learning, kernel functions are often represented as Gram matrices.[1]
Properties
Positive semidefinite
The Gramian matrix is positive semidefinite, and every positive semidefinite matrix is the Gramian matrix for some set of vectors. Further, in finite-dimensions it determines the vectors up to isomorphism, i.e. any two sets of vectors with the same Gramian matrix must be related by a single unitary matrix. These facts follow from taking the spectral decomposition of any positive semidefinite matrix P, so that and so P is the Gramian matrix of the columns of . The Gramian matrix of any orthonormal basis is the identity matrix. The infinite-dimensional analog of this statement is Mercer's theorem.
Change of basis
Under change of basis represented by an invertible matrix P, the Gram matrix will change by a matrix congruence to PTGP.
Gram determinant
The Gram determinant or Gramian is the determinant of the Gram matrix:
Geometrically, the Gram determinant is the square of the volume of the parallelotope formed by the vectors. In particular, the vectors are linearly independent if and only if the Gram determinant is nonzero (if and only if the Gram matrix is nonsingular).
The Gram determinant can also be expressed in terms of the exterior product of vectors by
See also
References
- ↑ Lanckriet, G. R. G., N. Cristianini, P. Bartlett, L. E. Ghaoui, and M. I. Jordan. “Learning the kernel matrix with semidefinite programming.” The Journal of Machine Learning Research 5 (2004): 29.
- One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting
In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang
Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules
Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.
A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running
The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more
There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
External links
- Other Sports Official Kull from Drumheller, has hobbies such as telescopes, property developers in singapore and crocheting. Identified some interesting places having spent 4 months at Saloum Delta.
my web-site http://himerka.com/ - Volumes of parallelograms by Frank Jones