<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gradwiki.math.ucr.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tim+Cobler</id>
	<title>Grad Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://gradwiki.math.ucr.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tim+Cobler"/>
	<link rel="alternate" type="text/html" href="https://gradwiki.math.ucr.edu/index.php?title=Special:Contributions/Tim_Cobler"/>
	<updated>2026-04-20T15:51:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>https://gradwiki.math.ucr.edu/index.php?title=2.1&amp;diff=263</id>
		<title>2.1</title>
		<link rel="alternate" type="text/html" href="https://gradwiki.math.ucr.edu/index.php?title=2.1&amp;diff=263"/>
		<updated>2015-03-30T05:13:08Z</updated>

		<summary type="html">&lt;p&gt;Tim Cobler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Matrix Operations&lt;br /&gt;
&lt;br /&gt;
==Addition of Matrices==&lt;br /&gt;
You can only add two matrices of the same dimensions. If the matrices are of different dimensions then the sum is not defined. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{bmatrix} 1 &amp;amp; 2 &amp;amp; 3 \\ 4 &amp;amp; 5 &amp;amp; 6 \\ 7 &amp;amp; 8 &amp;amp; 9\end{bmatrix} + \begin{bmatrix} 1 &amp;amp; 2 \\ 3 &amp;amp; 4 \end{bmatrix} = \text{not defined}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When two matrices are of the same dimension, then to add the two matrices you simply add each of the corresponding components.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{bmatrix} 1 &amp;amp; -5 &amp;amp; 4 \\ 3 &amp;amp; 2 &amp;amp; -8 \\ 5 &amp;amp; -1 &amp;amp; -3\end{bmatrix} + \begin{bmatrix} 4 &amp;amp; 7 &amp;amp; 2\\ 1 &amp;amp; 5 &amp;amp; 7 \\ -3 &amp;amp; 2 &amp;amp; 5\end{bmatrix} = \begin{bmatrix} 5 &amp;amp; 2 &amp;amp; 6 \\ 4 &amp;amp; 7 &amp;amp; -1 \\ 2 &amp;amp; 1 &amp;amp; 2 \end{bmatrix}&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tim Cobler</name></author>
	</entry>
	<entry>
		<id>https://gradwiki.math.ucr.edu/index.php?title=2.1&amp;diff=262</id>
		<title>2.1</title>
		<link rel="alternate" type="text/html" href="https://gradwiki.math.ucr.edu/index.php?title=2.1&amp;diff=262"/>
		<updated>2015-03-30T05:11:29Z</updated>

		<summary type="html">&lt;p&gt;Tim Cobler: Created page with &amp;quot;Matrix Operations  ==Addition of Matrices== You can only add two matrices of the same dimensions. If the matrices are of different dimensions then the sum is not defined.   &amp;lt;m...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Matrix Operations&lt;br /&gt;
