标签: EE364a

数学代写|凸优化作业代写Convex Optimization代考|Examples of convex sets

如果你也在 怎样代写凸优化Convex Optimization这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

凸优化是数学优化的一个子领域,研究的是凸集上凸函数最小化的问题。许多类凸优化问题都有多项时间算法,而数学优化一般来说是NP困难的。

statistics-lab™ 为您的留学生涯保驾护航 在代写凸优化Convex Optimization方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计Statistics代写服务。我们的专家在代写凸优化Convex Optimization代写方面经验极为丰富,各种代写凸优化Convex Optimization相关的作业也就用不着说。

我们提供的凸优化Convex Optimization及其相关学科的代写,服务范围广, 其中包括但不限于:

  • Statistical Inference 统计推断
  • Statistical Computing 统计计算
  • Advanced Probability Theory 高等概率论
  • Advanced Mathematical Statistics 高等数理统计学
  • (Generalized) Linear Models 广义线性模型
  • Statistical Machine Learning 统计机器学习
  • Longitudinal Data Analysis 纵向数据分析
  • Foundations of Data Science 数据科学基础
数学代写|凸优化作业代写Convex Optimization代考|Examples of convex sets

数学代写|凸优化作业代写Convex Optimization代考|Hyperplanes and halfspaces

A hyperplane is an affine set (hence a convex set) and is of the form
$$
H=\left{\mathbf{x} \mid \mathbf{a}^{T} \mathbf{x}=b\right} \subset \mathbb{R}^{n},
$$
where $\mathbf{a} \in \mathbb{R}^{n} \backslash\left{\mathbf{0}_{n}\right}$ is a normal vector of the hyperplane, and $b \in \mathbb{R}$. Analytically it is the solution set of a linear equation of the components of $\mathbf{x}$. In geometrical sense, a hyperplane can be interpreted as the set of points having a constant inner product (b) with the normal vector (a). Since affdim $(H)=n-1$,

