Lagrangian Multiplier with Matrices

  • Context: Graduate 
  • Thread starter Thread starter CuppoJava
  • Start date Start date
  • Tags Tags
    Lagrangian Matrices
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
CuppoJava
Messages
23
Reaction score
0
Hi,
I'm trying to use calculus of variations to solve for the probability distribution with highest entropy for a given covariance matrix. I want to maximize this:

[tex]H[p(\vec{x})] = -\int p(\vec{x})*ln(p(\vec{x}))d\vec{x}[/tex]

with the following constraints:

[tex]\int p(\vec{x}) = 1[/tex]
[tex]\int \vec{x}p(\vec{x})d\vec{x} = \vec{u}[/tex]
[tex]\int (\vec{x}-\vec{u})(\vec{x}-\vec{u})^{T}p(\vec{x})d\vec{x} = \Sigma[/tex]

Using Lagrangian multipliers, the proposed maximization function is:

[tex]F[p(\vec{x})] = -\int p(\vec{x})*ln(p(\vec{x}))d\vec{x} + \lambda_{1}(\int p(\vec{x})d\vec{x}-1) + \vec{m}^{T}(\int \vec{x}p(\vec{x})d\vec{x} - \vec{u}) + Tr\{L(\int (\vec{x}-\vec{u})(\vec{x}-\vec{u})^{T}p(\vec{x})d\vec{x} - \Sigma)\}[/tex]

I understand that m is needed because there is D constraints imposed by the mean. And L is needed because there is DxD constraints imposed by the covariances. But what is the trace operator doing in there?

Thanks for the help
-Patrick
 
Physics news on Phys.org