I am looking for methods to solve the following minimization. Let $A\in \mathbb{R}^{n\times k}$, $B\in \mathbb{R}^{n\times m}$, $C\in \mathbb{R}^{m\times m}$ and $E\in \mathbb{R}^{m\times k}$, where $n>m>k$. Additionally, $C$ is positive definite. $$G(d)=||A-B(C+\text{diag}(d))^{-1}E||^2_F$$ Is there any hopes of finding the positive minimizer (is there just 1?) $d\geq0$ of $G$ .
2026-04-02 15:39:38.1775144378
Minimizing Frobenius norm involving inverse
84 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in OPTIMIZATION
- Optimization - If the sum of objective functions are similar, will sum of argmax's be similar
- optimization with strict inequality of variables
- Gradient of Cost Function To Find Matrix Factorization
- Calculation of distance of a point from a curve
- Find all local maxima and minima of $x^2+y^2$ subject to the constraint $x^2+2y=6$. Does $x^2+y^2$ have a global max/min on the same constraint?
- What does it mean to dualize a constraint in the context of Lagrangian relaxation?
- Modified conjugate gradient method to minimise quadratic functional restricted to positive solutions
- Building the model for a Linear Programming Problem
- Maximize the function
- Transform LMI problem into different SDP form
Related Questions in MATRIX-EQUATIONS
- tensor differential equation
- Can it be proved that non-symmetric matrix $A$ will always have real eigen values?.
- Real eigenvalues of a non-symmetric matrix $A$ ?.
- How to differentiate sum of matrix multiplication?
- Do all 2-variable polynomials split into linear factors over the space of $2 \times 2$ complex matrices?
- Big picture discussion for iterative linear solvers?
- Matrix transformations, Eigenvectors and Eigenvalues
- Jordan chevaley decomposition and cyclic vectors
- If $A$ is a $5×4$ matrix and $B$ is a $4×5$ matrix
- Simplify $x^TA(AA^T+I)^{-1}A^Tx$
Related Questions in MATRIX-CALCULUS
- How to compute derivative with respect to a matrix?
- Definition of matrix valued smooth function
- Is it possible in this case to calculate the derivative with matrix notation?
- Monoid but not a group
- Can it be proved that non-symmetric matrix $A$ will always have real eigen values?.
- Gradient of transpose of a vector.
- Gradient of integral of vector norm
- Real eigenvalues of a non-symmetric matrix $A$ ?.
- How to differentiate sum of matrix multiplication?
- Derivative of $\log(\det(X+X^T)/2 )$ with respect to $X$
Related Questions in LEAST-SQUARES
- Is the calculated solution, if it exists, unique?
- Statistics - regression, calculating variance
- Dealing with a large Kronecker product in Matlab
- How does the probabilistic interpretation of least squares for linear regression works?
- Optimizing a cost function - Matrix
- Given matrix $Q$ and vector $s$, find a vector $w$ that minimizes $\| Qw-s \|^2$
- Defects of Least square regression in some textbooks
- What is the essence of Least Square Regression?
- Alternative to finite differences for numerical computation of the Hessian of noisy function
- Covariance of least squares parameter?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
$ \def\R#1{{\mathbb R}^{#1}} \def\o{{\tt1}} \def\g{\gamma} \def\t{\times} \def\bR#1{\big(#1\big)} \def\BR#1{\Big(#1\Big)} \def\LR#1{\left(#1\right)} \def\op#1{\operatorname{#1}} \def\diag#1{\op{diag}\LR{#1}} \def\Diag#1{\op{Diag}\LR{#1}} \def\trace#1{\op{Tr}\LR{#1}} \def\frob#1{\left\| #1 \right\|_F} \def\qiq{\quad\implies\quad} \def\mt{\mapsto} \def\p{\partial} \def\grad#1#2{\frac{\p #1}{\p #2}} \def\c#1{\color{red}{#1}} \def\CLR#1{\c{\LR{#1}}} $Let's use a variable naming convention wherein an upper/lower letter denotes a matrix/vector and a Greek letter denotes a scalar. Under this scheme, the only variable that needs to be renamed is $\,G\to\g$.
Also, to avoid confusion with differential operations, let's rename $d\to x.$
To enforce positivity, construct $x$ from an unconstrained vector $w$ $$\eqalign{ x &= \exp(w) \qiq x \ge 0 \\ dx &= x\odot dw \\ }$$ where $\exp(w)$ is applied elementwise and $\odot$ denotes the elementwise product.
For typing convenience, define the auxiliary variables $$\eqalign{ X &= \Diag x &\qiq dX = \Diag{dx} \\ & &\qiq dx = X\,dw \\ F &= \LR{C+X}^{-\o} &\qiq dF = -F\,dX\,F \\ M &= \LR{BFE-A} &\qiq dM = B\:dF\,E \\ }$$ and the Frobenius $(:)$ product $$\eqalign{ Z,Y&\in\R{m\t n},\quad P\in\R{m\t p},\quad Q\in\R{p\t n} \\ Z:Y &= \trace{Z^TY} \\ Y:Y &= \frob{Y}^2 \\ Z:Y &= Y:Z \;=\; Y^T:Z^T \\ \LR{PQ}:Y &= P:\LR{YQ^T} \;=\; Q:\LR{P^TY} \\ \\ }$$
Write the objective function using the above notation and calculate the gradient $$\eqalign{ \g &= \tfrac12\LR{M:M} \\ d\g &= M:dM \\ &= M:\LR{B\:dF\,E} \\ &= \LR{B^TME^T}:dF \\ &= \LR{B^TME^T}:\LR{-F\,dX\,F} \\ &= -\LR{F^TB^TME^TF^T}:\Diag{X\,dw} \\ &= -X\diag{F^TB^TME^TF^T}:dw \\ \grad{\g}w &= -X\diag{F^TB^TME^TF^T} \;\doteq\; g(w) \\ }$$ Theoretically, you can set $g(w)=0$ and solve for the optimal $w$ vector, but the expression is sufficiently complicated that it's unlikely that an analytic solution can be found.
However, you can use a gradient descent algorithm $$\eqalign{ g_k &= g(w_k) \\ w_{k+\o} &= w_k - \alpha_k\,g_k \\ k &= k + \o \\ }$$ to find a numerical solution for $w$, then calculate $\;x=\exp(w)$
Update
If gradient descent converges too slowly, you can calculate the Hessian and use Newton's method.
Define the variables (using the fact that $F^T=F$) $$\eqalign{ \def\h{\odot} \def\Y{Y^\delta} Y &= \LR{FB^TME^TF} \\ y &= \diag Y \\ \Y &= \Diag y \;\equiv\; \LR{I_m\odot Y} \,\ne\, Y \\ }$$ Use the identity $$ \diag{B\,\Diag{x}\,R} \;\equiv\; \LR{R^T\h B}x $$ to obtain $$\small\eqalign{ dY &= \c{dF}B^TME^TF^T + FB^T\c{dM}E^TF + FB^TME^T\c{dF} \\ &= -\CLR{F\,dX\,F}B^TME^TF - FB^T\CLR{BF\,dX\,FE}E^TF - FB^TME^T\CLR{F\,dX\,F} \\ dy &= \diag{dY} \\ &= -\LR{FEM^TBF\h F}dx - \LR{FEE^TF\h FB^TBF}dx - \LR{F\h FB^TME^TF}dx \\ }$$ and use this to calculate the Hessian $$\small\eqalign{ g &= -Xy \;\equiv\; -\Y x \\ dg &= -X\,dy \;-\; \Y\,dx \\ &= +X\LR{F\h FEM^TBF + FEE^TF\h FB^TBF +F\h FB^TME^TF}dx -\Y\,dx \\ &= X\LR{F\h FEM^TBF+FEE^TF\h FB^TBF +F\h FB^TME^TF}X\,dw-\Y X\,dw \\ \grad gw &= X\BR{ F\h\LR{Y^T+Y} \:+\: \LR{FEE^TF}\h\LR{FB^TBF} }X - \Y X \;\doteq\; H(w) \\ }$$ The Newton iteration converges rapidly (quadratically) $$\eqalign{ g_k &= g(w_k) \\ H_k &= H(w_k) \\ w_{k+\o} &= w_k - H_k^{-\o} g_k \\ k &= k + \o \\ }$$