the hyperplane (2.30) can also be expressed as
$$
H=\operatorname{aff}\left{\mathbf{s}{1}, \ldots, \mathbf{s}{n}\right} \subset \mathbb{R}^{n},
$$
where $\left{\mathbf{s}{1}, \ldots, \mathbf{s}{n}\right} \subset H$ is any affinely independent set. Then it can be seen that
$$
\left{\begin{array}{l}
\mathbf{B} \triangleq\left[\mathbf{s}{2}-\mathbf{s}{1}, \ldots, \mathbf{s}{n}-\mathbf{s}{1}\right] \in \mathbb{R}^{n \times(n-1)} \text { and } \operatorname{dim}(\mathcal{R}(\mathbf{B}))=n-1 \
\mathbf{B}^{T} \mathbf{a}=\mathbf{0}{n-1}, \text { i.e. }, \mathcal{R}(\mathbf{B})^{\perp}=\mathcal{R}(\mathbf{a}) \end{array}\right. $$ implying that the normal vector a can be determined from $\left{\mathbf{s}{1}, \ldots, \mathbf{s}_{n}\right}$ up to a scale factor.

The hyperplane $H$ defined in $(2.30)$ divides $\mathbb{R}^{n}$ into two closed halfspaces as follows:
$$
\begin{aligned}
&H_{-}=\left{\mathbf{x} \mid \mathbf{a}^{T} \mathbf{x} \leq b\right} \
&H_{+}=\left{\mathbf{x} \mid \mathbf{a}^{T} \mathbf{x} \geq b\right}
\end{aligned}
$$
and so each of them is the solution set of one (non-trivial) linear inequality. Note that $\mathbf{a}=\nabla\left(\mathbf{a}^{T} \mathbf{x}\right)$ denotes the maximally increasing direction of the linear function $\mathbf{a}^{T} \mathbf{x}$. The above representations for both $H_{-}$and $H_{+}$for a given $\mathbf{a} \neq \mathbf{0}$, are not unique, while they are unique if $\mathbf{a}$ is normalized such that $|\mathbf{a}|_{2}=1$. Moreover, $H_{-} \cap H_{+}=H$.
An open halfspace is a set of the form
$$
H_{–}=\left{\mathbf{x} \mid \mathbf{a}^{T} \mathbf{x}b\right}
$$
where $\mathbf{a} \in \mathbb{R}^{n}, \mathbf{a} \neq \mathbf{0}$, and $b \in \mathbb{R}$.

数学代写|凸优化作业代写Convex Optimization代考|Euclidean balls and ellipsoids

A Euclidean ball (or, simply, ball) in $\mathbb{R}^{n}$ has the following form:
$$
B\left(\mathbf{x}{c}, r\right)=\left{\mathbf{x} \mid\left|\mathbf{x}-\mathbf{x}{c}\right|_{2} \leq r\right}=\left{\mathbf{x} \mid\left(\mathbf{x}-\mathbf{x}{c}\right)^{T}\left(\mathbf{x}-\mathbf{x}{c}\right) \leq r^{2}\right},
$$
where $r>0$. The vector $\mathbf{x}{c}$ is the center of the ball and the positive scalar $r$ is its radius (see Figure 2.7). The Euclidean ball is also a 2-norm ball, and, for simplicity, a ball without explicitly mentioning the associated norm, means the Euclidean ball hereafter. Another common representation for the Euclidean ball is $$ B\left(\mathbf{x}{c}, r\right)=\left{\mathbf{x}{c}+r \mathbf{u} \mid|\mathbf{u}|{2} \leq 1\right}
$$
It can be easily proved that the Euclidean ball is a convex set.
Proof of convexity: Let $\mathbf{x}{1}$ and $\mathbf{x}{2} \in B\left(\mathbf{x}{c}, r\right)$, i.e., $\left|\mathbf{x}{1}-\mathbf{x}{c}\right|{2} \leq r$ and $| \mathbf{x}{2}-$ $\mathbf{x}{c} |_{2} \leq r$. Then,
$$
\begin{aligned}
\left|\theta \mathbf{x}{1}+(1-\theta) \mathbf{x}{2}-\mathbf{x}{c}\right|{2} &=\left|\theta \mathbf{x}{1}+(1-\theta) \mathbf{x}{2}-\left[\theta \mathbf{x}{c}+(1-\theta) \mathbf{x}{c}\right]\right|_{2} \
&=\left|\theta\left(\mathbf{x}{1}-\mathbf{x}{c}\right)+(1-\theta)\left(\mathbf{x}{2}-\mathbf{x}{c}\right)\right|_{2} \
& \leq\left|\theta\left(\mathbf{x}{1}-\mathbf{x}{c}\right)\right|_{2}+\left|(1-\theta)\left(\mathbf{x}{2}-\mathbf{x}{c}\right)\right|_{2} \
& \leq \theta r+(1-\theta) r \
&=r, \text { for all } 0 \leq \theta \leq 1
\end{aligned}
$$
Hence, $\theta \mathbf{x}{1}+(1-\theta) \mathbf{x}{2} \in B\left(\mathbf{x}{c}, r\right)$ for all $\theta \in[0,1]$, and thus we have proven that $B\left(\mathbf{x}{c}, r\right)$ is convex.

A related family of convex sets are ellipsoids (see Figure $2.7$ ), which have the form
$$
\mathcal{E}=\left{\mathbf{x} \mid\left(\mathbf{x}-\mathbf{x}{c}\right)^{T} \mathbf{P}^{-1}\left(\mathbf{x}-\mathbf{x}{c}\right) \leq 1\right},
$$
where $\mathbf{P} \in \mathcal{S}{++}^{n}$ and the vector $\mathbf{x}{c}$ is the center of the ellipsoid. The matrix $\mathbf{P}$ determines how far the ellipsoid extends in every direction from the center; the lengths of the semiaxes of $\mathcal{E}$ are given by $\sqrt{\lambda_{i}}$, where $\lambda_{i}$ are eigenvalues of $\mathbf{P}$. Note that a ball is an ellipsoid with $\mathbf{P}=r^{2} \mathbf{I}{n}$ where $r>0$. Another common representation of an ellipsoid is $$ \mathcal{E}=\left{\mathbf{x}{c}+\mathbf{A u} \mid|\mathbf{u}|_{2} \leq 1\right}
$$
where $\mathbf{A}$ is a square matrix and nonsingular. The ellipsoid $\mathcal{E}$ expressed by (2.38) is actually the image of the 2 -norm ball $B(\mathbf{0}, 1)=\left{\mathbf{u} \in \mathbb{R}^{n} \mid|\mathbf{u}|_{2} \leq 1\right}$ via an

affine mapping $\mathbf{x}{c}+\mathbf{A u}$ (cf. $\left.(2.58)\right)$, where $\mathbf{A}=\left(\mathbf{P}^{1 / 2}\right)^{T}$, and the proof will be presented below. With the expression (2.38) for an ellipsoid, the singular values of $\mathbf{A}, \sigma{i}(\mathbf{A})=\sqrt{\lambda_{i}}$ (lengths of semiaxes) characterize the structure of the ellipsoid in a more straightforward fashion than the expression (2.37).
Proof of the ellipsoid representation (2.38) and convexity: Let
$$
\mathbf{P}=\mathbf{Q} \boldsymbol{\Lambda} \mathbf{Q}^{T}=\left(\mathbf{P}^{1 / 2}\right)^{T} \mathbf{P}^{1 / 2}
$$
$(\mathrm{EVD}$ of $\mathbf{P} \succ \mathbf{0})$, where $\boldsymbol{\Lambda}=\boldsymbol{\operatorname { D i a g }}\left(\lambda_{1}, \lambda_{2}, \ldots, \lambda_{n}\right)$ and
$$
\mathbf{P}^{1 / 2}=\boldsymbol{\Lambda}^{1 / 2} \mathbf{Q}^{T},
$$
in which $\Lambda^{1 / 2}=\operatorname{Diag}\left(\sqrt{\lambda_{1}}, \sqrt{\lambda_{2}}, \ldots, \sqrt{\lambda_{n}}\right)$. Then
$$
\mathbf{P}^{-1}=\mathbf{Q} \boldsymbol{\Lambda}^{-1} \mathbf{Q}^{T}=\mathbf{P}^{-1 / 2}\left(\mathbf{P}^{-1 / 2}\right)^{T}, \quad \mathbf{P}^{-1 / 2}=\mathbf{Q} \mathbf{\Lambda}^{-1 / 2}
$$
From the definition of ellipsoid, we have
$$
\begin{aligned}
\mathcal{E} &=\left{\mathbf{x} \mid\left(\mathbf{x}-\mathbf{x}{c}\right)^{T} \mathbf{P}^{-1}\left(\mathbf{x}-\mathbf{x}{c}\right) \leq 1\right} \
&=\left{\mathbf{x} \mid\left(\mathbf{x}-\mathbf{x}{c}\right)^{T} \mathbf{Q} \mathbf{\Lambda}^{-1} \mathbf{Q}^{T}\left(\mathbf{x}-\mathbf{x}{c}\right) \leq 1\right}
\end{aligned}
$$
Let $\mathbf{z}=\mathbf{x}-\mathbf{x}{c}$. Then $$ \mathcal{E}=\left{\mathbf{x}{c}+\mathbf{z} \mid \mathbf{z}^{T} \mathbf{Q} \mathbf{\Lambda}^{-1} \mathbf{Q}^{T} \mathbf{z} \leq 1\right}
$$
Now, by letting $\mathbf{u}=\mathbf{\Lambda}^{-1 / 2} \mathbf{Q}^{T} \mathbf{z}=\left(\mathbf{P}^{-1 / 2}\right)^{T} \mathbf{z}$, we then obtain
$$
\mathcal{E}=\left{\mathbf{x}{c}+\left(\mathbf{P}^{1 / 2}\right)^{T} \mathbf{u} \mid|\mathbf{u}|{2} \leq 1\right}
$$
which is exactly (2.38) with $\left(\mathbf{P}^{1 / 2}\right)^{T}$ replaced by $\mathbf{A}$.

数学代写|凸优化作业代写Convex Optimization代考|Polyhedra

A polyhedron is a nonempty convex set and is defined as the solution set of a finite number of linear equalities and inequalities:
$$
\begin{aligned}
\mathcal{P} &=\left{\mathbf{x} \mid \mathbf{a}{i}^{T} \mathbf{x} \leq b{i}, i=1,2, \ldots, m, \mathbf{c}{j}^{T} \mathbf{x}=d{j}, j=1,2, \ldots, p\right} \
&=\left{\mathbf{x} \mid \mathbf{A} \mathbf{x} \preceq \mathbf{b}=\left(b_{1}, \ldots, b_{m}\right), \mathbf{C x}=\mathbf{d}=\left(d_{1}, \ldots, d_{p}\right)\right}
\end{aligned}
$$
where ” $\preceq “$ stands for componentwise inequality, $\mathbf{A} \in \mathbb{R}^{m \times n}$ and $\mathbf{C} \in \mathbb{R}^{p \times n}$ are matrices whose rows are $\mathbf{a}{j}^{T} \mathrm{~s}$ and $\mathbf{c}{j}^{T} \mathrm{~s}$, respectively, and $\mathbf{A} \neq \mathbf{0}$ or $\mathbf{C} \neq \mathbf{0}$ must be true. Note that either $m=0$ or $p=0$ is allowed as long as the other parameter is finite and nonzero.

A polyhedron is just the intersection of some halfspaces and hyperplanes (see Figure 2.8). A polyhedron can be unbounded, while a bounded polyhedron is called a polytope, e.g., any 1-norm ball and $\infty$-norm ball of finite radius are polytopes.

Remark 2.3 It can be seen that the $\ell$-dimensional space $\mathbb{R}^{\ell}$ (also an affine set) cannot be expressed in the standard form (2.41) with either nonzero $\mathbf{A}$ or nonzero $\mathbf{C}$, and so it is not a polyhedron for any $\ell \in \mathbb{Z}{++}$. However, because any affine set in $\mathbb{R}^{\ell}$ can be expressed as (2.7) and each $\mathbf{x}$ in the set satisfies (2.8), this implies that the affine set must be a polyhedron if its affine dimension is strictly less than $\ell$. For instance, any subspaces with dimension less than $n$ in $\mathbb{R}^{n}$, and any hyperplane that is defined by a normal vector $\mathbf{a} \neq \mathbf{0}$ and a point $\mathbf{x}{0}$ on the hyperplane, i.e.,
$$
\mathcal{H}\left(\mathbf{a}, \mathbf{x}{0}\right)=\left{\mathbf{x} \mid \mathbf{a}^{T}\left(\mathbf{x}-\mathbf{x}{0}\right)=0\right}=\left{\mathbf{x}_{0}\right}+\mathcal{R}(\mathbf{a})^{\perp}
$$
in $\mathbb{R}^{n}$, and rays, line segments, and halfspaces are all polyhedra.

数学代写|凸优化作业代写Convex Optimization代考|Examples of convex sets

凸优化代写

数学代写|凸优化作业代写Convex Optimization代考|Hyperplanes and halfspaces

超平面是仿射集(因此是凸集)并且具有以下形式
H=\left{\mathbf{x} \mid \mathbf{a}^{T} \mathbf{x}=b\right} \subset \mathbb{R}^{n},H=\left{\mathbf{x} \mid \mathbf{a}^{T} \mathbf{x}=b\right} \subset \mathbb{R}^{n},
在哪里\mathbf{a} \in \mathbb{R}^{n} \反斜杠\left{\mathbf{0}_{n}\right}\mathbf{a} \in \mathbb{R}^{n} \反斜杠\left{\mathbf{0}_{n}\right}是超平面的法向量,并且b∈R. 解析地,它是一个线性方程组的解集X. 在几何意义上,超平面可以解释为具有恒定内积 (b) 与法向量 (a) 的点集。自从 affdim(H)=n−1,

超平面(2.30)也可以表示为
H=\operatorname{aff}\left{\mathbf{s}{1}, \ldots, \mathbf{s}{n}\right} \subset \mathbb{R}^{n},H=\operatorname{aff}\left{\mathbf{s}{1}, \ldots, \mathbf{s}{n}\right} \subset \mathbb{R}^{n},
在哪里\left{\mathbf{s}{1}, \ldots, \mathbf{s}{n}\right} \subset H\left{\mathbf{s}{1}, \ldots, \mathbf{s}{n}\right} \subset H是任何仿射独立集。然后可以看出
$$
\left{乙≜[s2−s1,…,sn−s1]∈Rn×(n−1) 和 暗淡⁡(R(乙))=n−1 乙吨一种=0n−1, IE ,R(乙)⊥=R(一种)\对。$$ 暗示法线向量 a 可以从\left{\mathbf{s}{1}, \ldots, \mathbf{s}_{n}\right}\left{\mathbf{s}{1}, \ldots, \mathbf{s}_{n}\right}高达一个比例因子。

超平面H定义在(2.30)划分Rn分成两个封闭的半空间,如下所示:
\begin{aligned} &H_{-}=\left{\mathbf{x} \mid \mathbf{a}^{T} \mathbf{x} \leq b\right} \ &H_{+}=\left{\ mathbf{x} \mid \mathbf{a}^{T} \mathbf{x} \geq b\right} \end{对齐}\begin{aligned} &H_{-}=\left{\mathbf{x} \mid \mathbf{a}^{T} \mathbf{x} \leq b\right} \ &H_{+}=\left{\ mathbf{x} \mid \mathbf{a}^{T} \mathbf{x} \geq b\right} \end{对齐}
所以它们中的每一个都是一个(非平凡的)线性不等式的解集。注意一种=∇(一种吨X)表示线性函数的最大增加方向一种吨X. 以上两种说法H−和H+对于给定的一种≠0, 不是唯一的,而如果它们是唯一的一种被归一化,使得|一种|2=1. 而且,H−∩H+=H.
一个开放的半空间是一组形式
H_{–}=\left{\mathbf{x} \mid \mathbf{a}^{T} \mathbf{x}b\right}H_{–}=\left{\mathbf{x} \mid \mathbf{a}^{T} \mathbf{x}b\right}
在哪里一种∈Rn,一种≠0, 和b∈R.

数学代写|凸优化作业代写Convex Optimization代考|Euclidean balls and ellipsoids

一个欧几里得球(或简单地说,球)Rn具有以下形式:
B\left(\mathbf{x}{c}, r\right)=\left{\mathbf{x} \mid\left|\mathbf{x}-\mathbf{x}{c}\right|_{ 2} \leq r\right}=\left{\mathbf{x} \mid\left(\mathbf{x}-\mathbf{x}{c}\right)^{T}\left(\mathbf{x }-\mathbf{x}{c}\right) \leq r^{2}\right},B\left(\mathbf{x}{c}, r\right)=\left{\mathbf{x} \mid\left|\mathbf{x}-\mathbf{x}{c}\right|_{ 2} \leq r\right}=\left{\mathbf{x} \mid\left(\mathbf{x}-\mathbf{x}{c}\right)^{T}\left(\mathbf{x }-\mathbf{x}{c}\right) \leq r^{2}\right},
在哪里r>0. 向量XC是球的中心和正标量r是它的半径(见图 2.7)。欧几里得球也是一个2范数球,为了简单起见,没有明确提及相关范数的球在下文中指的是欧几里得球。欧几里得球的另一个常见表示是B\left(\mathbf{x}{c}, r\right)=\left{\mathbf{x}{c}+r \mathbf{u} \mid|\mathbf{u}|{2} \leq 1\右}B\left(\mathbf{x}{c}, r\right)=\left{\mathbf{x}{c}+r \mathbf{u} \mid|\mathbf{u}|{2} \leq 1\右}
可以很容易地证明欧几里得球是一个凸集。
凸性证明:让X1和X2∈乙(XC,r), IE,|X1−XC|2≤r和|X2− XC|2≤r. 然后,
|θX1+(1−θ)X2−XC|2=|θX1+(1−θ)X2−[θXC+(1−θ)XC]|2 =|θ(X1−XC)+(1−θ)(X2−XC)|2 ≤|θ(X1−XC)|2+|(1−θ)(X2−XC)|2 ≤θr+(1−θ)r =r, 对全部 0≤θ≤1
因此,θX1+(1−θ)X2∈乙(XC,r)对全部θ∈[0,1],因此我们证明了乙(XC,r)是凸的。

一个相关的凸集族是椭球体(见图2.7),其形式为
\mathcal{E}=\left{\mathbf{x} \mid\left(\mathbf{x}-\mathbf{x}{c}\right)^{T} \mathbf{P}^{-1} \left(\mathbf{x}-\mathbf{x}{c}\right) \leq 1\right},\mathcal{E}=\left{\mathbf{x} \mid\left(\mathbf{x}-\mathbf{x}{c}\right)^{T} \mathbf{P}^{-1} \left(\mathbf{x}-\mathbf{x}{c}\right) \leq 1\right},
在哪里磷∈小号++n和向量XC是椭球的中心。矩阵磷确定椭球从中心向各个方向延伸的距离;的半轴长度和由λ一世, 在哪里λ一世是的特征值磷. 请注意,球是椭球体磷=r2一世n在哪里r>0. 椭球的另一种常见表示是\mathcal{E}=\left{\mathbf{x}{c}+\mathbf{A u} \mid|\mathbf{u}|_{2} \leq 1\right}\mathcal{E}=\left{\mathbf{x}{c}+\mathbf{A u} \mid|\mathbf{u}|_{2} \leq 1\right}
在哪里一种是方阵且非奇异的。椭球体和由 (2.38) 表示的实际上是 2 范数球的图像B(\mathbf{0}, 1)=\left{\mathbf{u} \in \mathbb{R}^{n} \mid|\mathbf{u}|_{2} \leq 1\right}B(\mathbf{0}, 1)=\left{\mathbf{u} \in \mathbb{R}^{n} \mid|\mathbf{u}|_{2} \leq 1\right}通过一个

仿射映射XC+一种在(参见(2.58)), 在哪里一种=(磷1/2)吨, 下面将给出证明。对于椭球的表达式(2.38),奇异值一种,σ一世(一种)=λ一世(半轴长度)以比表达式 (2.37) 更直接的方式表征椭圆体的结构。
椭球表示(2.38)和凸性的证明:让
磷=问Λ问吨=(磷1/2)吨磷1/2
(和在D的磷≻0), 在哪里Λ=诊断(λ1,λ2,…,λn)和
磷1/2=Λ1/2问吨,
其中Λ1/2=诊断⁡(λ1,λ2,…,λn). 然后
磷−1=问Λ−1问吨=磷−1/2(磷−1/2)吨,磷−1/2=问Λ−1/2
根据椭球的定义,我们有
\begin{对齐} \mathcal{E} &=\left{\mathbf{x} \mid\left(\mathbf{x}-\mathbf{x}{c}\right)^{T} \mathbf{P }^{-1}\left(\mathbf{x}-\mathbf{x}{c}\right) \leq 1\right} \ &=\left{\mathbf{x} \mid\left(\mathbf {x}-\mathbf{x}{c}\right)^{T} \mathbf{Q} \mathbf{\Lambda}^{-1} \mathbf{Q}^{T}\left(\mathbf{ x}-\mathbf{x}{c}\right) \leq 1\right} \end{对齐}\begin{对齐} \mathcal{E} &=\left{\mathbf{x} \mid\left(\mathbf{x}-\mathbf{x}{c}\right)^{T} \mathbf{P }^{-1}\left(\mathbf{x}-\mathbf{x}{c}\right) \leq 1\right} \ &=\left{\mathbf{x} \mid\left(\mathbf {x}-\mathbf{x}{c}\right)^{T} \mathbf{Q} \mathbf{\Lambda}^{-1} \mathbf{Q}^{T}\left(\mathbf{ x}-\mathbf{x}{c}\right) \leq 1\right} \end{对齐}
让和=X−XC. 然后\mathcal{E}=\left{\mathbf{x}{c}+\mathbf{z} \mid \mathbf{z}^{T} \mathbf{Q} \mathbf{\Lambda}^{-1} \mathbf{Q}^{T} \mathbf{z} \leq 1\right}\mathcal{E}=\left{\mathbf{x}{c}+\mathbf{z} \mid \mathbf{z}^{T} \mathbf{Q} \mathbf{\Lambda}^{-1} \mathbf{Q}^{T} \mathbf{z} \leq 1\right}
现在,通过让在=Λ−1/2问吨和=(磷−1/2)吨和,然后我们得到
\mathcal{E}=\left{\mathbf{x}{c}+\left(\mathbf{P}^{1 / 2}\right)^{T} \mathbf{u} \mid|\mathbf{ u}|{2} \leq 1\right}\mathcal{E}=\left{\mathbf{x}{c}+\left(\mathbf{P}^{1 / 2}\right)^{T} \mathbf{u} \mid|\mathbf{ u}|{2} \leq 1\right}
正好是 (2.38)(磷1/2)吨取而代之一种.

数学代写|凸优化作业代写Convex Optimization代考|Polyhedra

多面体是一个非空凸集,定义为有限数量的线性等式和不等式的解集:
\begin{aligned} \mathcal{P} &=\left{\mathbf{x} \mid \mathbf{a}{i}^{T} \mathbf{x} \leq b{i}, i=1, 2, \ldots, m, \mathbf{c}{j}^{T} \mathbf{x}=d{j}, j=1,2, \ldots, p\right} \ &=\left{\ mathbf{x} \mid \mathbf{A} \mathbf{x} \preceq \mathbf{b}=\left(b_{1}, \ldots, b_{m}\right), \mathbf{C x}= \mathbf{d}=\left(d_{1}, \ldots, d_{p}\right)\right} \end{对齐}\begin{aligned} \mathcal{P} &=\left{\mathbf{x} \mid \mathbf{a}{i}^{T} \mathbf{x} \leq b{i}, i=1, 2, \ldots, m, \mathbf{c}{j}^{T} \mathbf{x}=d{j}, j=1,2, \ldots, p\right} \ &=\left{\ mathbf{x} \mid \mathbf{A} \mathbf{x} \preceq \mathbf{b}=\left(b_{1}, \ldots, b_{m}\right), \mathbf{C x}= \mathbf{d}=\left(d_{1}, \ldots, d_{p}\right)\right} \end{对齐}
在哪里 ”⪯“代表分量不等式,一种∈R米×n和C∈Rp×n是行为 $\mathbf{a} {j}^{T} \mathrm{~s}的矩阵一种nd\mathbf{c} {j}^{T}\mathrm{~s},r和sp和C吨一世在和l是,一种nd\mathbf{A} \neq \mathbf{0}这r\mathbf{C} \neq \mathbf{0}米在s吨b和吨r在和.ñ这吨和吨H一种吨和一世吨H和rm=0这r只要其他参数是有限且非零的,就允许 p=0$。

多面体只是一些半空间和超平面的交集(见图 2.8)。多面体可以是无界的,而有界多面体称为多面体,例如,任何 1 范数球和∞有限半径的范数球是多面体。

备注 2.3 可以看出,ℓ维空间Rℓ(也是仿射集)不能用标准形式(2.41)表示,其中任一非零一种或非零C, 所以它不是任何一个多面体ℓ∈从++. 然而,因为任何仿射集在Rℓ可以表示为 (2.7) 并且每个X在集合满足 (2.8) 中,这意味着如果仿射集的仿射维数严格小于ℓ. 例如,任何维度小于n在Rn,以及由法线向量定义的任何超平面一种≠0和一点X0在超平面上,即
\mathcal{H}\left(\mathbf{a}, \mathbf{x}{0}\right)=\left{\mathbf{x} \mid \mathbf{a}^{T}\left(\mathbf {x}-\mathbf{x}{0}\right)=0\right}=\left{\mathbf{x}_{0}\right}+\mathcal{R}(\mathbf{a})^ {\perp}\mathcal{H}\left(\mathbf{a}, \mathbf{x}{0}\right)=\left{\mathbf{x} \mid \mathbf{a}^{T}\left(\mathbf {x}-\mathbf{x}{0}\right)=0\right}=\left{\mathbf{x}_{0}\right}+\mathcal{R}(\mathbf{a})^ {\perp}
在Rn,而射线、线段和半空间都是多面体。

数学代写|凸优化作业代写Convex Optimization代考 请认准statistics-lab™

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

数学代写|凸优化作业代写Convex Optimization代考|Summary and discussion

如果你也在 怎样代写凸优化Convex Optimization这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

凸优化是数学优化的一个子领域,研究的是凸集上凸函数最小化的问题。许多类凸优化问题都有多项时间算法,而数学优化一般来说是NP困难的。

statistics-lab™ 为您的留学生涯保驾护航 在代写凸优化Convex Optimization方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计Statistics代写服务。我们的专家在代写凸优化Convex Optimization代写方面经验极为丰富,各种代写凸优化Convex Optimization相关的作业也就用不着说。

我们提供的凸优化Convex Optimization及其相关学科的代写,服务范围广, 其中包括但不限于:

  • Statistical Inference 统计推断
  • Statistical Computing 统计计算
  • Advanced Probability Theory 高等概率论
  • Advanced Mathematical Statistics 高等数理统计学
  • (Generalized) Linear Models 广义线性模型
  • Statistical Machine Learning 统计机器学习
  • Longitudinal Data Analysis 纵向数据分析
  • Foundations of Data Science 数据科学基础
数学代写|凸优化作业代写Convex Optimization代考|Summary and discussion

数学代写|凸优化作业代写Convex Optimization代考|Summary and discussion

In this chapter, we have revisited some mathematical basics of sets, functions, matrices, and vector spaces that will be very useful to understand the remaining chapters and we also introduced the notations that will be used throughout this book. The mathematical preliminaries reviewed in this chapter are by no means complete. For further details, the readers can refer to [Apo07] and [WZ97] for Section 1.1, and [H.J85] and [MS00] for Section 1.2, and other related textbooks.
Suppose that we are given an optimization problem in the following form:
$$
\begin{aligned}
\text { minimize } & f(\boldsymbol{x}) \
\text { subject to } & \boldsymbol{x} \in \mathcal{C}
\end{aligned}
$$
where $f(\boldsymbol{x})$ is the objective function to be minimized and $\mathcal{C}$ is the feasible set from which we try to find an optimal solution. Convex optimization itself is a powerful mathematical tool for optimally solving a well-defined convex optimization problem (i.e., $f(\boldsymbol{x})$ is a convex function and $\mathcal{C}$ is a convex set in problem $(1.127)$ ), or for handling a nonconvex optimization problem (that can be approximated as a convex one). However, the problem (1.127) under investigation may often appear to be a nonconvex optimization problem (with various camouflages) or a nonconvex and nondeterministic polynomial-time hard (NP-hard) problem that forces us to find an approximate solution with some performance or computational efficiency merits and characteristics instead. Furthermore, reformulation of the considered optimization problem into a convex optimization problem can be quite challenging. Fortunately, there are many problem reformulation approaches (e.g., function transformation, change of variables, and equivalent representations) to conversion of a nonconvex problem into a convex problem (i.e., unveiling of all the camouflages of the original problem).

The bridge between the pure mathematical convex optimization theory and how to use it in practical applications is the key for a successful researcher or professional who can efficiently exert his (her) efforts on solving a challenging scientific and engineering problem to which he (she) is dedicated. For a given opti-

mization problem, we aim to design an algorithm (e.g., transmit beamforming algorithm and resource allocation algorithm in communications and networking, nonnegative blind source separation algorithm for the analysis of biomedical and hyperspectral images) to efficiently and reliably yield a desired solution (that may just be an approximate solution rather than an optimal solution), as shown in Figure 1.6, where the block “Problem Reformulation,” the block “Algorithm Design,” and the block “Performance Evaluation and Analysis” are essential design steps before an algorithm that meets our goal is obtained. These design steps rely on smart use of advisable optimization theory and tools that remain in the cloud, like a military commander who needs not only ammunition and weapons but also an intelligent fighting strategy. It is quite helpful to build a bridge so that one can readily use any suitable mathematical theory (e.g., convex sets and functions, optimality conditions, duality, KKT conditions, Schur complement, S-procedure, etc.) and convex solvers (e.g., CVX and SeDuMi) to accomplish these design steps.

The ensuing chapters will introduce fundamental elements of the convex optimization theory in the cloud on one hand and illustrate how these elements were collectively applied in some successful cutting edge researches in communications and signal processing through the design procedure shown in Figure $1.6$ on the other hand, provided that the solid bridges between the cloud and all the design blocks have been constructed.

数学代写|凸优化作业代写Convex Optimization代考|Lines and line segments

In this chapter we introduce convex sets and their representations, properties, illustrative examples, convexity preserving operations, and geometry of convex sets which have proven very useful in signal processing applications such as hyperspectral and biomedical image analysis. Then we introduce proper cones (convex cones), dual norms and dual cones, generalized inequalities, and separating and supporting hyperplanes. All the materials on convex sets introduced in this chapter are essential to convex functions, convex problems, and duality to be introduced in the ensuing chapters. From this chapter on, for simplicity, we may use $\mathbf{x}$ to denote a vector in $\mathbb{R}^{n}$ and $x_{1}, \ldots, x_{n}$ for its components without explicitly mentioning $\mathbf{x} \in \mathbb{R}^{n}$.

Mathematically, a line $\mathcal{L}\left(\mathbf{x}{1}, \mathbf{x}{2}\right)$ passing through two points $\mathbf{x}{1}$ and $\mathbf{x}{2}$ in $\mathbb{R}^{n}$ is the set defined as
$$
\mathcal{L}\left(\mathbf{x}{1}, \mathbf{x}{2}\right)=\left{\theta \mathbf{x}{1}+(1-\theta) \mathbf{x}{2}, \theta \in \mathbb{R}\right}, \mathbf{x}{1}, \mathbf{x}{2} \in \mathbb{R}^{n}
$$
If $0 \leq \theta \leq 1$, then it is a line segment connecting $\mathbf{x}{1}$ and $\mathbf{x}{2}$. Note that the linear combination $\theta \mathbf{x}{1}+(1-\theta) \mathbf{x}{2}$ of two points $\mathbf{x}{1}$ and $\mathbf{x}{2}$ with the coefficient sum equal to unity as in (2.1) plays an essential role in defining affine sets and convex sets, and hence the one with $\theta \in \mathbb{R}$ is referred to as the affine combination and the one with $\theta \in[0,1]$ is referred to as the convex combination. Affine combination and convex combination can be extended to the case of more than two points in the same fashion.
Affine sets and affine hulls
A set $C$ is said to be an affine set if for any $\mathbf{x}{1}, \mathbf{x}{2} \in C$ and for any $\theta_{1}, \theta_{2} \in \mathbb{R}$ such that $\theta_{1}+\theta_{2}=1$, the point $\theta_{1} \mathbf{x}{1}+\theta{2} \mathbf{x}_{2}$ also belongs to the set $C$. For instance, the line defined in $(2.1)$ is an affine set. This concept can be extended to more than two points, as illustrated in the following example.

数学代写|凸优化作业代写Convex Optimization代考|Relative interior and relative boundary

Affine hull defined in (2.13) and affine dimension of a set defined in (2.14) play an essential role in convex geometric analysis, and have been applied to dimension reduction in many signal processing applications such as blind separation (or unmixing) of biomedical and hyperspectral image signals (to be introduced in Chapter 6). To further illustrate their characteristics, it would be useful to address the interior and the boundary of a set w.r.t. its affine hull, which are, respectively, termed as relative interior and relative boundary, and are defined below.

The relative interior of $C \subseteq \mathbb{R}^{n}$ is defined as
$$
\text { relint } \begin{aligned}
C &={\mathbf{x} \in C \mid B(\mathbf{x}, r) \cap \text { aff } C \subseteq C, \text { for some } r>0} \
&=\text { int } C \text { if aff } C=\mathbb{R}^{n} \quad(c f .(1.20)),
\end{aligned}
$$
where $B(\mathbf{x}, r)$ is a 2 -norm ball with center at $\mathbf{x}$ and radius $r$. It can be inferred from (2.16) that
$$
\text { int } C= \begin{cases}\text { relint } C, & \text { if affdim } C=n \ 0, & \text { otherwise. }\end{cases}
$$
The relative boundary of a set $C$ is defined as
$$
\begin{aligned}
\text { relbd } C &=\mathbf{c l} C \backslash \text { relint } C \
&=\mathbf{b d} C \text {, if int } C \neq \emptyset \text { (by }(2.17))
\end{aligned}
$$
For instance, for $C=\left{\mathbf{x} \in \mathbb{R}^{n} \mid|\mathbf{x}|_{\infty} \leq 1\right}$ (an infinity-norm ball), its interior and relative interior are identical, so are its boundary and relative boundary; for $C=\left{\mathbf{x}_{0}\right} \subset \mathbb{R}^{n}$ (a singleton set), int $C=\emptyset$ and bd $C=C$, but relbd $C=\emptyset$. Note that affdim $(C)=n$ for the former but affdim $(C)=0 \neq n$ for the latter, thereby providing the information of differentiating the interior (boundary) and the relative interior (relative boundary) of a set. Some more examples about the relative interior (relative boundary) of $C$ and the interior (boundary) of $C$, are illustrated in the following examples.

Example 2.2 Let $C=\left{\mathrm{x} \in \mathbb{R}^{3} \mid x_{1}^{2}+x_{3}^{2} \leq 1, x_{2}=0\right}=\mathrm{cl} C$. Then relint $C=$ $\left{\mathbf{x} \in \mathbb{R}^{3} \mid x_{1}^{2}+x_{3}^{2}<1, x_{2}=0\right}$ and relbd $C=\left{\mathbf{x} \in \mathbb{R}^{3} \mid x_{1}^{2}+x_{3}^{2}=1, x_{2}=0\right}$ as shown in Figure $2.3$. Note that int $C=\emptyset$ since affdim $(C)=2<3$, while bd $C=$ cl $C \backslash$ int $C=C$.

Example $2.3$ Let $C_{1}=\left{\mathbf{x} \in \mathbb{R}^{3} \mid|\mathbf{x}|_{2} \leq 1\right}$ and $C_{2}=\left{\mathbf{x} \in \mathbb{R}^{3} \mid|\mathbf{x}|_{2}=1\right}$. Then int $C_{1}=\left{\mathbf{x} \in \mathbb{R}^{3} \mid|\mathbf{x}|_{2}<1\right}=$ relint $C_{1}$ and int $C_{2}=$ relint $C_{2}=0$ due to $\operatorname{affdim}\left(C_{1}\right)=\operatorname{affdim}\left(C_{2}\right)=3$.

From now on, for the conceptual conciseness and clarity in the following introduction to convex sets, sometimes we address the pair (int $C$, bd $C$ ) in the context without explicitly mentioning that a convex set $C$ has nonempty interior. However, when int $C=\emptyset$ in the context, one can interpret the pair (int $C$, bd $C$ ) as the pair (relint $C$, relbd $C$ ).

数学代写|凸优化作业代写Convex Optimization代考|Summary and discussion

凸优化代写

数学代写|凸优化作业代写Convex Optimization代考|Summary and discussion

在本章中,我们重温了集合、函数、矩阵和向量空间的一些数学基础知识,这对于理解其余章节非常有用,我们还介绍了将在本书中使用的符号。本章回顾的数学预备知识绝不是完整的。更详细的内容,读者可以参考[Apo07]和[WZ97]的1.1节,以及[H.J85]和[MS00]的1.2节,以及其他相关教材。
假设我们有一个如下形式的优化问题:
 最小化 F(X)  受制于 X∈C
在哪里F(X)是要最小化的目标函数,并且C是我们试图从中找到最优解的可行集。凸优化本身是一个强大的数学工具,用于优化解决定义明确的凸优化问题(即,F(X)是一个凸函数并且C是问题中的凸集(1.127)),或用于处理非凸优化问题(可以近似为凸优化问题)。然而,正在研究的问题 (1.127) 可能经常看起来是一个非凸优化问题(有各种伪装)或一个非凸和非确定性多项式时间难 (NP-hard) 问题,它迫使我们找到具有某种性能或相反,计算效率的优点和特点。此外,将考虑的优化问题重新表述为凸优化问题可能非常具有挑战性。幸运的是,有许多问题重构方法(例如,函数变换、变量变化和等效表示)可以将非凸问题转换为凸问题(即揭示原始问题的所有伪装)。

纯数学凸优化理论与如何将其应用于实际应用之间的桥梁是成功的研究人员或专业人员能够有效地发挥他(她)的努力来解决他(她)所面临的具有挑战性的科学和工程问题的关键。投入的。对于给定的选项

化问题,我们的目标是设计一种算法(例如,通信和网络中的传输波束成形算法和资源分配算法,用于分析生物医学和高光谱图像的非负盲源分离算法)以有效且可靠地产生所需的解决方案(可能只是是近似解而不是最优解),如图 1.6 所示,其中“问题重构”模块、“算法设计”模块和“性能评估与分析”模块是算法满足之前的基本设计步骤我们的目标达到了。这些设计步骤依赖于明智地使用保留在云中的可取优化理论和工具,例如军事指挥官,他不仅需要弹药和武器,还需要智能战斗策略。

随后的章节将一方面介绍云中凸优化理论的基本要素,并说明这些要素如何通过图 1 所示的设计过程共同应用于通信和信号处理领域的一些成功的前沿研究中。1.6另一方面,前提是云和所有设计块之间的坚固桥梁已经构建。

数学代写|凸优化作业代写Convex Optimization代考|Lines and line segments

在本章中,我们将介绍凸集及其表示、属性、说明性示例、凸性保持操作以及凸集的几何形状,这些在高光谱和生物医学图像分析等信号处理应用中已被证明非常有用。然后我们介绍了真锥(凸锥)、对偶范数和对偶锥、广义不等式以及分离和支持超平面。本章介绍的所有关于凸集的材料对于后续章节中介绍的凸函数、凸问题和对偶都是必不可少的。从本章开始,为简单起见,我们可以使用X表示一个向量Rn和X1,…,Xn对于它的组件,没有明确提及X∈Rn.

在数学上,一条线大号(X1,X2)通过两点X1和X2在Rn是定义为的集合
\mathcal{L}\left(\mathbf{x}{1}, \mathbf{x}{2}\right)=\left{\theta \mathbf{x}{1}+(1-\theta) \ mathbf{x}{2}, \theta \in \mathbb{R}\right}, \mathbf{x}{1}, \mathbf{x}{2} \in \mathbb{R}^{n}\mathcal{L}\left(\mathbf{x}{1}, \mathbf{x}{2}\right)=\left{\theta \mathbf{x}{1}+(1-\theta) \ mathbf{x}{2}, \theta \in \mathbb{R}\right}, \mathbf{x}{1}, \mathbf{x}{2} \in \mathbb{R}^{n}
如果0≤θ≤1,那么它就是一条连接线段X1和X2. 注意线性组合θX1+(1−θ)X2两点X1和X2系数和等于(2.1)中的单位在定义仿射集和凸集方面起着重要作用,因此具有θ∈R被称为仿射组合和一个与θ∈[0,1]称为凸组合。仿射组合和凸组合可以以相同的方式扩展到两个以上点的情况。
仿射集和仿射壳
A 集C被称为仿射集,如果对于任何X1,X2∈C并且对于任何θ1,θ2∈R这样θ1+θ2=1, 点θ1X1+θ2X2也属于集合C. 例如,定义在(2.1)是一个仿射集。这个概念可以扩展到两点以上,如下例所示。

数学代写|凸优化作业代写Convex Optimization代考|Relative interior and relative boundary

(2.13)中定义的仿射壳和(2.14)中定义的集合的仿射维数在凸几何分析中发挥着重要作用,并已应用于许多信号处理应用中的降维,例如生物医学和高光谱图像信号(将在第 6 章中介绍)。为了进一步说明它们的特性,有必要通过其仿射壳来解决集合的内部和边界,它们分别称为相对内部和相对边界,并在下面定义。

相对内部C⊆Rn定义为
 重新安装 C=X∈C∣乙(X,r)∩ 亲 C⊆C, 对于一些 r>0 = 整数 C 如果 C=Rn(CF.(1.20)),
在哪里乙(X,r)是一个 2 范数球,中心在X和半径r. 由式(2.16)可以推导出
 整数 C={ 重新安装 C, 如果 affdim C=n 0, 除此以外。 
集合的相对边界C定义为
 重磅 C=ClC∖ 重新安装 C =bdC, 如果 int C≠∅ (经过 (2.17))
例如,对于C=\left{\mathbf{x} \in \mathbb{R}^{n} \mid|\mathbf{x}|_{\infty} \leq 1\right}C=\left{\mathbf{x} \in \mathbb{R}^{n} \mid|\mathbf{x}|_{\infty} \leq 1\right}(一个无穷范数球),它的内部和相对内部是相同的,它的边界和相对边界也是相同的;为了C=\left{\mathbf{x}_{0}\right} \subset \mathbb{R}^{n}C=\left{\mathbf{x}_{0}\right} \subset \mathbb{R}^{n}(单例集),intC=∅和 bdC=C, 但是 relbdC=∅. 注意 affdim(C)=n对于前者但 affdim(C)=0≠n对于后者,从而提供区分集合的内部(边界)和相对内部(相对边界)的信息。关于相对内部(相对边界)的更多示例C和内部(边界)C,在以下示例中进行了说明。

例 2.2 让C=\left{\mathrm{x} \in \mathbb{R}^{3} \mid x_{1}^{2}+x_{3}^{2} \leq 1, x_{2}=0 \right}=\mathrm{cl} CC=\left{\mathrm{x} \in \mathbb{R}^{3} \mid x_{1}^{2}+x_{3}^{2} \leq 1, x_{2}=0 \right}=\mathrm{cl} C. 然后重振旗鼓C= \left{\mathbf{x} \in \mathbb{R}^{3} \mid x_{1}^{2}+x_{3}^{2}<1, x_{2}=0\right}\left{\mathbf{x} \in \mathbb{R}^{3} \mid x_{1}^{2}+x_{3}^{2}<1, x_{2}=0\right}和 relbdC=\left{\mathbf{x} \in \mathbb{R}^{3} \mid x_{1}^{2}+x_{3}^{2}=1, x_{2}=0\对}C=\left{\mathbf{x} \in \mathbb{R}^{3} \mid x_{1}^{2}+x_{3}^{2}=1, x_{2}=0\对}如图2.3. 请注意,intC=∅自从 affdim(C)=2<3, 而 bdC=分类C∖整数C=C.

例子2.3让C_{1}=\left{\mathbf{x} \in \mathbb{R}^{3} \mid|\mathbf{x}|_{2} \leq 1\right}C_{1}=\left{\mathbf{x} \in \mathbb{R}^{3} \mid|\mathbf{x}|_{2} \leq 1\right}和C_{2}=\left{\mathbf{x} \in \mathbb{R}^{3} \mid|\mathbf{x}|_{2}=1\right}C_{2}=\left{\mathbf{x} \in \mathbb{R}^{3} \mid|\mathbf{x}|_{2}=1\right}. 然后 intC_{1}=\left{\mathbf{x} \in \mathbb{R}^{3} \mid|\mathbf{x}|_{2}<1\right}=C_{1}=\left{\mathbf{x} \in \mathbb{R}^{3} \mid|\mathbf{x}|_{2}<1\right}=重新安装C1和整数C2=重新安装C2=0由于关注⁡(C1)=关注⁡(C2)=3.

从现在开始,为了在下面对凸集的介绍中概念简洁明了,有时我们会讨论对(intC, bdC) 在上下文中没有明确提到凸集C有非空的内部。但是,当 intC=∅在上下文中,人们可以解释这对(intC, bdC) 作为对 (relintC, relbdC ).

数学代写|凸优化作业代写Convex Optimization代考 请认准statistics-lab™

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

数学代写|凸优化作业代写Convex Optimization代考|Linear algebra revisited

如果你也在 怎样代写凸优化Convex Optimization这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

凸优化是数学优化的一个子领域,研究的是凸集上凸函数最小化的问题。许多类凸优化问题都有多项时间算法,而数学优化一般来说是NP困难的。

statistics-lab™ 为您的留学生涯保驾护航 在代写凸优化Convex Optimization方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计Statistics代写服务。我们的专家在代写凸优化Convex Optimization代写方面经验极为丰富,各种代写凸优化Convex Optimization相关的作业也就用不着说。

我们提供的凸优化Convex Optimization及其相关学科的代写,服务范围广, 其中包括但不限于:

  • Statistical Inference 统计推断
  • Statistical Computing 统计计算
  • Advanced Probability Theory 高等概率论
  • Advanced Mathematical Statistics 高等数理统计学
  • (Generalized) Linear Models 广义线性模型
  • Statistical Machine Learning 统计机器学习
  • Longitudinal Data Analysis 纵向数据分析
  • Foundations of Data Science 数据科学基础
数学代写|凸优化作业代写Convex Optimization代考|Linear algebra revisited

数学代写|凸优化作业代写Convex Optimization代考|Vector subspace

A set of vectors $\left{\mathbf{a}{1}, \ldots, \mathbf{a}{k}\right}$ is said to be linearly independent if the following equality holds only when $\alpha_{1}=\alpha_{2}=\cdots=\alpha_{k}=0$,
$$
\alpha_{1} \mathbf{a}{1}+\alpha{2} \mathbf{a}{2}+\cdots+\alpha{k} \mathbf{a}{k}=\mathbf{0} . $$ A set of vectors $\left{\mathbf{a}{1}, \ldots, \mathbf{a}{k}\right}$ is said to be linearly dependent if any one of the vectors from the set is a linear combination of the remaining vectors or if one of the vectors is a zero vector. The vector set $\left{\mathbf{a}{1}, \ldots, \mathbf{a}_{k}\right}$ is linearly dependent if it is not linearly independent and vice versa.

A subset $V$ of $\mathbb{R}^{n}$ is called a subspace of $\mathbb{R}^{n}$ if $V$ is closed under the operations of vector addition and scalar multiplication (i.e., $\alpha \mathbf{v}{1}+\beta \mathbf{v}{2} \in V$ for all $\alpha, \beta \in \mathbb{R}$ and $\mathbf{v}{1}, \mathbf{v}{2} \in V$ ). Note that every subspace must contain the zero vector.

Let $\mathbf{a}{1}, \mathbf{a}{2}, \ldots, \mathbf{a}{k}$ be arbitrary vectors in $\mathbb{R}^{n}$. The set of all their linear combinations is called the span of $\mathbf{a}{1}, \mathbf{a}{2}, \ldots, \mathbf{a}{k}$ and is denoted as
$$
\operatorname{span}\left[\mathbf{a}{1}, \ldots, \mathbf{a}{k}\right]=\left{\sum_{i=1}^{k} \alpha_{i} \mathbf{a}{i} \mid \alpha{1}, \alpha_{2}, \ldots, \alpha_{k} \in \mathbb{R}\right}
$$
Note that the span of any set of vectors is a subspace.
Given a subspace $V$, any set of linearly independent vectors $\left{\mathbf{a}{1}, \ldots, \mathbf{a}{k}\right} \subset V$ such that $V=\operatorname{span}\left[\mathbf{a}{1}, \ldots, \mathbf{a}{k}\right]$ is referred to as a basis of the subspace $V$. All bases of a subspace $V$ contain the same number of vectors and this number is called the dimension of $V$ and is denoted as $\operatorname{dim}(V)$. Any vector in $V$ can be represented uniquely by a linear combination of the vectors of any basis of $V$.
Range space, null space, and orthogonal projection
Let $\mathbf{A}=\left[\mathbf{a}{1}, \ldots, \mathbf{a}{n}\right] \in \mathbb{R}^{m \times n}$. The range space or image (also a subspace) of the matrix $\mathbf{A}$ is defined as
$$
\mathcal{R}(\mathbf{A})=\left{\mathbf{y} \in \mathbb{R}^{m} \mid \mathbf{y}=\mathbf{A} \mathbf{x}, \mathbf{x} \in \mathbb{R}^{n}\right}=\operatorname{span}\left[\mathbf{a}{1}, \ldots, \mathbf{a}{n}\right],
$$
and the rank of $\mathbf{A}$, denoted as $\operatorname{rank}(\mathbf{A})$, is the maximum number of independent columns (or independent rows) of $\mathbf{A}$. In fact, $\operatorname{dim}(\mathcal{R}(\mathbf{A}))=\operatorname{rank}(\mathbf{A})$. Some facts about matrix rank are as follows:

  • If $\mathbf{A} \in \mathbb{R}^{m \times k}, \mathbf{B} \in \mathbb{R}^{k \times n}$, then
    $$
    \operatorname{rank}(\mathbf{A})+\operatorname{rank}(\mathbf{B})-k \leq \operatorname{rank}(\mathbf{A B}) \leq \min {\operatorname{rank}(\mathbf{A}), \operatorname{rank}(\mathbf{B})} .
    $$
  • If $\mathbf{A} \in \mathbb{R}^{m \times m}, \mathbf{C} \in \mathbb{R}^{n \times n}$ are both nonsingular, and $\mathbf{B} \in \mathbb{R}^{m \times n}$, then
    $$
    \operatorname{rank}(\mathbf{B})=\operatorname{rank}(\mathbf{A B})=\operatorname{rank}(\mathbf{B C})=\operatorname{rank}(\mathbf{A B C}) .
    $$

数学代写|凸优化作业代写Convex Optimization代考|Matrix determinant and inverse

Let $\mathbf{A}=\left{a_{i, j}\right}_{n \times n} \in \mathbb{R}^{n \times n}$ and $\mathcal{A}{i j} \in \mathbb{R}^{(n-1) \times(n-1)}$ be the submatrix of $\mathbf{A}$ by deleting the $i$ th row and $j$ th column of $\mathbf{A}$. Then the detrminant of $\mathbf{A}$ is defined as $$ \operatorname{det}(\mathbf{A})= \begin{cases}\sum{j=1}^{n} a_{i j} \cdot(-1)^{i+j} \operatorname{det}\left(\mathcal{A}{i j}\right), & \forall i \in{1, \ldots, n} \ \sum{i=1}^{n} a_{i j} \cdot(-1)^{i+j} \operatorname{det}\left(\mathcal{A}{i j}\right), & \forall j \in{1, \ldots, n}\end{cases} $$ which is called the cofactor expansion since the term in each summation $(-1)^{i+j} \operatorname{det}\left(\mathcal{A}{i j}\right)$ is the $(i, j)$ th cofactor of $\mathbf{A}$.
The inverse of $\mathbf{A}$ is defined as
$$
\mathbf{A}^{-1}=\frac{1}{\operatorname{det}(\mathbf{A})} \cdot \operatorname{adj}(\mathbf{A})
$$
where $\operatorname{adj}(\mathbf{A}) \in \mathbb{R}^{n \times n}$ denotes the adjoint matrix of $\mathbf{A}$ with the $(j, i)$ th element given by
$$
{\operatorname{adj}(\mathbf{A})}_{j i}=(-1)^{i+j} \operatorname{det}\left(\boldsymbol{A}{i j}\right) . $$ A useful matrix inverse identity, called the Woodbury identity, is given by Some other useful matrix inverse identities and matrix determinants are given as follows: $$ \begin{aligned} (\mathbf{A B})^{-1} &=\mathbf{B}^{-1} \mathbf{A}^{-1} \ \left(\mathbf{A}^{T}\right)^{-1} &=\left(\mathbf{A}^{-1}\right)^{T} \ \operatorname{det}\left(\mathbf{A}^{T}\right) &=\operatorname{det}(\mathbf{A}) \ \operatorname{det}\left(\mathbf{A}^{-1}\right) &=1 / \operatorname{det}(\mathbf{A}) \ \operatorname{det}(\mathbf{A B}) &=\operatorname{det}(\mathbf{A}) \cdot \operatorname{det}(\mathbf{B}) \ \operatorname{det}\left(\mathbf{I}{n}+\mathbf{u} \mathbf{v}^{T}\right) &=1+\mathbf{u}^{T} \mathbf{v}, \mathbf{u}, \mathbf{v} \in \mathbb{R}^{n} .
\end{aligned}
$$
Note that $\mathbf{u v}^{T}$ in (1.85) is a rank-1 asymmetric $n \times n$ matrix with one nonzero eigenvalue equal to $\mathbf{u}^{T} \mathbf{v}$ and a corresponding eigenvector $\mathbf{u}$ (to be introduced in Subsection 1.2.5).

数学代写|凸优化作业代写Convex Optimization代考|Positive definiteness and semidefiniteness

An $n \times n$ real symmetric matrix $\mathbf{M}$ is positive definite (PD) (i.e., $\mathbf{M} \in \mathbb{S}{++}^{n}$ ) if $\mathbf{z}^{T} \mathbf{M z}>0$ for any nonzero vector $\mathbf{z} \in \mathbb{R}^{n}$, where $\mathbf{z}^{T}$ denotes the transpose of $\mathbf{z}$. $\mathbf{M} \succ \mathbf{0}$ is also used to denote that $\mathbf{M}$ is a $\mathrm{PD}$ matrix. For complex matrices, this definition becomes: a Hermitian matrix $\mathbf{M}=\mathbf{M}^{H}=\left(\mathbf{M}^{*}\right)^{T} \in \mathbb{H}{++}^{n}$ is positive definite if $\mathbf{z}^{H} \mathbf{M z}>0$ for any nonzero complex vector $\mathbf{z} \in \mathbb{C}^{n}$, where $\mathbf{z}^{H}$ denotes the conjugate transpose of $z$.

Remark $1.16$ An $n \times n$ real symmetric matrix $\mathbf{M}$ is said to be positive semidefinite $(\mathrm{PSD})$ (i.e., $\left.\mathbf{M} \in \mathrm{S}{+}^{n}\right)$ and negative definite if $\mathbf{z}^{T} \mathbf{M z} \geq 0$ and $\mathbf{z}^{T} \mathbf{M z}<0$, respectively, for any nonzero vector $z \in \mathbb{R}^{n}$. An $n \times n$ Hermitian PSD matrix can be defined similarly, and $\mathbf{M} \succeq \mathbf{0}$ is also used to denote that $\mathbf{M}$ is a PSD matrix. A real symmetric $n \times n$ matrix $\mathbf{X}$ is called indefinite if there exist $\mathbf{z}{1}, \mathbf{z}{2} \in \mathbb{R}^{n}$ such that $\mathbf{z}{1}^{T} \mathbf{X} \mathbf{z}{1}>0$ and $\mathbf{z}{2}^{T} \mathbf{X} \mathbf{z}{2}<0$; so is the case of indefinite $n \times n$ Hermitian matrix $\mathbf{X}$ for which $\mathbf{z}{1}^{H} \mathbf{X} \mathbf{z}{1}>0$ and $\mathbf{z}{2}^{H} \mathbf{X} \mathbf{z}{2}<0$ where $\mathbf{z}{1}, \mathbf{z}_{2} \in \mathbb{C}^{n}$.

Remark 1.17 The mathematical definitions of PD and PSD matrices do not require the matrix to be symmetric or Hermitian. However, we only concentrate on the real symmetric matrices or complex Hermitian matrices because this is the case in most practical applications by our experience on one hand, and a lot of available mathematical results on symmetric or Hermitian matrices can be utilized in the development and analysis of convex optimization algorithms on the other hand.

数学代写|凸优化作业代写Convex Optimization代考|Linear algebra revisited

凸优化代写

数学代写|凸优化作业代写Convex Optimization代考|Vector subspace

一组向量\left{\mathbf{a}{1}, \ldots, \mathbf{a}{k}\right}\left{\mathbf{a}{1}, \ldots, \mathbf{a}{k}\right}如果以下等式仅在以下情况下成立,则称它是线性独立的一种1=一种2=⋯=一种ķ=0,
一种1一种1+一种2一种2+⋯+一种ķ一种ķ=0.一组向量\left{\mathbf{a}{1}, \ldots, \mathbf{a}{k}\right}\left{\mathbf{a}{1}, \ldots, \mathbf{a}{k}\right}如果集合中的任何一个向量是其余向量的线性组合,或者如果其中一个向量是零向量,则称它是线性相关的。向量集\left{\mathbf{a}{1}, \ldots, \mathbf{a}_{k}\right}\left{\mathbf{a}{1}, \ldots, \mathbf{a}_{k}\right}如果它不是线性独立的,则它是线性相关的,反之亦然。

一个子集在的Rn被称为子空间Rn如果在在向量加法和标量乘法运算下是闭合的(即,一种在1+b在2∈在对全部一种,b∈R和在1,在2∈在)。请注意,每个子空间都必须包含零向量。

让一种1,一种2,…,一种ķ是任意向量Rn. 它们所有线性组合的集合称为一种1,一种2,…,一种ķ并表示为
\operatorname{span}\left[\mathbf{a}{1}, \ldots, \mathbf{a}{k}\right]=\left{\sum_{i=1}^{k} \alpha_{i } \mathbf{a}{i} \mid \alpha{1}, \alpha_{2}, \ldots, \alpha_{k} \in \mathbb{R}\right}\operatorname{span}\left[\mathbf{a}{1}, \ldots, \mathbf{a}{k}\right]=\left{\sum_{i=1}^{k} \alpha_{i } \mathbf{a}{i} \mid \alpha{1}, \alpha_{2}, \ldots, \alpha_{k} \in \mathbb{R}\right}
请注意,任何一组向量的跨度都是一个子空间。
给定一个子空间在, 任何一组线性独立向量\left{\mathbf{a}{1}, \ldots, \mathbf{a}{k}\right} \subset V\left{\mathbf{a}{1}, \ldots, \mathbf{a}{k}\right} \subset V这样在=跨度⁡[一种1,…,一种ķ]被称为子空间的基础在. 子空间的所有基在包含相同数量的向量,这个数字称为在并表示为暗淡⁡(在). 中的任何向量在可以用任意基的向量的线性组合来唯一地表示在.
范围空间、零空间和正交投影
让一种=[一种1,…,一种n]∈R米×n. 矩阵的范围空间或图像(也是子空间)一种定义为
\mathcal{R}(\mathbf{A})=\left{\mathbf{y} \in \mathbb{R}^{m} \mid \mathbf{y}=\mathbf{A} \mathbf{x} , \mathbf{x} \in \mathbb{R}^{n}\right}=\operatorname{span}\left[\mathbf{a}{1}, \ldots, \mathbf{a}{n}\对],\mathcal{R}(\mathbf{A})=\left{\mathbf{y} \in \mathbb{R}^{m} \mid \mathbf{y}=\mathbf{A} \mathbf{x} , \mathbf{x} \in \mathbb{R}^{n}\right}=\operatorname{span}\left[\mathbf{a}{1}, \ldots, \mathbf{a}{n}\对],
和排名一种,记为秩⁡(一种), 是独立列(或独立行)的最大数量一种. 实际上,暗淡⁡(R(一种))=秩⁡(一种). 关于矩阵秩的一些事实如下:

  • 如果一种∈R米×ķ,乙∈Rķ×n, 然后
    秩⁡(一种)+秩⁡(乙)−ķ≤秩⁡(一种乙)≤分钟秩⁡(一种),秩⁡(乙).
  • 如果一种∈R米×米,C∈Rn×n都是非奇异的,并且乙∈R米×n, 然后
    秩⁡(乙)=秩⁡(一种乙)=秩⁡(乙C)=秩⁡(一种乙C).

数学代写|凸优化作业代写Convex Optimization代考|Matrix determinant and inverse

让\mathbf{A}=\left{a_{i, j}\right}_{n \times n} \in \mathbb{R}^{n \times n}\mathbf{A}=\left{a_{i, j}\right}_{n \times n} \in \mathbb{R}^{n \times n}和一种一世j∈R(n−1)×(n−1)是的子矩阵一种通过删除一世第行和j第 列一种. 然后决定因素一种定义为这⁡(一种)={∑j=1n一种一世j⋅(−1)一世+j这⁡(一种一世j),∀一世∈1,…,n ∑一世=1n一种一世j⋅(−1)一世+j这⁡(一种一世j),∀j∈1,…,n这称为辅因子扩展,因为每个求和中的项(−1)一世+j这⁡(一种一世j)是个(一世,j)的辅因子一种.
的倒数一种定义为
一种−1=1这⁡(一种)⋅形容词⁡(一种)
在哪里形容词⁡(一种)∈Rn×n表示伴随矩阵一种与(j,一世)给出的第一个元素
形容词⁡(一种)j一世=(−1)一世+j这⁡(一种一世j).一个有用的矩阵逆恒等式,称为伍德伯里恒等式,由以下给出一些其他有用的矩阵逆恒等式和矩阵行列式:(一种乙)−1=乙−1一种−1 (一种吨)−1=(一种−1)吨 这⁡(一种吨)=这⁡(一种) 这⁡(一种−1)=1/这⁡(一种) 这⁡(一种乙)=这⁡(一种)⋅这⁡(乙) 这⁡(一世n+在在吨)=1+在吨在,在,在∈Rn.
注意在在吨在 (1.85) 中是 rank-1 不对称的n×n具有一个非零特征值的矩阵等于在吨在和相应的特征向量在(将在 1.2.5 小节中介绍)。

数学代写|凸优化作业代写Convex Optimization代考|Positive definiteness and semidefiniteness

一个n×n实对称矩阵米是正定(PD)(即,米∈小号++n) 如果和吨米和>0对于任何非零向量和∈Rn, 在哪里和吨表示转置和. 米≻0也用来表示米是一个磷D矩阵。对于复数矩阵,此定义变为: Hermitian 矩阵米=米H=(米∗)吨∈H++n是肯定的,如果和H米和>0对于任何非零复向量和∈Cn, 在哪里和H表示共轭转置和.

评论1.16一个n×n实对称矩阵米据说是半正定的(磷小号D)(IE,米∈小号+n)和负定如果和吨米和≥0和和吨米和<0,分别对于任何非零向量和∈Rn. 一个n×nHermitian PSD 矩阵可以类似地定义,并且米⪰0也用来表示米是一个PSD矩阵。真正的对称n×n矩阵X如果存在则称为无限期和1,和2∈Rn这样和1吨X和1>0和和2吨X和2<0; 无限期的情况也是如此n×n厄米矩阵X为此和1HX和1>0和和2HX和2<0在哪里和1,和2∈Cn.

备注 1.17 PD 和 PSD 矩阵的数学定义不要求矩阵是对称的或 Hermitian。然而,我们只关注实对称矩阵或复 Hermitian 矩阵,因为根据我们的经验,在大多数实际应用中都是这种情况,并且对称矩阵或 Hermitian 矩阵的许多可用数学结果可用于开发和分析另一方面,凸优化算法。

数学代写|凸优化作业代写Convex Optimization代考 请认准statistics-lab™

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

数学代写|凸优化作业代写Convex Optimization代考|Derivative and gradient

如果你也在 怎样代写凸优化Convex Optimization这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

凸优化是数学优化的一个子领域,研究的是凸集上凸函数最小化的问题。许多类凸优化问题都有多项时间算法,而数学优化一般来说是NP困难的。

statistics-lab™ 为您的留学生涯保驾护航 在代写凸优化Convex Optimization方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计Statistics代写服务。我们的专家在代写凸优化Convex Optimization代写方面经验极为丰富,各种代写凸优化Convex Optimization相关的作业也就用不着说。

我们提供的凸优化Convex Optimization及其相关学科的代写,服务范围广, 其中包括但不限于:

  • Statistical Inference 统计推断
  • Statistical Computing 统计计算
  • Advanced Probability Theory 高等概率论
  • Advanced Mathematical Statistics 高等数理统计学
  • (Generalized) Linear Models 广义线性模型
  • Statistical Machine Learning 统计机器学习
  • Longitudinal Data Analysis 纵向数据分析
  • Foundations of Data Science 数据科学基础
此图片的alt属性为空;文件名为16533746781.png
数学代写|凸优化作业代写Convex Optimization代考|Derivative and gradient

数学代写|凸优化作业代写Convex Optimization代考|Derivative and gradient

Since vector limits are computed by taking the limit of each coordinate function, we can write the function $f: \mathbb{R}^{n} \rightarrow \mathbb{R}^{m}$ for a point $x \in \mathbb{R}^{n}$ as follows:
$$
\boldsymbol{f}(\mathbf{x})=\left[\begin{array}{c}
f_{1}(\mathbf{x}) \
f_{2}(\mathbf{x}) \
\vdots \
f_{m}(\mathbf{x})
\end{array}\right]=\left(f_{1}(\mathbf{x}), f_{2}(\mathbf{x}), \ldots, f_{m}(\mathbf{x})\right)
$$
where each $f_{i}(\mathbf{x})$ is a function from $\mathbb{R}^{n}$ to $\mathbb{R}$. Now, $\frac{\partial \boldsymbol{f}(\mathbf{x})}{\partial x_{j}}$ can be defined as
$$
\frac{\partial \boldsymbol{f}(\mathbf{x})}{\partial x_{j}}=\left[\begin{array}{c}
\frac{\partial f_{1}(\mathbf{x})}{\partial x_{j}} \
\frac{\partial f_{2}(\mathbf{x})}{\partial x_{j}} \
\vdots \
\frac{\partial f_{m}(\mathbf{x})}{\partial x_{j}}
\end{array}\right]=\left(\frac{\partial f_{1}(\mathbf{x})}{\partial x_{j}}, \frac{\partial f_{2}(\mathbf{x})}{\partial x_{j}}, \ldots, \frac{\partial f_{m}(\mathbf{x})}{\partial x_{j}}\right)
$$
The above vector is a tangent vector at the point $\mathrm{x}$ of the curve $f$ obtained by varying only $x_{j}$ (the $j$ th coordinate of $\mathbf{x}$ ) with $x_{i}$ fixed for all $i \neq j$.

The derivative of a differentiable function $f: \mathbb{R}^{n} \rightarrow \mathbb{R}^{m}$ can be represented by $D \boldsymbol{f}(\mathbf{x})$ – an $m \times n$ matrix defined as
$$
\begin{gathered}
=\left[\begin{array}{ccc}
\frac{\partial \boldsymbol{f}(\mathbf{x})}{\partial x_{1}} \frac{\partial \boldsymbol{f}(\mathbf{x})}{\partial x_{2}} & \cdots & \frac{\partial \boldsymbol{f}(\mathbf{x})}{\partial x_{n}}
\end{array}\right]=\left[\begin{array}{c}
\nabla f_{1}(\mathbf{x})^{T} \
\nabla f_{2}(\mathbf{x})^{T} \
\vdots \
\nabla f_{m}(\mathbf{x})^{T}
\end{array}\right] \
=\left[\begin{array}{ccc}
\frac{\partial f_{1}(\mathbf{x})}{\partial x_{1}} \ldots & \frac{\partial f_{1}(\mathbf{x})}{\partial x_{n}} \
\vdots & \vdots \
\frac{\partial f_{m}(\mathbf{x})}{\partial x_{1}} \cdots & \frac{\partial f_{m}(\mathbf{x})}{\partial x_{n}}
\end{array}\right] \in \mathbb{R}^{m \times n}
\end{gathered}
$$
where $\nabla f_{i}(\mathbf{x})$ will be defined below. The above matrix $D \boldsymbol{f}(\mathbf{x})$ is called the Jacobian matrix or derivative matrix of $f$ at the point $\mathbf{x}$.

If the function $f: \mathbb{R}^{n} \rightarrow \mathbb{R}$ is differentiable, then its gradient $\nabla f(\mathbf{x})$ at a point $\mathbf{x}$ can be defined as
$$
f(\mathbf{x})=D f(\mathbf{x})^{T}=\left[\begin{array}{c}
\frac{\partial f(\mathbf{x})}{\partial x_{1}} \
\frac{\partial f(\mathbf{x})}{\partial x_{2}} \
\vdots \
\frac{\partial f(\mathbf{x})}{\partial x_{n}}
\end{array}\right] \in \mathbb{R}^{n}
$$
Note that $\nabla f(\mathbf{x})$ and $\mathbf{x}$ have the same dimension (i.e., both are column vectors of dimension $n$ ). Moreover, if the function $f: \mathbb{R}^{n \times m} \rightarrow \mathbb{R}$ is differentiable, then its gradient $\nabla f(\mathbf{X})$ at a point $\mathbf{X}$ can be defined as
$$
\nabla f(\mathbf{X})=D f(\mathbf{X})^{T}=\left[\begin{array}{ccc}
\frac{\partial f(\mathbf{X})}{\partial x_{1,1}} & \cdots & \frac{\partial f(\mathbf{X})}{\partial x_{1, m}} \
\vdots & \vdots & \vdots \
\frac{\partial f(\mathbf{X})}{\partial x_{n, 1}} \cdots & \frac{\partial f(\mathbf{X})}{\partial x_{n, m}}
\end{array}\right] \in \mathbb{R}^{n \times m}
$$
which also has the same dimension with $\mathbf{X} \in \operatorname{dom} f$.

数学代写|凸优化作业代写Convex Optimization代考|Hessian

Suppose that $f: \mathbb{R}^{n} \rightarrow \mathbb{R}$ is twice differentiable, and all its second partial derivatives exist and are continuous over the domain of $f$. The Hessian $\nabla^{2} f(\mathbf{x})$ of $f$ is defined as follows:
$\nabla^{2} f(\mathbf{x})=D(\nabla f(\mathbf{x}))=\left{\frac{\partial^{2} f(\mathbf{x})}{\partial x_{i} \partial x_{j}}\right}_{n \times n}$
$=\left[\begin{array}{cccc}\frac{\partial^{2} f(\mathbf{x})}{\partial x_{1}^{2}} & \frac{\partial^{2} f(\mathbf{x})}{\partial x_{1} \partial x_{2}} & \cdots & \frac{\partial^{2} f(\mathbf{x})}{\partial x_{1} \partial x_{n}} \ \frac{\partial^{2} f(\mathbf{x})}{\partial x_{2} \partial x_{1}} & \frac{\partial^{2} f(\mathbf{x})}{\partial x_{2}^{2}} & \ldots & \frac{\partial^{2} f(\mathbf{x})}{\partial x_{2} \partial x_{n}} \ \vdots & \vdots & & \vdots \ \frac{\partial^{2} f(\mathbf{x})}{\partial x_{n} \partial x_{1}} & \frac{\partial^{2} f(\mathbf{x})}{\partial x_{n} \partial x_{2}} & \ldots & \frac{\partial^{2} f(\mathbf{x})}{\partial x_{n}^{2}}\end{array}\right] \in \mathbb{S}^{n}$
The Hessian of a function can be used for verifying the convexity of a twice differentiable function, so its calculation is needed quite often. For instance, assuming that
$$
f(\mathbf{x})=\mathbf{x}^{T} \mathbf{P} \mathbf{x}+\mathbf{x}^{T} \mathbf{q}+c,
$$
where $\mathbf{P} \in \mathbb{R}^{n \times n}, \mathbf{q} \in \mathbb{R}^{n}$, and $c \in \mathbb{R}$, one can easily obtain
$$
\nabla f(\mathbf{x})=\left(\mathbf{P}+\mathbf{P}^{T}\right) \mathbf{x}+\mathbf{q}, \quad \nabla^{2} f(\mathbf{x})=D(\nabla f(\mathbf{x}))=\mathbf{P}+\mathbf{P}^{T} .
$$
For the case of $\mathbf{P}=\mathbf{P}^{T} \in \mathbb{S}^{n}$,
$$
\nabla f(\mathbf{x})=2 \mathbf{P x}+\mathbf{q}, \quad \nabla^{2} f(\mathbf{x})=D(\nabla f(\mathbf{x}))=2 \mathbf{P}
$$

Consider another example as follows:
$$
\begin{aligned}
g(\mathbf{y})=|\mathbf{A} \mathbf{x}-\mathbf{z}|_{2}^{2}, \mathbf{y}=(\mathbf{x}, \mathbf{z}) \in \mathbb{R}^{n+m}, \mathbf{A} \in \mathbb{R}^{m \times n} \
\Longrightarrow \nabla g(\mathbf{y}) &=\left[\begin{array}{c}
\nabla_{\mathbf{x}} g(\mathbf{y}) \
\nabla_{\mathbf{z}} g(\mathbf{y})
\end{array}\right]=\left[\begin{array}{cc}
2 \mathbf{A}^{T} \mathbf{A} \mathbf{x}-2 \mathbf{A}^{T} \mathbf{z} \
2 \mathbf{z}-2 \mathbf{A x}
\end{array}\right] \in \mathbb{R}^{n+m} \
\Longrightarrow \nabla^{2} g(\mathbf{y}) &=\left[\begin{array}{cc}
D\left(\nabla_{\mathbf{x}} g(\mathbf{y})\right) \
D\left(\nabla_{\mathbf{z}} g(\mathbf{y})\right)
\end{array}\right]=\left[\begin{array}{cc}
\nabla_{\mathbf{x}}^{2} g(\mathbf{y}) & D_{\mathbf{z}}\left(\nabla_{\mathbf{x}} g(\mathbf{y})\right) \
D_{\mathbf{x}}\left(\nabla_{\mathbf{z}} g(\mathbf{y})\right) & \nabla_{\mathbf{z}}^{2} g(\mathbf{y})
\end{array}\right] \
&=\left[\begin{array}{cc}
2 \mathbf{A}^{T} \mathbf{A} & -2 \mathbf{A}^{T} \
-2 \mathbf{A} & 2 \mathbf{I}{m} \end{array}\right] \in \mathbb{S}^{n+m} \end{aligned} $$ What is the gradient of $f(\mathbf{X})=\log \operatorname{det}(\mathbf{X})$ for $\mathbf{X} \in \mathbb{S}{++}^{n}$ (the set of positive definite matrices)? The answer will be given in Chapter 3 (cf. Remark $3.20$ ).

数学代写|凸优化作业代写Convex Optimization代考|Taylor series

Assume that a function $f: \mathbb{R} \rightarrow \mathbb{R}$ is $m$ times continuously differentiable. Then
$$
\begin{aligned}
f(x+h)=& f(x)+\frac{h}{1 !} f^{(1)}(x)+\frac{h^{2}}{2 !} f^{(2)}(x)+\cdots \
&+\frac{h^{m-1}}{(m-1) !} f^{(m-1)}(x)+R_{m}
\end{aligned}
$$
is called the Taylor series expansion, where $f^{(i)}$ is the $i$ th derivative of $f$, and
$$
R_{m}=\frac{h^{m}}{m !} f^{(m)}(x+\theta h)
$$
is the residual where $\theta \in[0,1]$. If $x=0$, then the series is called Maclaurin series.
On the other hand, if a function is defined as $f: \mathbb{R}^{n} \rightarrow \mathbb{R}$ and if $f$ is $m$ times continuously differentiable, then the Taylor series expansion is given by
$$
\begin{aligned}
f(\mathbf{x}+\mathbf{h})=& f(\mathbf{x})+\frac{d f(\mathbf{x})}{1 !}+\frac{1}{2 !} d^{2} f(\mathbf{x})+\cdots \
&+\frac{1}{(m-1) !} d^{(m-1)} f(\mathbf{x})+R_{m},
\end{aligned}
$$
where
( $h_{i}$ and $x_{i}$, respectively, denoting the $i$ th element of $\mathbf{h}$ and $\mathbf{x}$ ) and
$$
R_{m}=\frac{1}{m !} d^{m} f(\mathbf{x}+\theta \mathbf{h})
$$
for some $\theta \in[0,1]$.

Remark $1.12$ The first-order and second-order Taylor series expansions of a function $f: \mathbb{R}^{n} \rightarrow \mathbb{R}$ are given by
$$
\begin{aligned}
f(\mathbf{x}+\mathbf{h}) &=f(\mathbf{x})+\nabla f\left(\mathbf{x}+\theta_{1} \mathbf{h}\right)^{T} \mathbf{h}=f(\mathbf{x})+D f\left(\mathbf{x}+\theta_{1} \mathbf{h}\right) \mathbf{h} \
&=f(\mathbf{x})+\nabla f(\mathbf{x})^{T} \mathbf{h}+\frac{1}{2} \mathbf{h}^{T} \nabla^{2} f\left(\mathbf{x}+\theta_{2} \mathbf{h}\right) \mathbf{h}
\end{aligned}
$$
for some $\theta_{1}, \theta_{2} \in[0,1]$. When $f: \mathbb{R}^{n \times m} \rightarrow \mathbb{R}$, let $\mathbf{X}=\left{x_{i j}\right}_{n \times m}=\left[\mathbf{x}{1}, \ldots, \mathbf{x}{m}\right]$ and $\mathbf{H}=\left[\mathbf{h}{1}, \ldots, \mathbf{h}{m}\right] \in \mathbb{R}^{n \times m}$. Then the first-order and second-order Taylor series expansions of $f$ are given by
$$
\begin{aligned}
f(\mathbf{X}+\mathbf{H})=& f(\mathbf{X})+\operatorname{Tr}\left(\nabla f\left(\mathbf{X}+\theta_{1} \mathbf{H}\right)^{T} \mathbf{H}\right) \
=& f(\mathbf{X})+\operatorname{Tr}\left(D f\left(\mathbf{X}+\theta_{1} \mathbf{H}\right) \mathbf{H}\right) \
=& f(\mathbf{X})+\operatorname{Tr}\left(\nabla f(\mathbf{X})^{T} \mathbf{H}\right)+\sum_{j=1}^{m} \sum_{l=1}^{m} \mathbf{h}{j}^{T} D{\mathbf{x}{l}}\left(\nabla{\mathbf{x}{j}} f\left(\mathbf{X}+\theta{2} \mathbf{H}\right)\right) \mathbf{h}{l} \ =& f(\mathbf{X})+\operatorname{Tr}\left(\nabla f(\mathbf{X})^{T} \mathbf{H}\right) \ &+\sum{j=1}^{m} \sum_{l=1}^{m} \mathbf{h}{j}^{T}\left{\frac{\partial^{2} f\left(\mathbf{X}+\theta{2} \mathbf{H}\right)}{\partial x_{i j} \partial x_{k l}}\right}_{n \times n} \mathbf{h}{l} \end{aligned} $$ for some $\theta{1}, \theta_{2} \in[0,1]$. Moreover, (1.53) and (1.55) are also the corresponding first-order Taylor series approximations, and (1.54) and (1.56) are the corresponding second-order Taylor series approximations, if $\theta_{1}$ and $\theta_{2}$ are set to zero.
For a differentiable function $\boldsymbol{f}: \mathbb{R}^{n} \rightarrow \mathbb{R}^{m}$, the first-order Taylor series expansion is given by
$$
\boldsymbol{f}(\mathrm{x}+\mathbf{h})=\boldsymbol{f}(\mathrm{x})+(D \boldsymbol{f}(\mathrm{x}+\theta \mathbf{h})) \mathbf{h}
$$
for some $\theta \in[0,1]$, which is also the corresponding first-order Taylor series approximation of $\boldsymbol{f}(\mathbf{x})$ if $\theta$ is set to zero.

数学代写|凸优化作业代写Convex Optimization代考|Derivative and gradient

凸优化代写

数学代写|凸优化作业代写Convex Optimization代考|Derivative and gradient

由于向量限制是通过获取每个坐标函数的限制来计算的,所以我们可以编写函数F:Rn→R米为了一点X∈Rn如下:
F(X)=[F1(X) F2(X) ⋮ F米(X)]=(F1(X),F2(X),…,F米(X))
其中每个F一世(X)是一个函数Rn到R. 现在,∂F(X)∂Xj可以定义为
∂F(X)∂Xj=[∂F1(X)∂Xj ∂F2(X)∂Xj ⋮ ∂F米(X)∂Xj]=(∂F1(X)∂Xj,∂F2(X)∂Xj,…,∂F米(X)∂Xj)
上面的向量是该点的切向量X曲线的F仅通过变化获得Xj(这j的坐标X) 和X一世为所有人固定一世≠j.

可微函数的导数F:Rn→R米可以表示为DF(X)- 一个米×n矩阵定义为
=[∂F(X)∂X1∂F(X)∂X2⋯∂F(X)∂Xn]=[∇F1(X)吨 ∇F2(X)吨 ⋮ ∇F米(X)吨] =[∂F1(X)∂X1…∂F1(X)∂Xn ⋮⋮ ∂F米(X)∂X1⋯∂F米(X)∂Xn]∈R米×n
在哪里∇F一世(X)将在下面定义。上述矩阵DF(X)称为雅可比矩阵或导数矩阵F在这一点上X.

如果函数F:Rn→R是可微的,那么它的梯度∇F(X)在某一点X可以定义为
F(X)=DF(X)吨=[∂F(X)∂X1 ∂F(X)∂X2 ⋮ ∂F(X)∂Xn]∈Rn
注意∇F(X)和X具有相同的维度(即,两者都是维度的列向量n)。此外,如果函数F:Rn×米→R是可微的,那么它的梯度∇F(X)在某一点X可以定义为
∇F(X)=DF(X)吨=[∂F(X)∂X1,1⋯∂F(X)∂X1,米 ⋮⋮⋮ ∂F(X)∂Xn,1⋯∂F(X)∂Xn,米]∈Rn×米
它也具有相同的尺寸X∈dom⁡F.

数学代写|凸优化作业代写Convex Optimization代考|Hessian

假设F:Rn→R是二次可微的,并且它的所有二阶偏导数都存在并且在域上是连续的F. 黑森州∇2F(X)的F定义如下:
\nabla^{2} f(\mathbf{x})=D(\nabla f(\mathbf{x}))=\left{\frac{\partial^{2} f(\mathbf{x})} {\partial x_{i} \partial x_{j}}\right}_{n \times n}\nabla^{2} f(\mathbf{x})=D(\nabla f(\mathbf{x}))=\left{\frac{\partial^{2} f(\mathbf{x})} {\partial x_{i} \partial x_{j}}\right}_{n \times n}
=[∂2F(X)∂X12∂2F(X)∂X1∂X2⋯∂2F(X)∂X1∂Xn ∂2F(X)∂X2∂X1∂2F(X)∂X22…∂2F(X)∂X2∂Xn ⋮⋮⋮ ∂2F(X)∂Xn∂X1∂2F(X)∂Xn∂X2…∂2F(X)∂Xn2]∈小号n
函数的 Hessian 可用于验证二次可微函数的凸性,因此经常需要对其进行计算。例如,假设
F(X)=X吨磷X+X吨q+C,
在哪里磷∈Rn×n,q∈Rn, 和C∈R, 很容易得到
∇F(X)=(磷+磷吨)X+q,∇2F(X)=D(∇F(X))=磷+磷吨.
对于的情况磷=磷吨∈小号n,
∇F(X)=2磷X+q,∇2F(X)=D(∇F(X))=2磷

考虑另一个例子如下:
G(是)=|一种X−和|22,是=(X,和)∈Rn+米,一种∈R米×n ⟹∇G(是)=[∇XG(是) ∇和G(是)]=[2一种吨一种X−2一种吨和 2和−2一种X]∈Rn+米 ⟹∇2G(是)=[D(∇XG(是)) D(∇和G(是))]=[∇X2G(是)D和(∇XG(是)) DX(∇和G(是))∇和2G(是)] =[2一种吨一种−2一种吨 −2一种2一世米]∈小号n+米什么是梯度F(X)=日志⁡这⁡(X)为了X∈小号++n(一组正定矩阵)?答案将在第 3 章中给出(参见备注3.20 ).

数学代写|凸优化作业代写Convex Optimization代考|Taylor series

假设一个函数F:R→R是米次连续可微。然后
F(X+H)=F(X)+H1!F(1)(X)+H22!F(2)(X)+⋯ +H米−1(米−1)!F(米−1)(X)+R米
称为泰勒级数展开式,其中F(一世)是个一世的导数F, 和
R米=H米米!F(米)(X+θH)
是残差θ∈[0,1]. 如果X=0,则该级数称为麦克劳林级数。
另一方面,如果一个函数被定义为F:Rn→R而如果F是米次连续可微,则泰勒级数展开式由下式给出
F(X+H)=F(X)+dF(X)1!+12!d2F(X)+⋯ +1(米−1)!d(米−1)F(X)+R米,
其中
(H一世和X一世,分别表示一世第一个元素H和X) 和
R米=1米!d米F(X+θH)
对于一些θ∈[0,1].

评论1.12函数的一阶和二阶泰勒级数展开F:Rn→R由
F(X+H)=F(X)+∇F(X+θ1H)吨H=F(X)+DF(X+θ1H)H =F(X)+∇F(X)吨H+12H吨∇2F(X+θ2H)H
对于一些θ1,θ2∈[0,1]. 什么时候F:Rn×米→R, 让\mathbf{X}=\left{x_{i j}\right}_{n \times m}=\left[\mathbf{x}{1}, \ldots, \mathbf{x}{m}\right]\mathbf{X}=\left{x_{i j}\right}_{n \times m}=\left[\mathbf{x}{1}, \ldots, \mathbf{x}{m}\right]和H=[H1,…,H米]∈Rn×米. 那么一阶和二阶泰勒级数展开F由
\begin{aligned} f(\mathbf{X}+\mathbf{H})=& f(\mathbf{X})+\operatorname{Tr}\left(\nabla f\left(\mathbf{X}+ \theta_{1} \mathbf{H}\right)^{T} \mathbf{H}\right) \ =& f(\mathbf{X})+\operatorname{Tr}\left(D f\left( \mathbf{X}+\theta_{1} \mathbf{H}\right) \mathbf{H}\right) \ =& f(\mathbf{X})+\operatorname{Tr}\left(\nabla f (\mathbf{X})^{T} \mathbf{H}\right)+\sum_{j=1}^{m} \sum_{l=1}^{m} \mathbf{h}{j} ^{T} D{\mathbf{x}{l}}\left(\nabla{\mathbf{x}{j}} f\left(\mathbf{X}+\theta{2} \mathbf{H} \right)\right) \mathbf{h}{l} \ =& f(\mathbf{X})+\operatorname{Tr}\left(\nabla f(\mathbf{X})^{T} \mathbf {H}\right) \ &+\sum{j=1}^{m} \sum_{l=1}^{m} \mathbf{h}{j}^{T}\left{\frac{\部分^{2} f\left(\mathbf{X}+\theta{2} \mathbf{H}\right)}{\partial x_{i j} \partial x_{k l}}\right}_{n \次 n} \mathbf{h}{l} \end{aligned}\begin{aligned} f(\mathbf{X}+\mathbf{H})=& f(\mathbf{X})+\operatorname{Tr}\left(\nabla f\left(\mathbf{X}+ \theta_{1} \mathbf{H}\right)^{T} \mathbf{H}\right) \ =& f(\mathbf{X})+\operatorname{Tr}\left(D f\left( \mathbf{X}+\theta_{1} \mathbf{H}\right) \mathbf{H}\right) \ =& f(\mathbf{X})+\operatorname{Tr}\left(\nabla f (\mathbf{X})^{T} \mathbf{H}\right)+\sum_{j=1}^{m} \sum_{l=1}^{m} \mathbf{h}{j} ^{T} D{\mathbf{x}{l}}\left(\nabla{\mathbf{x}{j}} f\left(\mathbf{X}+\theta{2} \mathbf{H} \right)\right) \mathbf{h}{l} \ =& f(\mathbf{X})+\operatorname{Tr}\left(\nabla f(\mathbf{X})^{T} \mathbf {H}\right) \ &+\sum{j=1}^{m} \sum_{l=1}^{m} \mathbf{h}{j}^{T}\left{\frac{\部分^{2} f\left(\mathbf{X}+\theta{2} \mathbf{H}\right)}{\partial x_{i j} \partial x_{k l}}\right}_{n \次 n} \mathbf{h}{l} \end{aligned}对于一些θ1,θ2∈[0,1]. 此外,(1.53) 和 (1.55) 也是对应的一阶泰勒级数逼近,而 (1.54) 和 (1.56) 是对应的二阶泰勒级数逼近,如果θ1和θ2被设置为零。
对于可微函数F:Rn→R米,一阶泰勒级数展开由下式给出
F(X+H)=F(X)+(DF(X+θH))H
对于一些θ∈[0,1],这也是对应的一阶泰勒级数逼近F(X)如果θ设置为零。

数学代写|凸优化作业代写Convex Optimization代考 请认准statistics-lab™

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

数学代写|凸优化作业代写Convex Optimization代考|Mathematical Background

如果你也在 怎样代写凸优化Convex Optimization这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

凸优化是数学优化的一个子领域,研究的是凸集上凸函数最小化的问题。许多类凸优化问题都有多项时间算法,而数学优化一般来说是NP困难的。

statistics-lab™ 为您的留学生涯保驾护航 在代写凸优化Convex Optimization方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计Statistics代写服务。我们的专家在代写凸优化Convex Optimization代写方面经验极为丰富,各种代写凸优化Convex Optimization相关的作业也就用不着说。

我们提供的凸优化Convex Optimization及其相关学科的代写,服务范围广, 其中包括但不限于:

  • Statistical Inference 统计推断
  • Statistical Computing 统计计算
  • Advanced Probability Theory 高等概率论
  • Advanced Mathematical Statistics 高等数理统计学
  • (Generalized) Linear Models 广义线性模型
  • Statistical Machine Learning 统计机器学习
  • Longitudinal Data Analysis 纵向数据分析
  • Foundations of Data Science 数据科学基础
此图片的alt属性为空;文件名为16533746781.png
数学代写|凸优化作业代写Convex Optimization代考|Mathematical Background

数学代写|凸优化作业代写Convex Optimization代考|Mathematical prerequisites

Convex (CVX) optimization is an important class of optimization techniques that includes least squares and linear programs as special cases, and has been extensively used in various science and engineering areas. If one can formulate a practical problem as a convex optimization problem, then actually he (she) has solved the original problem (for an optimal solution either analytically or numerically), like least squares (LS) or linear program, (almost) technology. This chapter provides some essential mathematical basics of vector spaces, norms, sets, functions, matrices, and linear algebra, etc., in order to smoothly introduce the CVX optimization theory from fundamentals to applications in each of the following chapters. It is expected that the CVX optimization theory will be more straightforward and readily understood and learned.

In this section, let us introduce all the notations and abbreviations and some mathematical preliminaries that will be used in the remainder of the book. Our notations and abbreviations are standard, following those widely used in convex optimization for signal processing and communications, that are defined, respectively, as follows:
Notations:
$\mathbb{R}, \mathbb{R}^{n}, \mathbb{R}^{m \times n} \quad$ Set of real numbers, $n$-vectors, $m \times n$ matrices
$\mathbb{C}, \mathbb{C}^{n}, \mathbb{C}^{m \times n} \quad$ Set of complex numbers, $n$-vectors, $m \times n$ matrices
$\mathbb{R}{+}, \mathbb{R}{+}^{n}, \mathbb{R}{+}^{m \times n} \quad$ Set of nonnegative real numbers, $n$-vectors, $m \times n$ matrices $\mathbb{R}{++}, \mathbb{R}{++}^{n}, \mathbb{R}{++}^{m \times n} \quad$ Set of positive real numbers, $n$-vectors, $m \times n$ matrices
$\mathbb{Z}, \mathbb{Z}{+}, \mathbb{Z}{++} \quad$ Set of integers, nonnegative integers, positive integers

数学代写|凸优化作业代写Convex Optimization代考|Vector norm

In linear algebra, functional analysis and related areas of mathematics, norm is a function that assigns a strictly positive length or size to all vectors (other than the zero vector) in a vector space. A vector space with a norm is called

a normed vector space. A simple example is the 2-dimensional Euclidean space ” $\mathbb{R}^{2 n}$ equipped with the Euclidean norm or 2 -norm. Elements in this vector space are usually drawn as arrows in a 2-dimensional Cartesian coordinate system starting at the origin $0_{2}$. The Euclidean norm assigns to each vector the length from the origin to the vector end. Because of this, the Euclidean norm is often known as the magnitude of the vector.

Given a vector space $V$ over a subfield $F$ of real (or complex) numbers, norm of a vector in $V$ is a function $|\cdot|: V \rightarrow \mathbb{R}_{+}$with the following axioms: For all $a$ in $F$ and all $\mathbf{u}$ and $v \in V$,

  • $|a \mathbf{v}|=|a| \cdot|\mathbf{v}|$ (positive homogeneity or positive scalability).
  • $|\mathbf{u}+\mathbf{v}| \leq|\mathbf{u}|+|\mathbf{v}|$ (triangle inequality or subadditivity).
  • $|\mathbf{v}|=0$ if and only if $\mathbf{v}$ is the zero vector (positive definiteness).
    A simple consequence of the first two axioms, positive homogeneity and the triangle inequality, is $|\mathbf{0}|=0$ and thus $|\mathbf{v}| \geq 0$ (positivity).

The $\ell_{p}$-norm (or $p$-norm) of a vector $v$ is usually denoted as $\left|_{v}\right|_{p}$ and is defined as:
$$
|\mathbf{v}|_{p}=\left(\sum_{i=1}^{n}\left|v_{i}\right|^{p}\right)^{1 / p}
$$
where $p \geq 1$. The above formula for $0<p<1$ is a well-defined function of $\mathbf{v}$, but it is not a norm of $\mathbf{v}$, because it violates the triangle inequality. For $p=1$ and $p=2$,
$$
\begin{aligned}
&|\mathbf{v}|_{1}=\sum_{i=1}^{n}\left|v_{i}\right|, \
&|\mathbf{v}|_{2}=\left(\sum_{i=1}^{n}\left|v_{i}\right|^{2}\right)^{1 / 2}
\end{aligned}
$$
When $p=\infty$, the norm is called maximum norm or infinity norm or uniform norm or supremum norm and can be expressed as
$$
|\mathbf{v}|_{\infty}=\max \left{\left|v_{1}\right|,\left|v_{2}\right|, \ldots,\left|v_{n}\right|\right} .
$$
Note that 1-norm, 2-norm (which is also called the Euclidean norm), and $\infty$ norm have been widely used in various science and engineering problems, while for other values of $p$ (e.g., $p=3,4,5, \ldots$ ) $p$-norm remain theoretical but not yet practical.

Remark 1.2 Every norm is a convex function (which will be introduced in Chapter 3). As a result, finding a global optimum of a norm-based objective function is often tractable.

数学代写|凸优化作业代写Convex Optimization代考|Matrix norm

In mathematics, a matrix norm is a natural extension of the notion of a vector norm to matrices. Some useful matrix norms needed throughout the book are introduced next.
The Frobenius norm of an $m \times n$ matrix $\mathbf{A}$ is defined as
$$
|\mathbf{A}|_{\mathrm{F}}=\left(\sum_{i=1}^{m} \sum_{j=1}^{n}\left|[\mathbf{A}]{i j}\right|^{2}\right)^{1 / 2}=\sqrt{\operatorname{Tr}\left(\mathbf{A}^{T} \mathbf{A}\right)} $$ where $$ \operatorname{Tr}(\mathbf{X})=\sum{i=1}^{n}[\mathbf{X}]_{i i}
$$
denotes the trace of a square matrix $\mathbf{X} \in \mathbb{R}^{n \times n}$. As $n=1$, A reduces to a column vector of dimension $m$ and its Frobenius norm also reduces to the 2-norm of the vector.

The other class of norm is known as the induced norm or operator norm. Suppose that $|\cdot|_{a}$ and $|\cdot|_{b}$ are norms on $\mathbb{R}^{m}$ and $\mathbb{R}^{n}$, respectively. Then the operator/induced norm of $\mathbf{A} \in \mathbb{R}^{m \times n}$, induced by the norms $|\cdot|_{a}$ and $|\cdot|_{b}$, is defined as
$$
|\mathbf{A}|_{a, b}=\sup \left{|\mathbf{A} \mathbf{u}|_{a} \mid|\mathbf{u}|_{b} \leq 1\right},
$$
where $\sup (C)$ denotes the least upper bound of the set $C$. As $a=b$, we simply denote $|\mathbf{A}|_{a, b}$ by $|\mathbf{A}|_{a}$.
Commonly used induced norms of an $m \times n$ matrix
$$
\mathbf{A}=\left{a_{i j}\right}_{m \times n}=\left[\mathbf{a}{1}, \ldots, \mathbf{a}{n}\right]
$$
are as follows:
$$
|\mathbf{A}|_{1}=\max {|\mathbf{u}|{1} \leq 1}\left|\sum_{j=1}^{n} u_{j} \mathbf{a}{j}\right|{1}, \quad(a=b=1)
$$
$\leq \max {|\mathbf{u}|{1 \leq 1}} \sum_{j=1}^{n}\left|u_{j}\right| \cdot\left|\mathbf{a}{j}\right|{1}$ (by triangle inequality)
$$
=\max {1 \leq j \leq n}\left|\mathbf{a}{j}\right|_{1}=\max {1 \leq j \leq n} \sum{i=1}^{m}\left|a_{i j}\right|
$$
(with the inequality to hold with equality for $\mathbf{u}=\mathbf{e}{l}$ where $l=$ $\arg \max {1 \leq j \leq n}\left|\mathbf{a}{j}\right|{1}$ ) which is simply the maximum absolute column sum

of the matrix.
$|\mathbf{A}|_{\infty}=\max {|\mathbf{u}|{\infty \leq 1}}\left{\max {1 \leq i \leq m}\left|\sum{j=1}^{n} a_{i j} u_{j}\right|\right}, \quad(a=b=\infty)$
$=\max {1 \leq i \leq m} \sum{j=1}^{n}\left|a_{i j}\right|, \quad$ (i.e., $u_{j}=\operatorname{sgn}\left{a_{i j}\right} \forall j$ )
which is simply the maximum absolute row sum of the matrix.
In the special case of $a=b=2$, the induced norm is called the spectral norm or $\ell_{2}$ norm. The spectral norm of a matrix $\mathbf{A}$ is the largest singular value of A or the square root of the largest eigenvalue of the positive semidefinite matrix $\mathbf{A}^{T} \mathbf{A}$, i.e..
$$
|\mathbf{A}|_{2}=\sup \left{|\mathbf{A} \mathbf{u}|_{2} \mid|\mathbf{u}|_{2} \leq 1\right}=\sigma_{\max }(\mathbf{A})=\sqrt{\lambda_{\max }\left(\mathbf{A}^{T} \mathbf{A}\right)}
$$
The singular values of a matrix A will be defined in (1.109) and their relation to the corresponding eigenvalues of $\mathbf{A}^{T} \mathbf{A}$ (or $\mathbf{A} \mathbf{A}^{T}$ ) is given by (1.116) in Subsection 1.2.6 later.

数学代写|凸优化作业代写Convex Optimization代考|Mathematical Background

凸优化代写

数学代写|凸优化作业代写Convex Optimization代考|Mathematical prerequisites

凸优化(CVX)是一类重要的优化技术,包括最小二乘法和线性规划作为特例,已广泛应用于各个科学和工程领域。如果一个人可以将一个实际问题表述为凸优化问题,那么实际上他(她)已经解决了原始问题(解析或数值上的最优解),如最小二乘法(LS)或线性规划,(几乎)技术。本章提供向量空间、范数、集合、函数、矩阵和线性代数等一些基本的数学基础知识,以便在接下来的每一章中顺利地介绍CVX优化理论从基础到应用。预计 CVX 优化理论将更加直接,易于理解和学习。

在本节中,让我们介绍本书其余部分将使用的所有符号和缩写以及一些数学预备知识。我们的符号和缩写是标准的,遵循在信号处理和通信的凸优化中广泛使用的那些,它们分别定义如下

R,Rn,R米×n实数集,n-向量,米×n矩阵
C,Cn,C米×n复数集,n-向量,米×n矩阵
R+,R+n,R+米×n一组非负实数,n-向量,米×n矩阵R++,R++n,R++米×n一组正实数,n-向量,米×n矩阵
从,从+,从++整数集、非负整数、正整数

数学代写|凸优化作业代写Convex Optimization代考|Vector norm

在线性代数、泛函分析和相关数学领域中,范数是一个函数,它为向量空间中的所有向量(零向量除外)分配严格的正长度或大小。具有范数的向量空间称为

一个规范的向量空间。一个简单的例子是二维欧几里得空间”R2n配备欧几里得范数或 2 范数。此向量空间中的元素通常在从原点开始的二维笛卡尔坐标系中绘制为箭头02. 欧几里得范数为每个向量分配从原点到向量末端的长度。因此,欧几里得范数通常被称为向量的大小。

给定一个向量空间在在一个子域上F实数(或复数),向量的范数在是一个函数|⋅|:在→R+具有以下公理:对于所有人一种在F和所有在和在∈在,

  • |一种在|=|一种|⋅|在|(正同质性或正可扩展性)。
  • |在+在|≤|在|+|在|(三角不等式或次可加性)。
  • |在|=0当且仅当在是零向量(正定性)。
    前两个公理,正同质性和三角不等式的简单推论是|0|=0因此|在|≥0(积极性)。

这ℓp-规范(或p-norm) 向量的在通常表示为|在|p并定义为:
|在|p=(∑一世=1n|在一世|p)1/p
在哪里p≥1. 上述公式为0<p<1是一个定义明确的函数在, 但这不是一个规范在,因为它违反了三角不等式。为了p=1和p=2,
|在|1=∑一世=1n|在一世|, |在|2=(∑一世=1n|在一世|2)1/2
什么时候p=∞,范数称为最大范数或无穷范数或统一范数或上范数,可以表示为
|\mathbf{v}|_{\infty}=\max \left{\left|v_{1}\right|,\left|v_{2}\right|, \ldots,\left|v_{n} \对|\对} 。|\mathbf{v}|_{\infty}=\max \left{\left|v_{1}\right|,\left|v_{2}\right|, \ldots,\left|v_{n} \对|\对} 。
请注意,1-范数、2-范数(也称为欧几里得范数)和∞范数已广泛用于各种科学和工程问题,而对于其他值p(例如,p=3,4,5,… ) p-norm 仍然是理论上的,但还不实用。

备注 1.2 每个范数都是一个凸函数(将在第 3 章介绍)。因此,找到基于范数的目标函数的全局最优值通常是容易处理的。

数学代写|凸优化作业代写Convex Optimization代考|Matrix norm

在数学中,矩阵范数是向量范数概念对矩阵的自然扩展。接下来介绍整本书所需的一些有用的矩阵范数。
的 Frobenius 范数米×n矩阵一种定义为
|一种|F=(∑一世=1米∑j=1n|[一种]一世j|2)1/2=Tr⁡(一种吨一种)在哪里Tr⁡(X)=∑一世=1n[X]一世一世
表示方阵的迹X∈Rn×n. 作为n=1, A 减少为一个维度的列向量米并且它的 Frobenius 范数也简化为向量的 2 范数。

另一类范数称为诱导范数或算子范数。假设|⋅|一种和|⋅|b是关于R米和Rn, 分别。那么算子/诱导范数一种∈R米×n, 由规范诱导|⋅|一种和|⋅|b, 定义为
|\mathbf{A}|_{a, b}=\sup \left{|\mathbf{A} \mathbf{u}|_{a} \mid|\mathbf{u}|_{b} \leq 1\右},|\mathbf{A}|_{a, b}=\sup \left{|\mathbf{A} \mathbf{u}|_{a} \mid|\mathbf{u}|_{b} \leq 1\右},
在哪里支持(C)表示集合的最小上界C. 作为一种=b, 我们简单地表示|一种|一种,b经过|一种|一种.
常用的诱导范数米×n矩阵
\mathbf{A}=\left{a_{i j}\right}_{m \times n}=\left[\mathbf{a}{1}, \ldots, \mathbf{a}{n}\right]\mathbf{A}=\left{a_{i j}\right}_{m \times n}=\left[\mathbf{a}{1}, \ldots, \mathbf{a}{n}\right]
如下面所述:
|一种|1=最大限度|在|1≤1|∑j=1n在j一种j|1,(一种=b=1)
≤最大限度|在|1≤1∑j=1n|在j|⋅|一种j|1(通过三角不等式)
=最大限度1≤j≤n|一种j|1=最大限度1≤j≤n∑一世=1米|一种一世j|
(不等式成立在=和l在哪里l= 参数⁡最大限度1≤j≤n|一种j|1) 这只是最大绝对列总和

的矩阵。
|\mathbf{A}|_{\infty}=\max {|\mathbf{u}|{\infty \leq 1}}\left{\max {1 \leq i \leq m}\left|\sum {j=1}^{n} a_{i j} u_{j}\right|\right}, \quad(a=b=\infty)|\mathbf{A}|_{\infty}=\max {|\mathbf{u}|{\infty \leq 1}}\left{\max {1 \leq i \leq m}\left|\sum {j=1}^{n} a_{i j} u_{j}\right|\right}, \quad(a=b=\infty)
=最大限度1≤一世≤米∑j=1n|一种一世j|,(IE,u_{j}=\operatorname{sgn}\left{a_{i j}\right} \forall ju_{j}=\operatorname{sgn}\left{a_{i j}\right} \forall j)
这只是矩阵的最大绝对行和。
在特殊情况下一种=b=2,诱导范数称为谱范数或ℓ2规范。矩阵的谱范数一种是 A 的最大奇异值或正半定矩阵的最大特征值的平方根一种吨一种, IE。
|\mathbf{A}|_{2}=\sup \left{|\mathbf{A} \mathbf{u}|_{2} \mid|\mathbf{u}|_{2} \leq 1\右}=\sigma_{\max }(\mathbf{A})=\sqrt{\lambda_{\max }\left(\mathbf{A}^{T} \mathbf{A}\right)}|\mathbf{A}|_{2}=\sup \left{|\mathbf{A} \mathbf{u}|_{2} \mid|\mathbf{u}|_{2} \leq 1\右}=\sigma_{\max }(\mathbf{A})=\sqrt{\lambda_{\max }\left(\mathbf{A}^{T} \mathbf{A}\right)}
矩阵 A 的奇异值将在 (1.109) 中定义,它们与对应的特征值的关系一种吨一种(或者一种一种吨) 在后面的 1.2.6 小节中由 (1.116) 给出。

数学代写|凸优化作业代写Convex Optimization代考 请认准statistics-lab™

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写