<?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>operators &#8211; Aptech</title>
	<atom:link href="https://www.aptech.com/blog/tag/operators/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 20:53:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<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 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>
	</channel>
</rss>
