Re: Minimizing the Frobenius norm
- From: Helmut Jarausch <jarausch@xxxxxxxxxxxxxxxxxxx>
- Date: Fri, 19 Jan 2007 11:11:58 +0100
svlad wrote:
Hi,Having not much time, here a short hint.
I need to minimize the following:
E(v1....vn) = sum_{ i=1 to L } (sum_{ j=adj(i) } || Ti - Tj ||^2 )
where || . || is the Frobenius norm.
Each of the T matrices are defined in terms of the v1....vn variables.
A subset of the v1....vn variables are known in advanced.
Each matrix T is dependent on exactly four of the n variables. adj(i)
is the subset of T that are adjacent to the current Ti. Adjacency is
defined as having two of the n variables in common.
Any help would be greatly appreciated.
You get the Frobenius norm by stacking all columns of the matrix
to get a long vector, then take the standard Euclidean norm of that
long vector, i.e. if your matrix is n x n, the vector has size sqr(n).
Now you can look at your problem as minimizing the distance of "points"
in a n^2 dimensional space.
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
.
- References:
- Minimizing the Frobenius norm
- From: svlad
- Minimizing the Frobenius norm
- Prev by Date: Numerical evaluation of the Hypergeometric function 2F1
- Next by Date: Re: ODE to difference equation and solution
- Previous by thread: Minimizing the Frobenius norm
- Next by thread: Re: Minimizing the Frobenius norm
- Index(es):