数学代写|线性规划作业代写Linear Programming代考|MA3212

如果你也在 怎样代写线性规划Linear Programming这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

线性规划,数学建模技术,其中一个线性函数在受到各种约束时被最大化或最小化。这种技术对于指导商业规划、工业工程中的定量决策非常有用,在较小的程度上也适用于社会和物理科学。

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

我们提供的线性规划Linear Programming及其相关学科的代写,服务范围广, 其中包括但不限于:

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

数学代写|线性规划作业代写Linear Programming代考|The Simplex Tableau Method

Often there is a basis to a linear program that is not feasible for the primal problem, but its multiplier vector is feasible for the dual. That is, $\mathbf{y}^T=\mathbf{c}{\mathbf{B}}^T \mathbf{B}^{-1}$ and $\mathbf{r}{\mathbf{D}}^T=$ $\mathbf{c}{\mathbf{D}}^T-\mathbf{y}^T \mathbf{D} \geq \mathbf{0}$. If the dual basic feasible solution is nondegenerate, the inequality holds strictly component-wise. Then we can apply the dual simplex method moving from the current solution to a new dual basic feasible solution with a better objective value. The dual simplex method is actually commonly implemented in practice. As usual, for simplicity let us assume that basis B consists of the first $m$ columns of A. Then, using the same block notations, the dual problem can be rewritten as Define a new dual variable vector $\mathbf{y}^{\prime}$ via an affine transformation such that $$ \mathbf{y}^{\prime T}=\mathbf{y}^T \mathbf{B}-\mathbf{c}{\mathbf{B}}^T, \quad \text { or } \quad \mathbf{y}^T=\left(\mathbf{y}^{\prime}+\mathbf{c}_{\mathbf{B}}\right)^T \mathbf{B}^{-1}
$$ and substitute $\mathbf{y}$ in the dual by $\mathbf{y}^{\prime}$, we derive an equivalent dual problem
$$
\begin{aligned}
& \operatorname{maximize} \mathbf{y}^{\prime T} \mathbf{B}^{-1} \mathbf{b}+\mathbf{c}{\mathbf{B}}^T \mathbf{B}^{-1} \mathbf{b} \quad \operatorname{maximize} \mathbf{y}^{\prime T} \overline{\mathbf{a}}_0+z_0 \ & \text { subject to } \mathbf{y}^{\prime T} \leqslant \mathbf{0}, \quad \Leftrightarrow \text { subject to } \mathbf{y}^{\prime T} \leqslant \mathbf{0} \text {, } \ & \mathbf{y}^{\prime T} \mathbf{B}^{-1} \mathbf{D} \leqslant \mathbf{c}{\mathbf{D}}^T-\mathbf{c}{\mathbf{B}}^T \mathbf{B}^{-1} \mathbf{D} . \quad \mathbf{y}^{\prime T} \mathbf{B}^{-1} \mathbf{D} \leqslant \mathbf{r}{\mathbf{D}}^T, \
&
\end{aligned}
$$
where the current primal basic solution $\overline{\mathbf{a}}^0$, objective value $z_0$, and reduced cost coefficients $\mathbf{r}{\mathbf{D}}$ are given as the same as in the last section. In the transformed dual (4.16), $\mathbf{y}^{\prime}=\mathbf{0}$ is a basic feasible solution. Moreover, if $\overline{\mathbf{a}}_0 \geq \mathbf{0}$, that is, the primal basic solution is also feasible, then $\mathbf{y}^{\prime T}=\mathbf{0}$ is optimal. This implies that $\mathbf{y}^T=$ $\mathbf{c}{\mathbf{B}}^T \mathbf{B}^{-1}$ is optimal to the original dual. Vector $\overline{\mathbf{a}}_0$ can be viewed as the scaled gradient vector of the dual objective function at basis $\mathbf{B}$.

Therefore, if one entry of $\overline{\mathbf{a}}0$, say the $o$ th entry $\overline{\mathbf{a}}{o 0}<0$, then one can decrease variable $\mathbf{y}o^{\prime}$ to some $-\varepsilon$ while keep others at 0 ‘s. The new $\mathbf{y}^{\prime}$ remains feasible under nondegeneracy assumption $\left(\mathbf{r}{\mathbf{D}}>\mathbf{0}\right)$, but its objective value would increase linearly in $\varepsilon$. Note that, as $\mathbf{y}o^{\prime}$ decreases to $-\varepsilon$, the first block of constraints in the transformed dual (4.16) would always be satisfied as $\varepsilon$ increases, and the second block of constraints in (4.16) becomes $$ \varepsilon \cdot \mathbf{e}_o^T \mathbf{B}^{-1} \mathbf{D} \leq \mathbf{r}{\mathbf{D}}^T \quad \text { or } \quad-\varepsilon \cdot \overline{\mathbf{a}}^o \leq \mathbf{r}_{\mathbf{D}}^T,
$$
where $\mathbf{e}_o \in E^m$ is the $o$ th unit vector with 1 for the $o$ th component and 0 for all others, and $\overline{\mathbf{a}}^o=\mathbf{e}_o^T \mathbf{B}^{-1} \mathbf{D}$ is the $o$ th row vector of matrix $\mathbf{B}^{-1} \mathbf{D}$. To keep dual feasibility, we only need to choose $\varepsilon$ such that this vector constraint is satisfied component-wise.