&lt;br /&gt;
==Addition of Matrices==&lt;br /&gt;
You can only add two matrices of the same dimensions. If the matrices are of different dimensions then the sum is not defined. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{bmatrix} 1 &amp;amp; 2 &amp;amp; 3 \\ 4 &amp;amp; 5 &amp;amp; 6 \\ 7 &amp;amp; 8 &amp;amp; 9\end{bmatrix} + \begin{bmatrix} 1 &amp;amp; 2 \\ 3 &amp;amp; 4 \end{bmatrix} = not defined&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When two matrices are of the same dimension, then to add the two matrices you simply add each of the corresponding components.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{bmatrix} 1 &amp;amp; -5 &amp;amp; 4 \\ 3 &amp;amp; 2 &amp;amp; -8 \\ 5 &amp;amp; -1 &amp;amp; -3\end{bmatrix} + \begin{bmatrix} 4 &amp;amp; 7 &amp;amp; 2\\ 1 &amp;amp; 5 &amp;amp; 7 \\ -3 &amp;amp; 2 &amp;amp; 5\end{bmatrix} = \begin{bmatrix} 5 &amp;amp; 2 &amp;amp; 6 \\ 4 &amp;amp; 7 &amp;amp; -1 \\ 2 &amp;amp; 1 &amp;amp; 2 \end{bmatrix}/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tim Cobler</name></author>
	</entry>
	<entry>
		<id>https://gradwiki.math.ucr.edu/index.php?title=31&amp;diff=261</id>
		<title>31</title>
		<link rel="alternate" type="text/html" href="https://gradwiki.math.ucr.edu/index.php?title=31&amp;diff=261"/>
		<updated>2015-03-30T05:07:36Z</updated>

		<summary type="html">&lt;p&gt;Tim Cobler: /* Chapter 2 Problems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Work In Progress ==&lt;br /&gt;
&lt;br /&gt;
== Sample Matrix Code in Latex ==&lt;br /&gt;
The code for a matrix with the bracket style is&lt;br /&gt;
\begin{bmatrix} 1 &amp;amp; 2 &amp;amp; 3 \\ 4 &amp;amp; 5 &amp;amp; 6 \\ 7 &amp;amp; 8 &amp;amp; 9\end{bmatrix}&lt;br /&gt;
and if you want it to be parenthesis style switch bmatrix to pmatrix&lt;br /&gt;
&lt;br /&gt;
== Chapter 2 Problems ==&lt;br /&gt;
[[2.1]] Matrix Operations&lt;br /&gt;
[[2.2]] The Inverse of a Matrix&lt;br /&gt;
[[2.3]] Characterization of Inverse Matrices&lt;br /&gt;
[[2.5]] Matrix Factorization&lt;/div&gt;</summary>
		<author><name>Tim Cobler</name></author>
	</entry>
	<entry>
		<id>https://gradwiki.math.ucr.edu/index.php?title=31&amp;diff=260</id>
		<title>31</title>
		<link rel="alternate" type="text/html" href="https://gradwiki.math.ucr.edu/index.php?title=31&amp;diff=260"/>
		<updated>2015-03-30T05:05:37Z</updated>

		<summary type="html">&lt;p&gt;Tim Cobler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Work In Progress ==&lt;br /&gt;
&lt;br /&gt;
== Sample Matrix Code in Latex ==&lt;br /&gt;
The code for a matrix with the bracket style is&lt;br /&gt;
\begin{bmatrix} 1 &amp;amp; 2 &amp;amp; 3 \\ 4 &amp;amp; 5 &amp;amp; 6 \\ 7 &amp;amp; 8 &amp;amp; 9\end{bmatrix}&lt;br /&gt;
and if you want it to be parenthesis style switch bmatrix to pmatrix&lt;br /&gt;
&lt;br /&gt;
== Chapter 2 Problems ==&lt;br /&gt;
Chapter 2&lt;/div&gt;</summary>
		<author><name>Tim Cobler</name></author>
	</entry>
	<entry>
		<id>https://gradwiki.math.ucr.edu/index.php?title=31&amp;diff=259</id>
		<title>31</title>
		<link rel="alternate" type="text/html" href="https://gradwiki.math.ucr.edu/index.php?title=31&amp;diff=259"/>
		<updated>2015-03-30T05:04:42Z</updated>

		<summary type="html">&lt;p&gt;Tim Cobler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Work In Progress ==&lt;br /&gt;
&lt;br /&gt;
== Sample Matrix Code in Latex ==&lt;br /&gt;
The code for a matrix with the bracket style is&lt;br /&gt;
\begin{bmatrix} 1 &amp;amp; 2 &amp;amp; 3 \\ 4 &amp;amp; 5 &amp;amp; 6 \\ 7 &amp;amp; 8 &amp;amp; 9\end{bmatrix}&lt;br /&gt;
and if you want it to be paranthesis style switch bmatrix to pmatrix&lt;/div&gt;</summary>
		<author><name>Tim Cobler</name></author>
	</entry>
	<entry>
		<id>https://gradwiki.math.ucr.edu/index.php?title=31&amp;diff=258</id>
		<title>31</title>
		<link rel="alternate" type="text/html" href="https://gradwiki.math.ucr.edu/index.php?title=31&amp;diff=258"/>
		<updated>2015-03-30T05:03:45Z</updated>

		<summary type="html">&lt;p&gt;Tim Cobler: Created page with &amp;quot;Work In Progress  Sample Matrix Code in Latex The code for a matrix with the bracket style is \begin{bmatrix} 1 &amp;amp; 2 &amp;amp; 3 \\ 4 &amp;amp; 5 &amp;amp; 6 \\ 7 &amp;amp; 8 &amp;amp; 9\end{bmatrix} and if you want...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Work In Progress&lt;br /&gt;
&lt;br /&gt;
Sample Matrix Code in Latex&lt;br /&gt;
The code for a matrix with the bracket style is&lt;br /&gt;
\begin{bmatrix} 1 &amp;amp; 2 &amp;amp; 3 \\ 4 &amp;amp; 5 &amp;amp; 6 \\ 7 &amp;amp; 8 &amp;amp; 9\end{bmatrix}&lt;br /&gt;
and if you want it to be paranthesis style switch bmatrix to pmatrix&lt;/div&gt;</summary>
		<author><name>Tim Cobler</name></author>
	</entry>
</feed>