$L(x) = (\frac{1}{2}x^HAx-b^Hx)^2, x\in C^{n \times 1}$是凸的

2024-05-09 19:28
文章标签 times hx hax frac

本文主要是介绍$L(x) = (\frac{1}{2}x^HAx-b^Hx)^2, x\in C^{n \times 1}$是凸的,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

L ( x ) = ( 1 2 x H A x − b H x ) 2 , x ∈ C n × 1 L(x) = (\frac{1}{2}x^HAx-b^Hx)^2, x\in C^{n \times 1} L(x)=(21xHAxbHx)2,xCn×1是凸的

已知:

  1. L ( x ) = ( 1 2 x H A x − b H x ) 2 , x ∈ C n × 1 L(x) = (\frac{1}{2}x^HAx-b^Hx)^2, x\in C^{n \times 1} L(x)=(21xHAxbHx)2,xCn×1

  2. A 是对称正定矩阵

  3. 1 2 x H A x − b H x > 0 \frac{1}{2}x^HAx-b^Hx>0 21xHAxbHx>0

求证:

L(x) 是凸的。

证明:

  1. ∇ x L = 2 ( 1 2 x H A x − b H x ) ( A x − b ) \nabla_x L = 2(\frac{1}{2}x^HAx-b^Hx)(Ax-b) xL=2(21xHAxbHx)(Axb)
  2. ∇ x x L = 2 ( 1 2 x H A x − b H x ) A + 2 ( A x − b ) ( A x − b ) H \nabla_{xx}L = 2(\frac{1}{2}x^HAx-b^Hx)A+2(Ax-b)(Ax-b)^H xxL=2(21xHAxbHx)A+2(Axb)(Axb)H
  3. 由已知3和2, 2 ( 1 2 x H A x − b H x ) A 2(\frac{1}{2}x^HAx-b^Hx)A 2(21xHAxbHx)A是正定的
  4. ∀ y ∈ C n × 1 \forall y\in C^{n\times 1} yCn×1 y H ( A x − b ) ( A x − b ) H y = ∣ ∣ ( A x − b ) H y ∣ ∣ 2 2 ≥ 0 y^H(Ax-b)(Ax-b)^Hy = || (Ax-b)^Hy ||_2^2 \ge 0 yH(Axb)(Axb)Hy=∣∣(Axb)Hy220,当y与Ax-b正交是取0,则 ( A x − b ) ( A x − b ) H (Ax-b)(Ax-b)^H (Axb)(Axb)H半正定
  5. 由证明3,4知 ∇ x x L ≻ 0 \nabla_{xx}L \succ 0 xxL0,则L(x)是凸的。

这篇关于$L(x) = (\frac{1}{2}x^HAx-b^Hx)^2, x\in C^{n \times 1}$是凸的的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/974279

相关文章

Permute K times

题目链接:Permute K times 首先我们考虑暴力的作法,就是将一个点走k步,最后所在的那个点即为所求,考虑数据范围显然不可以,因此我们可以采用倍增的写法去实现。每个点的步数转化成二进制形式去求,用st表。 代码: #include <bits/stdc++.h>#define int long long#define fi first#define se secondusi

hadoop执行分词时报错:System times on machines may be out of sync. Check system time and time zones.

解决办法: 1、安装ntpdate工具 yum -y install ntp ntpdate 2、 设置系统时间与网络时间同步 ntpdate cn.pool.ntp.org

How to working with dates and times?

1.How to formatting date for display? Problem You need to format dates or time for output Solution Use the date command with a strftime format specification. 3. How to automating date Ranges?

HX-100调频广播覆盖专用天线

HX-100全向天线是北京恒星科通科技发展有限公司自主研发的一款隧道专用宽带调频发射天线,采用圆盘形结构、振子采用铝合金材料制造,具有增益高、功率容量大、工作频带宽、安装方便、防腐防潮、抗风性能好等特点,特别适合隧道调频广播覆盖、地下停车场等场所使用。 1、HX-100天线安装示意图       该天线由北京恒星科通科技发展有限公司自主开发,公司拥有矢量网络分析仪等多台专业

why 3 tcp times

. TCP的三次握手最主要是防止已过期的连接再次传到被连接的主机。如果采用两次的话,会出现下面这种情况。比如是A机要连到B机,结果发送的连接信息由于某种原因没有到达B机;于是,A机又发了一次,结果这次B收到了,于是就发信息回来,两机就连接。传完东西后,断开。结果这时候,原先没有到达的连接信息突然又传到了B机,于是B机发信息给A,然后B机就以为和A连上了,这个时候B机就在等待A传东西过去。(此

ACM-ICPC 2018 焦作赛区网络预赛 H. String and Times—— 后缀自动机

Now you have a string consists of uppercase letters, two integers AA A and BB B. We call a substring wonderful substring when the times it appears in that string is between AA A and BB B ( A≤times≤BA

Delphi 报错 Type androidx.collection.ArraySet is defined multiple times

Delphi 11 建立一个新的 Multi-Device Application 编译成app的时候报错 报错信息 [PAClient Error] Error: E7688 Unable to execute '"E:\Program\Java\jdk1.8.0_301\bin\java.exe" -cp "e:\program\embarcadero\studio\22.0\bin\An

加权中值滤波(WMF)——100+ Times Faster Weighted Median Filter-CVPR 2014论文解读

中值滤波 图像中值滤波是一种非线性的图像平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内的所有像素点灰度值的中值。中值滤波能有效去除椒盐噪声,参考http://blog.csdn.net/weixin_37720172/article/details/72627543如下图 加权中值滤波(weight median filter) 加权中值滤波是将窗口内的每一个像素都乘上一个相

spring boot连接RocketMQ报错:Send [3] times, still failed, cost [573]ms, Topic: log-message-topic-mingdes

一开始报了这个错 没有创建这个topic  注意:没有这个报错直接进行第二个步骤 在这个/usr/local/rocketmq-all-5.1.1-bin-release/bin文件夹里输入 命令: sh mqadmin updateTopic -b localhost:10911 -t log-message-topic-mingdesw -n localhost:9876 这个命

‘XXX‘has sample time [0, 1]. Only constant (inf) or inherited (-1) sample times are allowed in‘XXX‘

学习matlab/simulink时使用Memory模块和Trigger模块 报错:'XXX'has sample time [0, 1]. Only constant (inf) or inherited (-1) sample times are allowed in 'XXX' 说明memory模块设置不对 双击memory模块 解决办法:勾选Inherit s