数学代写|线性规划作业代写Linear Programming代考|The Primal–Dual Algorithm

In previous sections, the theory, computation procedure, and indeed much of the technique, necessary for the detailed implementation of the simplex method have been established. In this section, we show how this procedure could be presented in a more intuitive and visible way, which is called the simplex method in tableau form.

As usual, let us assume that $\mathbf{B}$ consists of the first $m$ columns of $\mathbf{A}$. Then, the initial simplex tableau takes the form
$$
\left[\begin{array}{c:c}
\mathbf{A} & \mathbf{b} \
\hdashline- & — \
\mathbf{c}^T & 0
\end{array}\right]=\left[\begin{array}{c:c:c}
\mathbf{B} & \mathbf{D} & \mathbf{b} \
\hdashline- & – & – \
\hdashline \mathbf{c}{\mathbf{B}}^T & \mathbf{c}{\mathbf{D}}^T & 0
\end{array}\right]
$$
If the matrix $\mathbf{B}$ is used as a basis, then the corresponding tableau can be equivalently rewritten as
$$
\mathbf{T}=\left[\begin{array}{c:c:c}
\mathbf{I} & \mathbf{B}^{-1} \mathbf{D} & \mathbf{B}^{-1} \mathbf{b} \
\hdashline- & —\mathbf{c}{\mathbf{B}} \ \mathbf{0} & \mathbf{c}{\mathbf{D}}^T-\mathbf{c}{\mathbf{B}}^T \mathbf{B}^{-1} \mathbf{D} & -\mathbf{c}{\mathbf{B}}^T \mathbf{B}^{-1} \mathbf{b}
\end{array}\right]
$$
which is called the simplex canonical form corresponding to basis matrix $\mathbf{B}$. This transformation can be viewed as: (1) left-multiplying $\mathbf{B}^{-1}$ to the top blocks of the right original tableau, (2) then left-multiplying $\mathbf{c}_{\mathbf{B}}^T$ to the resulting top blocks and subtracting them from the bottom row. In this canonical form, the constraint matrix corresponding to the current basis becomes the $m \times m$ identity matrix, where the column corresponding to current nonbasic variable $j$ becomes $\overline{\mathbf{a}}_j=\mathbf{B}^{-1} \mathbf{a}_j$ (defined in (4.4)), and the far-right column becomes $\overline{\mathbf{a}}_0=\mathbf{B}^{-1} \mathbf{b}$ (defined in (4.3)). Furthermore, the row at the bottom consists of the relative cost coefficients and the negative of the current objective cost.

In this section we assume that we begin with a basic feasible solution and that the tableau corresponding to $\mathbf{A x}=\mathbf{b}$ is in the canonical form for this solution. Methods for obtaining this first basic feasible solution, when one is not obvious,are described in the next section. Thus, if we assume the basic variables are (in order) $x_1, x_2, \ldots, x_m$, the simplex tableau takes the initial form shown in Fig. 4.2. The simplex tableau method is to perform the Pivot operation (presented in Sect. C.2) on this tableau, corresponding to a basic feasible solution, and create a new tableau corresponding to an adjacent basic feasible solution, with a strictly improved objective function value (under nondegeneracy assumption).

数学代写|线性规划作业代写Linear Programming代考|MA3212

线性规划代写

数学代写|线性规划作业代写Linear Programming代考|The Simplex Tableau Method

