<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Schlupfvariable</id>
	<title>Schlupfvariable - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Schlupfvariable"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Schlupfvariable&amp;action=history"/>
	<updated>2026-05-24T01:19:53Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikipedia (Deutsch) – Lokale Kopie</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki-de.moshellshocker.dns64.de/index.php?title=Schlupfvariable&amp;diff=955245&amp;oldid=prev</id>
		<title>imported&gt;Plusader: Durch Umstellung und geringfügige Erweiterung das Beispiel verständlicher dargestellt.</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Schlupfvariable&amp;diff=955245&amp;oldid=prev"/>
		<updated>2020-11-06T16:43:18Z</updated>

		<summary type="html">&lt;p&gt;Durch Umstellung und geringfügige Erweiterung das Beispiel verständlicher dargestellt.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Schlupfvariablen&amp;#039;&amp;#039;&amp;#039; ([[Englische Sprache|engl.]] &amp;#039;&amp;#039;slack variables&amp;#039;&amp;#039;), auch &amp;#039;&amp;#039;Überschussvariablen&amp;#039;&amp;#039; genannt, sind [[Mathematik|mathematische]] [[Variable (Mathematik)|Variable]]n, die für die Lösung eines Problems eingeführt werden, deren Wert aber nicht von Interesse ist. Die zusätzlichen Schlupfvariablen sollen ein Problem auf ein einfacheres Problem zurückführen.&lt;br /&gt;
&lt;br /&gt;
== Anwendungen ==&lt;br /&gt;
&lt;br /&gt;
Bei der [[Lineare Optimierung|linearen Optimierung]] führt man Schlupfvariablen ein,&lt;br /&gt;
um Ungleichungsnebenbedingungen in Gleichungsnebenbedingungen umzuwandeln. Dies beruht auf der Idee, dass die Ungleichung &amp;lt;math&amp;gt;x &amp;lt; b &amp;lt;/math&amp;gt; erfüllt ist, wenn die Gleichung &amp;lt;math&amp;gt; x = b - \chi &amp;lt;/math&amp;gt; für eine beliebige Zahl &amp;lt;math&amp;gt; \chi &amp;gt; 0 &amp;lt;/math&amp;gt; gilt.&lt;br /&gt;
&lt;br /&gt;
[[Lagrange-Multiplikator]]en werden eingesetzt, um Optimierungsprobleme mit Nebenbedingungen&lt;br /&gt;
in Optimierungsprobleme ohne Nebenbedingungen zu überführen.&lt;br /&gt;
&lt;br /&gt;
Bei [[Support Vector Machine]]s bilden Schlupfvariablen sogenannte &amp;#039;&amp;#039;Fehlerterme&amp;#039;&amp;#039;, das heißt, sie erlauben Fehlentscheidungen, bestrafen diese aber gleichzeitig.&lt;br /&gt;
&lt;br /&gt;
== Beispiel ==&lt;br /&gt;
Betrachte das Ungleichungssystem&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align}&lt;br /&gt;
2x_1 &amp;amp;+x_2&amp;amp;\leq 6 \\&lt;br /&gt;
7x_1 &amp;amp;-3x_2 &amp;amp; \leq 8&lt;br /&gt;
\end{align}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
Wir führen die Schlupfvariablen &amp;lt;math&amp;gt; x_1^S, x_2^S  \geq 0&amp;lt;/math&amp;gt; ein, um die Ungleichungen in Gleichungen umzuwandeln. Dann folgt&lt;br /&gt;
:&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
2x_1 &amp;amp;+x_2&amp;amp;+x_1^S &amp;amp; &amp;amp;= 6 \\&lt;br /&gt;
7x_1 &amp;amp;-3x_2 &amp;amp; &amp;amp; +x_2^S&amp;amp;= 8&lt;br /&gt;
\end{align}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
Gerade in der linearen Optimierung findet man dafür oftmals die folgende Matrixschreibweise:&lt;br /&gt;
:&amp;lt;math&amp;gt; &lt;br /&gt;
\begin{pmatrix} 2&amp;amp;1&amp;amp;1&amp;amp;0 \\ 7&amp;amp;-3&amp;amp;0&amp;amp;1 \end{pmatrix}\cdot \begin{pmatrix} x_1 \\ x_2 \\x_1^S \\ x_2^S \end{pmatrix}=\begin{pmatrix} 6 \\ 8 \end{pmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
Das Einführen der Schlupfvariablen führt dazu, dass hinter der Koeffizientenmatrix &amp;lt;math&amp;gt; &lt;br /&gt;
\begin{pmatrix} 2 &amp;amp; 1 \\ 7 &amp;amp; -3 \end{pmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt; eine [[Einheitsmatrix]] passender Dimension &amp;lt;math&amp;gt; &lt;br /&gt;
\begin{pmatrix} 1 &amp;amp; 0 \\ 0 &amp;amp; 1 \end{pmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt; angefügt wird.&lt;br /&gt;
&lt;br /&gt;
== Literatur ==&lt;br /&gt;
* Hochstättler Winfried: Algorithmische Mathematik, Springer Berlin Heidelberg, 2010. ISBN 978-3-642-05421-1, 202–203&lt;br /&gt;
* {{Literatur | Autor=[[Peter Knabner]], [[Wolf Barth (Mathematiker)|Wolf Barth]] | Titel=Lineare Algebra | Reihe=Springer-Lehrbuch |TitelErg=Grundlagen und Anwendungen|Auflage= | Verlag=Springer| Ort=Berlin| Jahr=2012| ISBN=978-3-642-32185-6 }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Lineare Optimierung]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Plusader</name></author>
	</entry>
</feed>