<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gauss basics &#8211; Aptech</title>
	<atom:link href="https://www.aptech.com/blog/tag/gauss-basics/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aptech.com</link>
	<description>GAUSS Software - Fastest Platform for Data Analytics</description>
	<lastBuildDate>Tue, 23 Apr 2024 21:00:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>GAUSS Basics 7: Conditional statements</title>
		<link>https://www.aptech.com/blog/gauss-basics-7-conditional-statements/</link>
					<comments>https://www.aptech.com/blog/gauss-basics-7-conditional-statements/#respond</comments>
		
		<dc:creator><![CDATA[aptech]]></dc:creator>
		<pubDate>Wed, 26 Jun 2019 16:47:01 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[branching]]></category>
		<category><![CDATA[conditional statements]]></category>
		<category><![CDATA[gauss basics]]></category>
		<category><![CDATA[if statements]]></category>
		<category><![CDATA[tutorials]]></category>
		<guid isPermaLink="false">https://www.aptech.com/?p=20500</guid>

					<description><![CDATA[This seventh video in the GAUSS Basics series will show you how to use the <code>if</code>, <code>else</code>, <code>elseif</code> and <code>endif</code> keywords to create code with conditional statements.
The video will demonstrate several examples and show a few common errors you might run into.
]]></description>
										<content:encoded><![CDATA[<iframe width="560" height="315" src="https://www.youtube.com/embed/XysUVSWPzrg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2 id="introduction">Introduction</h2>
<p>This seventh video in the GAUSS Basics series will show you how to use the <code>if</code>, <code>else</code>, <code>elseif</code> and <code>endif</code> keywords to create code with conditional statements.</p>
<p>The video will demonstrate several examples and show a few common errors you might run into.</p>
<h2 id="timeline">Timeline</h2>
<p><a href="https://www.youtube.com/watch?v=XysUVSWPzrg&t=0s" target="_blank" rel="noopener">0:00</a> Introduction.<br />
<a href="https://www.youtube.com/watch?v=XysUVSWPzrg&t=12s" target="_blank" rel="noopener">0:12</a> If.<br />
<a href="https://www.youtube.com/watch?v=XysUVSWPzrg&t=93s" target="_blank" rel="noopener">1:33</a> Elseif.<br />
<a href="https://www.youtube.com/watch?v=XysUVSWPzrg&t=130s" target="_blank" rel="noopener">2:10</a> Logical operators.<br />
<a href="https://www.youtube.com/watch?v=XysUVSWPzrg&t=190s" target="_blank" rel="noopener">3:10</a> Errors.<br />
<a href="https://www.youtube.com/watch?v=XysUVSWPzrg&t=247s" target="_blank" rel="noopener">4:07</a> Conclusion.  </p>
<h2 id="the-gauss-basics-video-series">The GAUSS Basics Video Series</h2>
<ol>
<li><a href="https://www.aptech.com/blog/gauss-basics-interactive-commands/" target="_blank" rel="noopener">GAUSS Basics: Interactive commands</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-2-running-a-program/" target="_blank" rel="noopener">GAUSS Basics 2: Running a program</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-3-introduction-to-matrices/" target="_blank" rel="noopener">GAUSS Basics 3: Introduction to matrices</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-4-matrix-operations/" target="_blank" rel="noopener">GAUSS Basics 4: Matrix operations</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-5-element-by-element-conformability/" target="_blank" rel="noopener">GAUSS Basics 5: Element-by-element conformability</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-6-logical-and-relational-operators/" target="_blank" rel="noopener">GAUSS Basics 6: Logical and relational operators</a></li>
</ol>]]></content:encoded>
					
					<wfw:commentRss>https://www.aptech.com/blog/gauss-basics-7-conditional-statements/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GAUSS Basics 6: Logical and relational operators</title>
		<link>https://www.aptech.com/blog/gauss-basics-6-logical-and-relational-operators/</link>
					<comments>https://www.aptech.com/blog/gauss-basics-6-logical-and-relational-operators/#respond</comments>
		
		<dc:creator><![CDATA[aptech]]></dc:creator>
		<pubDate>Tue, 21 May 2019 00:38:08 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[gauss basics]]></category>
		<category><![CDATA[logical indexing]]></category>
		<category><![CDATA[logical operators]]></category>
		<category><![CDATA[operators]]></category>
		<category><![CDATA[relational operators]]></category>
		<guid isPermaLink="false">https://www.aptech.com/?p=20276</guid>

					<description><![CDATA[In this sixth video in the GAUSS Basics series learn how to use the logical and relational operators in GAUSS. These operators include and, not, or, xor, less-than, less-than or equal, greater-than, greater-than or equal, equal.
]]></description>
										<content:encoded><![CDATA[<iframe width="560" height="315" src="https://www.youtube.com/embed/r2abVadeX8U" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>Learn how to use the logical and relational operators in GAUSS. These operators include:</p>
<ul>
<li>and, not, or, xor, less-than, less-than or equal, greater-than, greater-than or equal, equal</li>
</ul>
<p>You will also see these operators used to select specific rows of a matrix with logical indexing.</p>
<h2 id="timeline">Timeline</h2>
<p><a href="https://www.youtube.com/watch?v=r2abVadeX8U&t=0s" target="_blank" rel="noopener">0:00</a> Introduction.<br />
<a href="https://www.youtube.com/watch?v=r2abVadeX8U&t=21s" target="_blank" rel="noopener">0:21</a> Logical operations.<br />
<a href="https://www.youtube.com/watch?v=r2abVadeX8U&t=135s" target="_blank" rel="noopener">2:15</a> Relational operations.<br />
<a href="https://www.youtube.com/watch?v=r2abVadeX8U&t=239s" target="_blank" rel="noopener">3:59</a> Application: Selecting rows.    </p>
<h2 id="the-gauss-basics-video-series">The GAUSS Basics Video Series</h2>
<ol>
<li><a href="https://www.aptech.com/blog/gauss-basics-interactive-commands/" target="_blank" rel="noopener">GAUSS Basics: Interactive commands</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-2-running-a-program/" target="_blank" rel="noopener">GAUSS Basics 2: Running a program</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-3-introduction-to-matrices/" target="_blank" rel="noopener">GAUSS Basics 3: Introduction to matrices</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-4-matrix-operations/" target="_blank" rel="noopener">GAUSS Basics 4: Matrix operations</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-5-element-by-element-conformability/" target="_blank" rel="noopener">GAUSS Basics 5: Element-by-element conformability</a></li>
<li><a href="https://youtu.be/XysUVSWPzrg?si=t1nZj8lyqtS505du" target="_blank" rel="noopener">GAUSS Basics 7: Conditional Statements</a></li>
</ol>]]></content:encoded>
					
					<wfw:commentRss>https://www.aptech.com/blog/gauss-basics-6-logical-and-relational-operators/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GAUSS Basics 5: Element-by-element conformability</title>
		<link>https://www.aptech.com/blog/gauss-basics-5-element-by-element-conformability/</link>
					<comments>https://www.aptech.com/blog/gauss-basics-5-element-by-element-conformability/#respond</comments>
		
		<dc:creator><![CDATA[aptech]]></dc:creator>
		<pubDate>Thu, 25 Apr 2019 21:56:57 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[gauss basics]]></category>
		<category><![CDATA[matrices]]></category>
		<category><![CDATA[operators]]></category>
		<guid isPermaLink="false">https://www.aptech.com/?p=20111</guid>

					<description><![CDATA[Learn how to create compact, elegant and fast code using the rules of element-by-element conformability in our fifth GAUSS Basics video. These rules:
<ul>
<li>Apply to functions as well as matrices and vectors.</li>
<li>Will help you avoid the need for loops in many cases.</li>
</ul>]]></description>
										<content:encoded><![CDATA[<iframe width="560" height="315" src="https://www.youtube.com/embed/uJDyeMkbMGQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<h2 id="introduction">Introduction</h2>
<p>Learn how the GAUSS element-by-element conformability rules help you to create code which is compact, elegant and fast!</p>
<ul>
<li>Applies to functions as well as matrices and vectors.</li>
<li>Avoids the need for loops in many cases.</li>
</ul>
<p>Important concepts to help you get the most from GAUSS.</p>
<h2 id="timeline">Timeline</h2>
<p><a href="https://www.youtube.com/watch?v=uJDyeMkbMGQ&t=55s" target="_blank" rel="noopener">0:55</a> Subtract matrices.<br />
<a href="https://www.youtube.com/watch?v=uJDyeMkbMGQ&t=87s" target="_blank" rel="noopener">1:27</a> Mean of random variable.<br />
<a href="https://www.youtube.com/watch?v=uJDyeMkbMGQ&t=157s" target="_blank" rel="noopener">2:37</a> Row and column vector operations.    </p>
<h2 id="the-gauss-basics-video-series">The GAUSS Basics Video Series</h2>
<ol>
<li><a href="https://www.aptech.com/blog/gauss-basics-interactive-commands/" target="_blank" rel="noopener">GAUSS Basics: Interactive commands</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-2-running-a-program/" target="_blank" rel="noopener">GAUSS Basics 2: Running a program</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-3-introduction-to-matrices/" target="_blank" rel="noopener">GAUSS Basics 3: Introduction to matrices</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-4-matrix-operations/" target="_blank" rel="noopener">GAUSS Basics 4: Matrix operations</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-6-logical-and-relational-operators/" target="_blank" rel="noopener">GAUSS Basics 6: Logical and relational operators</a></li>
<li><a href="https://youtu.be/XysUVSWPzrg?si=t1nZj8lyqtS505du" target="_blank" rel="noopener">GAUSS Basics 7: Conditional Statements</a></li>
</ol>]]></content:encoded>
					
					<wfw:commentRss>https://www.aptech.com/blog/gauss-basics-5-element-by-element-conformability/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GAUSS Basics 4: Matrix operations</title>
		<link>https://www.aptech.com/blog/gauss-basics-4-matrix-operations/</link>
					<comments>https://www.aptech.com/blog/gauss-basics-4-matrix-operations/#respond</comments>
		
		<dc:creator><![CDATA[aptech]]></dc:creator>
		<pubDate>Mon, 08 Apr 2019 17:09:44 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[gauss basics]]></category>
		<category><![CDATA[operators]]></category>
		<guid isPermaLink="false">https://www.aptech.com/?p=20031</guid>

					<description><![CDATA[This blog in our GAUSS basics video series explains the differences between matrix operations and element-by-element operations in GAUSS.]]></description>
										<content:encoded><![CDATA[<iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/Cp_UduZ7Rog" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2 id="introduction">Introduction</h2>
<p>This fourth video in our GAUSS Basics series will explain how to perform:</p>
<ul>
<li>Matrix operations.</li>
<li>Element-by-element operations on matrices.</li>
</ul>
<h2 id="timeline">Timeline</h2>
<p><a href="https://www.youtube.com/watch?v=Cp_UduZ7Rog&t=0s" target="_blank" rel="noopener">0:00</a> Introduction.<br />
<a href="https://www.youtube.com/watch?v=Cp_UduZ7Rog&t=14s" target="_blank" rel="noopener">0:14</a> Matrix multiplication.<br />
<a href="https://www.youtube.com/watch?v=Cp_UduZ7Rog&t=71s" target="_blank" rel="noopener">1:01</a> Elementwise operations.  </p>
<h2 id="the-gauss-basics-video-series">The GAUSS Basics Video Series</h2>
<ol>
<li><a href="https://www.aptech.com/blog/gauss-basics-interactive-commands/" target="_blank" rel="noopener">GAUSS Basics: Interactive commands</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-2-running-a-program/" target="_blank" rel="noopener">GAUSS Basics 2: Running a program</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-3-introduction-to-matrices/" target="_blank" rel="noopener">GAUSS Basics 3: Introduction to matrices</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-5-element-by-element-conformability/" target="_blank" rel="noopener">GAUSS Basics 5: Element-by-element conformability</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-6-logical-and-relational-operators/" target="_blank" rel="noopener">GAUSS Basics 6: Logical and relational operators</a></li>
<li><a href="https://youtu.be/XysUVSWPzrg?si=t1nZj8lyqtS505du" target="_blank" rel="noopener">GAUSS Basics 7: Conditional Statements</a></li>
</ol>]]></content:encoded>
					
					<wfw:commentRss>https://www.aptech.com/blog/gauss-basics-4-matrix-operations/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GAUSS Basics 3: Introduction to matrices</title>
		<link>https://www.aptech.com/blog/gauss-basics-3-introduction-to-matrices/</link>
					<comments>https://www.aptech.com/blog/gauss-basics-3-introduction-to-matrices/#respond</comments>
		
		<dc:creator><![CDATA[aptech]]></dc:creator>
		<pubDate>Mon, 25 Mar 2019 18:19:14 +0000</pubDate>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[concatenation]]></category>
		<category><![CDATA[gauss basics]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[matrices]]></category>
		<guid isPermaLink="false">https://www.aptech.com/?p=19924</guid>

					<description><![CDATA[Learn how to work with matrices, the building block of the GAUSS programming language, in this third video in our GAUSS Basics series. Today we will explore how to:
<ul>
<li>Create matrices.</li>
<li>Find their size.</li>
<li>Access specific elements with indexing.</li>
<li>Grow matrices with matrix concatenation.</li>
</ul>]]></description>
										<content:encoded><![CDATA[<iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/zdnMw97E-9E" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<h2 id="introduction">Introduction</h2>
<p>This third video in our GAUSS Basics series will show you how to:</p>
<ol>
<li>Create matrices.</li>
<li>Find their size.</li>
<li>Access specific elements with indexing.</li>
<li>Grow them with matrix concatenation.</li>
</ol>
<h2 id="timeline">Timeline</h2>
<p><a href="https://www.youtube.com/watch?v=zdnMw97E-9E&t=32s" target="_blank" rel="noopener">0:00</a> Matrix declarations.<br />
<a href="https://www.youtube.com/watch?v=zdnMw97E-9E&t=100s" target="_blank" rel="noopener">1:40</a> Matrix Indexing.<br />
<a href="https://www.youtube.com/watch?v=zdnMw97E-9E&t=168s" target="_blank" rel="noopener">2:48</a> Matrix Concatenation.  </p>
<h2 id="the-gauss-basics-video-series">The GAUSS Basics Video Series</h2>
<ol>
<li><a href="https://www.aptech.com/blog/gauss-basics-interactive-commands/" target="_blank" rel="noopener">GAUSS Basics: Interactive commands</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-2-running-a-program/" target="_blank" rel="noopener">GAUSS Basics 2: Running a program</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-4-matrix-operations/" target="_blank" rel="noopener">GAUSS Basics 4: Matrix operations</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-5-element-by-element-conformability/" target="_blank" rel="noopener">GAUSS Basics 5: Element-by-element conformability</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-6-logical-and-relational-operators/" target="_blank" rel="noopener">GAUSS Basics 6: Logical and relational operators</a></li>
<li><a href="https://youtu.be/XysUVSWPzrg?si=t1nZj8lyqtS505du" target="_blank" rel="noopener">GAUSS Basics 7: Conditional Statements</a></li>
</ol>]]></content:encoded>
					
					<wfw:commentRss>https://www.aptech.com/blog/gauss-basics-3-introduction-to-matrices/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GAUSS Basics 2: Running a program</title>
		<link>https://www.aptech.com/blog/gauss-basics-2-running-a-program/</link>
					<comments>https://www.aptech.com/blog/gauss-basics-2-running-a-program/#respond</comments>
		
		<dc:creator><![CDATA[aptech]]></dc:creator>
		<pubDate>Mon, 11 Mar 2019 21:14:59 +0000</pubDate>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[gauss basics]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">https://www.aptech.com/?p=19672</guid>

					<description><![CDATA[This second video in our new GAUSS basics series shows you how to create and run a GAUSS program. ]]></description>
										<content:encoded><![CDATA[<iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/TN__Agc8q_8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<h2 id="introduction">Introduction</h2>
<p>This second video in our new GAUSS Basics series will show you how to:</p>
<ol>
<li>Create and run a GAUSS program.</li>
<li>Use recommended file extensions.</li>
<li>Create and print strings.</li>
<li>Add code comments.</li>
</ol>
<h2 id="timeline">Timeline</h2>
<p><a href="https://www.youtube.com/watch?v=TN__Agc8q_8&t=0s" target="_blank" rel="noopener">0:00</a> Introduction.<br />
<a href="https://www.youtube.com/watch?v=TN__Agc8q_8&t=27s" target="_blank" rel="noopener">0:27</a> Creating a program file.<br />
<a href="https://www.youtube.com/watch?v=TN__Agc8q_8&t=134s" target="_blank" rel="noopener">2:14</a> Running a program file.  </p>
<h2 id="the-gauss-basics-video-series">The GAUSS Basics Video Series</h2>
<ol>
<li><a href="https://www.aptech.com/blog/gauss-basics-2-running-a-program/" target="_blank" rel="noopener">GAUSS Basics 2: Running a program</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-3-introduction-to-matrices/" target="_blank" rel="noopener">GAUSS Basics 3: Introduction to matrices</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-4-matrix-operations/" target="_blank" rel="noopener">GAUSS Basics 4: Matrix operations</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-5-element-by-element-conformability/" target="_blank" rel="noopener">GAUSS Basics 5: Element-by-element conformability</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-6-logical-and-relational-operators/" target="_blank" rel="noopener">GAUSS Basics 6: Logical and relational operators</a></li>
<li><a href="https://youtu.be/XysUVSWPzrg?si=t1nZj8lyqtS505du" target="_blank" rel="noopener">GAUSS Basics 7: Conditional Statements</a></li>
</ol>]]></content:encoded>
					
					<wfw:commentRss>https://www.aptech.com/blog/gauss-basics-2-running-a-program/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GAUSS Basics: Interactive commands</title>
		<link>https://www.aptech.com/blog/gauss-basics-interactive-commands/</link>
					<comments>https://www.aptech.com/blog/gauss-basics-interactive-commands/#respond</comments>
		
		<dc:creator><![CDATA[aptech]]></dc:creator>
		<pubDate>Fri, 01 Mar 2019 15:15:45 +0000</pubDate>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[gauss basics]]></category>
		<category><![CDATA[gauss intro]]></category>
		<guid isPermaLink="false">https://www.aptech.com/?p=19649</guid>

					<description><![CDATA[This is the first video in our new GAUSS Basics series. This series is designed to teach you everything you need to know to be productive with GAUSS. This video covers interactive commands and is designed to be your first step in GAUSS!]]></description>
										<content:encoded><![CDATA[<iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/Ag4eiaapr4w" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<h3 id="introduction">Introduction</h3>
<p>This is the first video in our new GAUSS Basics series. This series is designed to teach you everything you need to know to be productive with GAUSS.</p>
<p>This video is designed to be your first step in GAUSS! Learn how to:</p>
<ol>
<li>Create variables.</li>
<li>Use arithmetic operators.</li>
<li>Enter interactive commands.</li>
<li>View the variables in your workspace.</li>
<li>Print output.</li>
</ol>
<h3 id="timeline">Timeline</h3>
<p><a href="https://www.youtube.com/watch?v=Ag4eiaapr4w&t=1s" target="_blank" rel="noopener">0:00</a> Introduction.<br />
<a href="https://www.youtube.com/watch?v=Ag4eiaapr4w&t=8s" target="_blank" rel="noopener">0:08</a> Arithmetic operators.<br />
<a href="https://www.youtube.com/watch?v=Ag4eiaapr4w&t=160s" target="_blank" rel="noopener">2:40</a> Variable names.  </p>
<h3 id="the-gauss-basics-video-series">The GAUSS Basics Video Series</h3>
<ol>
<li><a href="https://www.aptech.com/blog/gauss-basics-2-running-a-program/" target="_blank" rel="noopener">GAUSS Basics 2: Running a program</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-3-introduction-to-matrices/" target="_blank" rel="noopener">GAUSS Basics 3: Introduction to matrices</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-4-matrix-operations/" target="_blank" rel="noopener">GAUSS Basics 4: Matrix operations</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-5-element-by-element-conformability/" target="_blank" rel="noopener">GAUSS Basics 5: Element-by-element conformability</a></li>
<li><a href="https://www.aptech.com/blog/gauss-basics-6-logical-and-relational-operators/" target="_blank" rel="noopener">GAUSS Basics 6: Logical and relational operators</a></li>
<li><a href="https://youtu.be/XysUVSWPzrg?si=t1nZj8lyqtS505du" target="_blank" rel="noopener">GAUSS Basics 7: Conditional Statements</a></li>
</ol>]]></content:encoded>
					
					<wfw:commentRss>https://www.aptech.com/blog/gauss-basics-interactive-commands/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
