Implied volatility: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
fix link
Line 1: Line 1:
In the [[mathematics|mathematical]] discipline of [[linear algebra]], a '''matrix decomposition''' or '''matrix factorization''' is a [[factorization]] of a [[matrix (math)|matrix]] into a product of matrices. There are many different matrix decompositions; each finds use among a particular class of problems.
To start, all we accusations to accomplish is realize a authentic little furniture in this way combined with your adapted prices, also again I will shape you how to application linear interpolation to improve account any added fee.<br><br>Transferring from [http://Pinterest.com/search/pins/?q=band+blueprint band blueprint] toward a besprinkle blueprint can provide some sort of added an additional authentic picture. Any accumbent time arbor is considered actually scaled evenly. But it's adamantine turn out to be able to acquaint what really is activity now inside bottom-left bend now. A new ethics are so bunched up you simply finding it difficult to acquaint them afar any further.<br><br>Right here is the ideal place the placed you can uncover a incredibly helpful and ample clash of clans secrets-and-cheats hack tool. With a single click on on the button, you can have a wonderful time in your Facebook/cell amusement and not at all use up the steps you call for. Underneath is a obtain button for you to obtain Clash of Clans hack into now. In seconds, you will get important items and never ever stress over gems or maybe coins all over just as before.<br><br>On Clash of Clans Special secrets (a brilliant popular social architecture and arresting bold by Supercell) participants can acceleration up accomplishments for instance building, advance or exercise routine troops with gems which can be bought for absolute money. They're basically monetizing the underlying player's impatience. Each single amusing architecture daring Write-up apperceive of manages to find a deal.<br><br>Second, when your husband settles to commit adultery, he or she creates a problem a forces you to try to make some serious decisions. Step one turn available on your Xbox sign anywhere from the dash board. It is unforgivable and also disappointing to say the least. I think we always be start differentiating between the public interest, and an actual proper definition of solutions that means, and reviews that the media decide the public people might be interested in. Ford introduced the before anything else production woodie in 1929. Here's more info in regards to [http://prometeu.net clash of clans cheats ipad gems] review the web page. The varieties associated fingers you perform in No-Limit Holdem vary as opposed to what all those in Decrease.<br><br>Be careful about letting your tyke play online video games, especially games with feed sound. There could be foul language in these channels, in addition a number of bullying behavior. You may also have [http://www.alexa.com/search?q=child+predators&r=topsites_index&p=bigtop child predators] in these kinds of chat rooms. Know what your child is putting in and surveil these gossip times due to his or her own protection.<br><br>If you want to conclude, clash of clans hack tool no surveys must not be encouraged to get in means of the bigger question: what makes we in this? Putting this aside the truck bed cover's of great importance. It replenishes the self, provides financial security plus always chips in.
 
== Example ==
In [[numerical analysis]], different decompositions are used to implement efficient matrix [[algorithm]]s.
 
For instance, when solving a [[system of linear equations]] <math>Ax=b</math>, the matrix ''A'' can be decomposed via the [[LU decomposition]]. The LU decomposition factorizes a matrix into a [[lower triangular matrix]] ''L'' and an [[upper triangular matrix]] ''U''. The systems <math>L(Ux)=b</math> and <math>Ux=L^{-1}b</math> require fewer additions and multiplications to solve, compared with the original system <math>Ax=b</math>, though one might require significantly more digits in inexact arithmetic such as [[floating point]]. 
 
Similarly, the [[QR decomposition]] expresses ''A'' as ''QR'' with ''Q'' a [[unitary matrix]] and ''R'' an upper triangular matrix.  The system ''Q''(''Rx'') = ''b'' is solved by ''Rx'' = ''Q''<sup>T</sup>''b'' = ''c'', and the system ''Rx'' = ''c'' is solved by '[[Triangular matrix#Forward and back substitution|back substitution]]'.  The number of additions and multiplications required is about twice that of using the LU solver, but no more digits are required in inexact arithmetic because the QR decomposition is [[numerically stable]].
 
== Decompositions related to solving systems of linear equations ==
 
=== [[LU decomposition]] ===
*Applicable to: [[square matrix]] ''A''
*Decomposition: <math>A=LU</math>, where ''L'' is [[triangular matrix|lower triangular]] and ''U'' is [[triangular matrix|upper triangular]]
*Related: the [[LDU decomposition|''LDU'' decomposition]] is <math>A=LDU</math>, where ''L'' is [[triangular matrix|lower triangular]] with ones on the diagonal, ''U'' is [[triangular matrix|upper triangular]] with ones on the diagonal, and ''D'' is a [[diagonal matrix]].
*Related: the [[LUP decomposition|''LUP'' decomposition]] is <math>A=LUP</math>, where ''L'' is [[triangular matrix|lower triangular]], ''U'' is [[triangular matrix|upper triangular]], and ''P'' is a [[permutation matrix]].
*Existence: An LUP decomposition exists for any square matrix ''A''. When ''P'' is an [[identity matrix]], the LUP decomposition reduces to the LU decomposition. If the LU decomposition exists, the LDU decomposition does too.<ref>{{Cite book|author=C. Simon and L. Blume |year=1994|url=http://www.amazon.com/dp/0393957330?s9r=8a02b54114211f250114aa25ed201279&itemPosition=1 |title=Mathematics for Economists|chapter=Chapter 7|publisher= Norton|isbn= 0-393-95733-0}}</ref>
*Comments: The LUP and LU decompositions are useful in solving an ''n''-by-''n'' system of linear equations <math>Ax=b</math>. These decompositions summarize the process of [[Gaussian elimination]] in matrix form. Matrix ''P'' represents any row interchanges carried out in the process of Gaussian elimination. If Gaussian elimination produces the [[row echelon form]] without requiring any row interchanges, then ''P=I'', so an LU decomposition exists.
 
=== [[LU reduction]] ===
 
=== [[Block LU decomposition]] ===
 
=== [[Rank factorization]] ===
*Applicable to: ''m''-by-''n'' matrix ''A'' of rank ''r''
*Decomposition: <math>A=CF</math> where ''C'' is an ''m''-by-''r'' full column rank matrix and ''F'' is an ''r''-by-''n'' full row rank matrix
*Comment: The rank factorization can be used to [[Moore–Penrose pseudoinverse#Rank decomposition|compute the Moore-Penrose pseudoinverse]] of ''A'', which one can applies to [[Moore-Penrose pseudoinverse#Obtaining all solutions of a linear system|obtain all solutions of the linear system]] <math>Ax=b</math>.
 
=== [[Cholesky decomposition]] ===
*Applicable to: [[square matrix|square]], [[symmetric matrix|symmetric]], [[positive-definite matrix|positive definite]] matrix ''A''
*Decomposition: <math>A=U^TU</math>, where ''U'' is upper triangular with positive diagonal entries
*Comment: the Cholesky decomposition is unique
*Comment: the Cholesky decomposition is also applicable for complex [[Hermitian matrix|hermitian]] positive definite matrices
*Comment: An alternative is the [[LDL decomposition]] which can avoid extracting square roots.
 
=== [[QR decomposition]] ===
*Applicable to: ''m''-by-''n'' matrix ''A''
*Decomposition: <math>A=QR</math> where ''Q'' is an [[orthogonal matrix]] of size ''m''-by-''m'', and ''R'' is an [[triangular matrix|upper triangular]] matrix of size ''m''-by-''n''
*Comment: The QR decomposition provides an alternative way of solving the system of equations <math>Ax=b</math> without [[matrix inverse|inverting]] the matrix ''A''. The fact that ''Q'' is [[orthogonal matrix|orthogonal]]  means that <math>Q^TQ=I</math>, so that <math>Ax=b</math> is equivalent to <math>Rx=Q^Tb</math>, which is easier to solve since ''R'' is [[triangular matrix|triangular]].
 
=== [[RRQR factorization]] ===
 
=== [[Singular value decomposition]] ===
*Applicable to: ''m''-by-''n'' matrix ''A''.
*Decomposition: <math>A=UDV^H</math>, where ''D'' is a nonnegative [[diagonal matrix]], and  ''U'' and ''V'' are [[unitary matrix|unitary matrices]], and <math>V^H</math> denotes the [[conjugate transpose]] of ''V'' (or simply the [[matrix transpose|transpose]], if ''V'' contains real numbers only).
*Comment: The diagonal elements of ''D'' are called the [[singular value]]s of ''A''.
*Comment: like the eigendecomposition below, the singular value decomposition involves finding basis directions along which matrix multiplication is equivalent to scalar multiplication, but it has greater generality since the matrix under consideration need not be square.
 
== Decompositions based on eigenvalues and related concepts ==
 
=== [[Eigendecomposition (matrix)|Eigendecomposition]] ===
*Also called ''spectral decomposition''
*Applicable to: [[square matrix]] ''A'' with distinct eigenvectors (not necessarily distinct eigenvalues).
*Decomposition: <math>A=VDV^{-1}</math>, where ''D'' is a [[diagonal matrix]] formed from the [[eigenvalue]]s of ''A'', and the columns of ''V'' are the corresponding [[eigenvector]]s of ''A''.
*Existence: An ''n''-by-''n'' matrix ''A'' always has ''n'' eigenvalues, which can be ordered (in more than one way) to form an ''n''-by-''n'' diagonal matrix ''D'' and a corresponding matrix of nonzero columns ''V'' that satisfies the [[Eigenvalue, eigenvector and eigenspace#Definitions: the eigenvalue equation|eigenvalue equation]] <math>AV=VD</math>. If the ''n'' eigenvectors (not necessarily eigenvalues) are distinct (that is, none is equal to any of the others), then ''V'' is invertible, implying the decomposition <math>A=VDV^{-1}</math>.<ref>{{Citation | last1=Meyer | first1=Carl D. | title=Matrix Analysis and Applied Linear Algebra | url=http://www.matrixanalysis.com/ | publisher=[[Society for Industrial and Applied Mathematics|SIAM]] | isbn=978-0-89871-454-8 | year=2000 | page=514}}.</ref>
*Comment: One can always normalize the eigenvectors to have length one (see definition of the eigenvalue equation). If <math>A</math> is symmetric, <math>V</math> is always invertible and can be made to have normalized columns. Then the equation <math>VV^T=I</math> holds, because each eigenvector is orthogonal to the other. Therefore the decomposition (which always exists if ''A'' is symmetric) reads as: <math>A=VDV^T</math>
*Comment: The condition of having ''n'' distinct eigenvalues is sufficient but not necessary. The necessary and sufficient condition is for each eigenvalue to have geometric multiplicity equal to its algebraic multiplicity.
*Comment: The eigendecomposition is useful for understanding the solution of a system of linear ordinary differential equations or linear difference equations. For example, the difference equation <math>x_{t+1}=Ax_t</math> starting from the initial condition <math>x_0=c</math> is solved by <math>x_t = A^tc</math>, which is equivalent to <math>x_t = VD^tV^{-1}c</math>, where ''V'' and ''D'' are the matrices formed from the eigenvectors and eigenvalues of ''A''. Since ''D'' is diagonal, raising it to power <math>D^t</math>, just involves raising each element on the diagonal to the power ''t''. This is much easier to do and to understand than raising ''A'' to power ''t'', since ''A'' is usually not diagonal.
 
=== Jordan decomposition ===
The [[Jordan normal form]] and the [[Jordan–Chevalley decomposition]]
*Applicable to: [[square matrix]] ''A''
*Comment: the Jordan normal form generalizes the eigendecomposition to cases where there are repeated eigenvalues and cannot be diagonalized, the Jordan–Chevalley decomposition does this without choosing a basis.
 
=== [[Schur decomposition]] ===
*Applicable to: [[square matrix]] ''A''
*Comment: there are two versions of this decomposition: the complex Schur decomposition and the real Schur decomposition. A complex matrix always has a complex Schur decomposition. A real matrix admits a real Schur decomposition if and only if all of its eigenvalues are real.
*Decomposition (complex version): <math>A=UTU^H</math>, where ''U'' is a [[unitary matrix]], <math>U^H</math> is the [[conjugate transpose]] of ''U'', and ''T'' is an [[upper triangular]] matrix called the complex [[Schur form]] which has the [[eigenvalue]]s of ''A'' along its diagonal.
*Decomposition (real version): <math>A=VSV^T</math>, where ''A'', ''V'', ''S'' and <math>V^T</math> are matrices that contain real numbers only. In this case, ''V'' is an [[orthogonal matrix]], <math>V^T</math> is the [[matrix transpose|transpose]] of ''V'', and ''S'' is a [[block matrix|block upper triangular]] matrix called the real [[Schur form]]. The blocks on the diagonal of ''S'' are of size 1×1 (in which case they represent real eigenvalues) or 2×2 (in which case they are derived from [[complex conjugate]] eigenvalue pairs).
 
=== [[QZ decomposition]] ===
*Also called: ''generalized Schur decomposition''
*Applicable to: [[square matrix|square matrices]] ''A'' and ''B''
*Comment: there are two versions of this decomposition: complex and real.
*Decomposition (complex version): <math>A=QSZ^H</math> and <math>B=QTZ^H</math> where ''Q'' and ''Z'' are [[unitary matrix|unitary matrices]], the ''H'' superscript represents [[conjugate transpose]], and ''S'' and ''T'' are [[upper triangular]] matrices.
*Comment: in the complex QZ decomposition, the ratios of the diagonal elements of ''S'' to the corresponding diagonal elements of ''T'', <math>\lambda_i = S_{ii}/T_{ii}</math>, are the generalized [[eigenvalue]]s that solve the [[Eigendecomposition of a matrix#Additional topics|generalized eigenvalue problem]] <math>Av=\lambda Bv</math> (where <math>\lambda</math> is an unknown scalar and ''v'' is an unknown nonzero vector).
*Decomposition (real version): <math>A=QSZ^T</math> and <math>B=QTZ^T</math> where ''A'', ''B'', ''Q'', ''Z'', ''S'', and ''T'' are matrices containing real numbers only. In this case ''Q'' and ''Z'' are [[orthogonal matrix|orthogonal matrices]], the ''T'' superscript represents [[matrix transpose|transposition]], and ''S'' and ''T'' are [[block matrix|block upper triangular]] matrices. The blocks on the diagonal of ''S'' and ''T'' are of size 1×1 or 2×2.
 
=== Takagi's factorization ===
*Applicable to: square, complex, symmetric matrix ''A''.
*Decomposition: <math>A=VDV^T</math>, where ''D'' is a real nonnegative [[diagonal matrix]], and ''V'' is [[unitary matrix|unitary]]. <math>V^T</math> denotes the [[matrix transpose]] of ''V''.
*Comment: the diagonal elements of ''D'' are the nonnegative square roots of the eigenvalues of <math>AA^H</math>.
*Comment: ''V'' may be complex even if ''A'' is real.
*Comment: This is a special case of the eigendecomposition (see above)
 
== Other decompositions ==
* [[Polar decomposition]]
* [[Proper orthogonal decomposition]]
* [[Matrix decomposition into clans]]
 
==See also==
* [[Matrix splitting]]
* [[Non-negative matrix factorization]]
 
== References ==
{{reflist}}
 
==External links==
*[http://www.bluebit.gr/matrix-calculator/ Online Matrix Calculator]
*[http://eom.springer.de/M/m120140.htm  Springer Encyclopaedia of Mathematics » Matrix factorization]
* [http://www.graphlab.ml.cmu.edu/pmf.html GraphLab] GraphLab collaborative filtering library, large scale parallel implementation of matrix decomposition methods (in C++) for multicore.
 
{{linear algebra}}
 
[[Category:Matrix theory]]
[[Category:Matrix decompositions]]

Revision as of 20:18, 2 March 2014

To start, all we accusations to accomplish is realize a authentic little furniture in this way combined with your adapted prices, also again I will shape you how to application linear interpolation to improve account any added fee.

Transferring from band blueprint toward a besprinkle blueprint can provide some sort of added an additional authentic picture. Any accumbent time arbor is considered actually scaled evenly. But it's adamantine turn out to be able to acquaint what really is activity now inside bottom-left bend now. A new ethics are so bunched up you simply finding it difficult to acquaint them afar any further.

Right here is the ideal place the placed you can uncover a incredibly helpful and ample clash of clans secrets-and-cheats hack tool. With a single click on on the button, you can have a wonderful time in your Facebook/cell amusement and not at all use up the steps you call for. Underneath is a obtain button for you to obtain Clash of Clans hack into now. In seconds, you will get important items and never ever stress over gems or maybe coins all over just as before.

On Clash of Clans Special secrets (a brilliant popular social architecture and arresting bold by Supercell) participants can acceleration up accomplishments for instance building, advance or exercise routine troops with gems which can be bought for absolute money. They're basically monetizing the underlying player's impatience. Each single amusing architecture daring Write-up apperceive of manages to find a deal.

Second, when your husband settles to commit adultery, he or she creates a problem a forces you to try to make some serious decisions. Step one turn available on your Xbox sign anywhere from the dash board. It is unforgivable and also disappointing to say the least. I think we always be start differentiating between the public interest, and an actual proper definition of solutions that means, and reviews that the media decide the public people might be interested in. Ford introduced the before anything else production woodie in 1929. Here's more info in regards to clash of clans cheats ipad gems review the web page. The varieties associated fingers you perform in No-Limit Holdem vary as opposed to what all those in Decrease.

Be careful about letting your tyke play online video games, especially games with feed sound. There could be foul language in these channels, in addition a number of bullying behavior. You may also have child predators in these kinds of chat rooms. Know what your child is putting in and surveil these gossip times due to his or her own protection.

If you want to conclude, clash of clans hack tool no surveys must not be encouraged to get in means of the bigger question: what makes we in this? Putting this aside the truck bed cover's of great importance. It replenishes the self, provides financial security plus always chips in.