Linear Algebra Question
- From: scottw <scottblanc@xxxxxxxxx>
- Date: 21 May 2007 10:11:56 -0700
I know that:
\sum_{i,j} A_{i,j} * B_{i,j} = \sum_{i,j} A_{i,j} * B^T_{j,j} =
\sum_{i} (AB^T)_{ii} = trace(AB^T)
In Matlab this is sum(sum(A.*B)) = trace(A*B')
Can anyone tell me if there is a way to reduce the expression:
\sum_{i,j} A_{i,j} * B_{i,j} * C_{i,j}
?
thanks,
Scott
.
- Prev by Date: Re: help about ARPACK solver
- Next by Date: Re: differential equation for any orthogonal polynomial
- Previous by thread: fredholm integral equation of the second kind
- Next by thread: existing tex files in Linear Algebra
- Index(es):