<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://schoolwiki.sc07.club/w/index.php?action=history&amp;feed=atom&amp;title=CS2130%3ASection_1.5</id>
	<title>CS2130:Section 1.5 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://schoolwiki.sc07.club/w/index.php?action=history&amp;feed=atom&amp;title=CS2130%3ASection_1.5"/>
	<link rel="alternate" type="text/html" href="https://schoolwiki.sc07.club/w/index.php?title=CS2130:Section_1.5&amp;action=history"/>
	<updated>2026-05-26T13:52:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://schoolwiki.sc07.club/w/index.php?title=CS2130:Section_1.5&amp;diff=118&amp;oldid=prev</id>
		<title>Grant: WIP: matricies</title>
		<link rel="alternate" type="text/html" href="https://schoolwiki.sc07.club/w/index.php?title=CS2130:Section_1.5&amp;diff=118&amp;oldid=prev"/>
		<updated>2024-02-29T01:07:30Z</updated>

		<summary type="html">&lt;p&gt;WIP: matricies&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Matricies ==&lt;br /&gt;
&lt;br /&gt;
=== Addition ===&lt;br /&gt;
Each matrix must be the same size (width &amp;amp; height must be the same)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{bmatrix} 1 &amp;amp; 2 \\ 3 &amp;amp; 4 \end{bmatrix}&lt;br /&gt;
+&lt;br /&gt;
\begin{bmatrix} 0 &amp;amp; -1 \\ 2 &amp;amp; -2 \end{bmatrix}&lt;br /&gt;
=&lt;br /&gt;
\begin{bmatrix} 1 &amp;amp; 1 \\ 5 &amp;amp; 2 \end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Multiplication ===&lt;br /&gt;
&amp;lt;math&amp;gt;M[a,b] \times N[c,d]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;b = c&amp;lt;/math&amp;gt; (M&amp;#039;s height equals N&amp;#039;s width)&lt;br /&gt;
&lt;br /&gt;
Resulting dimensions will be &amp;lt;math&amp;gt;[a,d]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{bmatrix} 1 &amp;amp; 2 \\ 3 &amp;amp; 4 \end{bmatrix}&lt;br /&gt;
\times&lt;br /&gt;
\begin{bmatrix} 0 &amp;amp; -1 \\ 2 &amp;amp; -2 \end{bmatrix}&lt;br /&gt;
=&lt;br /&gt;
\begin{bmatrix} (1*0)+(2*2) &amp;amp; (1*-1)+(2*-2) \\ (3*0)+(4*2) &amp;amp; (3*-1)+(4*-2) \end{bmatrix}&lt;br /&gt;
=&lt;br /&gt;
\begin{bmatrix} 4 &amp;amp; -5 \\ 8 &amp;amp; -11 \end{bmatrix}&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grant</name></author>
	</entry>
</feed>