通常有一个线性规划的基础对于原始问题不可行,但它的乘数向量对于对偶问题是可行的。那是, $\mathbf{y}^T=\mathbf{c B}^T \mathbf{B}^{-1}$ 和 $\mathbf{r} \mathbf{D}^T=\mathbf{c D}^T-\mathbf{y}^T \mathbf{D} \geq \mathbf{0}$. 如果对偶基本可行解是非退化的,则不等式在分量方 面严格成立。然后我们可以应用对偶单纯形法从当前解移动到具有更好目标值的新对偶基本可行解。对偶 单纯形法实际上在实践中很普遍。像往常一样,为简单起见,我们假设基础 $\mathrm{B}$ 由第一个 $m \mathrm{~A}$ 的列。然后, 使用相同的块符号,对偶问题可以重写为定义一个新的对偶变量向量 $\mathbf{y}^{\prime}$ 通过仿射变换使得
$$
\mathbf{y}^{\prime T}=\mathbf{y}^T \mathbf{B}-\mathbf{c B}^T, \quad \text { or } \quad \mathbf{y}^T=\left(\mathbf{y}^{\prime}+\mathbf{c}{\mathbf{B}}\right)^T \mathbf{B}^{-1} $$ 并替代 $\mathbf{y}$ 在双 $\mathbf{y}^{\prime}$ ,我们推导出一个等价的对偶问题 $\operatorname{maximize} \mathbf{y}^T \mathbf{B}^{-1} \mathbf{b}+\mathbf{c} \mathbf{B}^T \mathbf{B}^{-1} \mathbf{b} \quad$ maximize $\mathbf{y}^{\prime T} \overline{\mathbf{a}}_0+z_0 \quad$ subject to $\mathbf{y}^{\prime T} \leqslant \mathbf{0}, \quad \Leftrightarrow$ subje 当前原始基本解决方案在哪里 $\overline{\mathbf{a}}^0$ ,客观价值 $z_0$ ,和降低的成本系数 $\mathbf{r D}$ 与上一节相同。在转换后的对偶 (4.16) 中, $\mathbf{y}^{\prime}=\mathbf{0}$ 是基本可行解。此外,如果 $\overline{\mathbf{a}}_0 \geq \mathbf{0}$ ,即原基本解也是可行的,则 $\mathbf{y}^{\prime T}=\mathbf{0}$ 是最优的。 这意味着 $\mathbf{y}^T=\mathbf{c B}^T \mathbf{B}^{-1}$ 对原始对偶是最优的。向量 $\overline{\mathbf{a}}_0$ 可以看作是基础上对偶目标函数的缩放梯度向量 B. 因此,如果一个条目 $\overline{\mathbf{a}} 0$ , 说 $o$ 第一个条目 $\overline{\mathbf{a}} o 0<0$, 然后可以减少变量 $\mathbf{y} o^{\prime}$ 对一些 $-\varepsilon$ 而让其他人保持在 0 的。新的 $\mathbf{y}^{\prime}$ 在非退化假设下仍然可行 $(\mathbf{r D}>\mathbf{0})$ , 但它的目标值会线性增加 $\varepsilon$. 请注意,作为 $\mathbf{y} o^{\prime}$ 减少到 $-\varepsilon$ ,变换后的对偶 (4.16) 中的第一个约束块总是满足ع增加,并且 (4.16) 中的第二个约束块变为 $$ \varepsilon \cdot \mathbf{e}_o^T \mathbf{B}^{-1} \mathbf{D} \leq \mathbf{r} \mathbf{D}^T \quad \text { or } \quad-\varepsilon \cdot \overline{\mathbf{a}}^o \leq \mathbf{r}{\mathbf{D}}^T
$$
在哪里 $\mathbf{e}_o \in E^m$ 是个 $o$ 第 1 个单位向量 $o$ 第一个分量,所有其他分量为 0 ,以及 $\overline{\mathbf{a}}^o=\mathbf{e}_o^T \mathbf{B}^{-1} \mathbf{D}$ 是个 $o$ 矩 阵的第行向量 $\mathbf{B}^{-1} \mathbf{D}$. 为了保持对偶可行性,我们只需要选择 $\varepsilon$ 使得这个向量约束在组件方面得到满足。

数学代写|线性规划作业代写Linear Programming代考|The Primal–Dual Algorithm

在前面的章节中,已经建立了详细实施单纯形法所必需的理论、计算过程,实际上还有很多技术。在本节 中,我们将展示如何以更直观和可见的方式呈现此过程,这在画面形式中称为单纯形法。
像往常一样,让我们假设 $\mathbf{B}$ 由第一个组成 $m$ 列的 $\mathbf{A}$. 然后,初始单纯形画面采用以下形式
如果矩阵B用作基础,则相应的画面可以等效地改写为
$\backslash m a t h b f{T}=\backslash$ left $\backslash$ begin ${a r r a y}{c: c: c} \backslash m a t h b f{{} \& \mid m a t h b f{B} \wedge{-1} \backslash m a t h b f{D} \& \backslash m a t h b f{B} \wedge{-1} \backslash m a t h b f{b} \backslash \backslash h$
称为基矩阵对应的单纯形规范形式B. 这种变换可以看作:(1) 左乘 $\mathbf{B}^{-1}$ 到右边原始画面的顶部块,(2) 然后左乘 $\mathbf{c}_{\mathbf{B}}^T$ 到生成的顶部块并从底部行中减去它们。在这种规范形式中,对应于当前基的约束矩阵变为 $m \times m$ 单位矩阵,其中对应于当前非基本变量的列 $j$ 成为 $\overline{\mathbf{a}}_j=\mathbf{B}^{-1} \mathbf{a}_j$ (在 (4.4) 中定义),最右边的 列变为 $\overline{\mathbf{a}}_0=\mathbf{B}^{-1} \mathbf{b}$ (在 (4.3) 中定义) 。此外,底部的行由相对成本系数和当前目标成本的负数组 成。
在本节中,我们假设我们从一个基本可行的解决方案开始,并且对应于 $\mathbf{A} \mathbf{x}=\mathbf{b}$ 是此解决方案的规范形 式。获得第一个基本可行解的方法(如果不是很明显)将在下一节中介绍。因此,如果我们假设基本变量 是 (按顺序) $x_1, x_2, \ldots, x_m$ ,单纯形图采用图 4.2 所示的初始形式。单纯形图法是对这张图进行Pivot 操作 (见C.2节),对应一个基本可行解,创建一个新的图对应一个相邻的基本可行解,目标函数值严格 改进(在非退化假设下)。

数学代写|线性规划作业代写Linear Programming代考 请认准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代写各种数据建模与可视化代写

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注