<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Math &#8211; Greg Laden&#039;s Blog</title>
	<atom:link href="https://gregladen.com/blog/tag/math/feed/" rel="self" type="application/rss+xml" />
	<link>https://gregladen.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 15 Feb 2019 01:41:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.8</generator>

<image>
	<url>https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2017/10/Greg_Ladens_Blog_Favicon_black_GLb.png?fit=32%2C32&#038;ssl=1</url>
	<title>Math &#8211; Greg Laden&#039;s Blog</title>
	<link>https://gregladen.com/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">77525483</site>	<item>
		<title>Math Adventures with Python</title>
		<link>https://gregladen.com/blog/2019/02/14/math-adventures-with-python/</link>
					<comments>https://gregladen.com/blog/2019/02/14/math-adventures-with-python/#respond</comments>
		
		<dc:creator><![CDATA[Greg Laden]]></dc:creator>
		<pubDate>Fri, 15 Feb 2019 01:41:09 +0000</pubDate>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[python]]></category>
		<guid isPermaLink="false">https://gregladen.com/blog/?p=31593</guid>

					<description><![CDATA[Complex numbers, working with oscillations (trigonometry), using Turtles to draw, some basic algebra, my favorite, Cellular Automata, and more, are covered in Math Adventures with Python: An Illustrated Guide to Exploring Math with Code by Peter Farrell. Farrell is a math and computer science teacher who is interested in math education and using technology in &#8230; <a href="https://gregladen.com/blog/2019/02/14/math-adventures-with-python/" class="more-link">Continue reading <span class="screen-reader-text">Math Adventures with Python</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Complex numbers, working with oscillations (trigonometry), using Turtles to draw, some basic algebra, my favorite, Cellular Automata, and more, are covered in <a target="_blank" href="https://www.amazon.com/gp/product/1593278675/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1593278675&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=f252a98365ffa35c5ac4647dc9fdf5c5">Math Adventures with Python: An Illustrated Guide to Exploring Math with Code</a><img decoding="async" src="//ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=am2&#038;o=1&#038;a=1593278675" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> by Peter Farrell. Farrell is a math and computer science teacher who is interested in math education and using technology in learning. <span id="more-31593"></span></p>
<p>The level of sophistication of the products this book aims for is fairly astounding, and using only basic Python tools. Better than a Spirograph.</p>
<p><img fetchpriority="high" decoding="async" data-attachment-id="31594" data-permalink="https://gregladen.com/blog/2019/02/14/math-adventures-with-python/rotatingtrianglespython/" data-orig-file="https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2019/02/RotatingTrianglesPython.png?fit=343%2C380&amp;ssl=1" data-orig-size="343,380" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="RotatingTrianglesPython" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2019/02/RotatingTrianglesPython.png?fit=271%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2019/02/RotatingTrianglesPython.png?fit=343%2C380&amp;ssl=1" src="https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2019/02/RotatingTrianglesPython.png?resize=343%2C380" alt="" width="343" height="380" class="alignright size-full wp-image-31594" srcset="https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2019/02/RotatingTrianglesPython.png?w=343&amp;ssl=1 343w, https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2019/02/RotatingTrianglesPython.png?resize=271%2C300&amp;ssl=1 271w" sizes="(max-width: 343px) 100vw, 343px" data-recalc-dims="1" />The most interesting thing about the material provided by Farrell is how little coding is required to do spectacular and complicated math; you learn some very nice coding technique in this book. But at the same time you get to learn some math.  Kids interested in coding can easily handle this in Middle School, with some guidance, and adults who want to learn Python and have a math orientation will love it. But it is also a good book to have around as a reference if you normally work with numbers, shapes, basic math, and things like complex numbers and systems of equations.  You will find useful tools herein.</p>
<p><a target="_blank" href="https://www.amazon.com/gp/product/1593278675/ref=as_li_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1593278675&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=ddb49cc40643e0102ae5920079fa5dff">Math Adventures with Python</a><img decoding="async" src="//ir-na.amazon-adsystem.com/e/ir?t=grlasbl0a-20&#038;l=am2&#038;o=1&#038;a=1593278675" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> is really fun.</p>
<p><img decoding="async" data-attachment-id="31596" data-permalink="https://gregladen.com/blog/2019/02/14/math-adventures-with-python/mathadv_cover-front_new/" data-orig-file="https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2019/02/mathadv_cover-front_new.png?fit=169%2C225&amp;ssl=1" data-orig-size="169,225" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="mathadv_cover-front_new" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2019/02/mathadv_cover-front_new.png?fit=169%2C225&amp;ssl=1" data-large-file="https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2019/02/mathadv_cover-front_new.png?fit=169%2C225&amp;ssl=1" src="https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2019/02/mathadv_cover-front_new.png?resize=169%2C225" alt="" width="169" height="225" class="alignright size-full wp-image-31596" data-recalc-dims="1" />Uses Python 3, and this is the TOC:</p>
<p>Part 1: Hitchin&#8217; Up Your Python Wagon<br />
Chapter 1: Drawing Polygons with Turtles<br />
Chapter 2: Making Tedious Arithmetic Fun with Lists and Loops<br />
Chapter 3: Guessing and Checking with Conditionals</p>
<p>Part 2: Riding into Math Territory<br />
Chapter 4: Transforming and Storing Numbers with Algebra<br />
Chapter 5: Transforming Shapes with Geometry<br />
Chapter 6: Creating Oscillations with Trigonometry<br />
Chapter 7: Complex Numbers<br />
Chapter 8: Using Matrices for Computer Graphics and Systems of Equations</p>
<p>Part 3: Blazing Your Own Trail<br />
Chapter 9: Building Objects with Classes<br />
Chapter 10: Creating Fractals Using Recursion<br />
Chapter 11: Cellular Automata<br />
Chapter 12: Solving Problems Using Genetic Algorithms</p>
]]></content:encoded>
					
					<wfw:commentRss>https://gregladen.com/blog/2019/02/14/math-adventures-with-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">31593</post-id>	</item>
		<item>
		<title>Math Mystery Book That Is Bilingual</title>
		<link>https://gregladen.com/blog/2017/10/03/math-mystery-book-that-is-bilingual/</link>
					<comments>https://gregladen.com/blog/2017/10/03/math-mystery-book-that-is-bilingual/#respond</comments>
		
		<dc:creator><![CDATA[Greg Laden]]></dc:creator>
		<pubDate>Tue, 03 Oct 2017 19:19:03 +0000</pubDate>
				<category><![CDATA[Book review]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[Science Education]]></category>
		<category><![CDATA[Spanish]]></category>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/?p=24599</guid>

					<description><![CDATA[Sorry, the contents of this post have been moved to THIS NEW LOCATION. Please click through! Thanks.]]></description>
										<content:encoded><![CDATA[<p><a href="https://gregladen.com/blog/2017/10/math-mystery-book-bilingual/">Sorry, the contents of this post have been moved to THIS NEW LOCATION.  Please click through! Thanks. </a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://gregladen.com/blog/2017/10/03/math-mystery-book-that-is-bilingual/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">24599</post-id>	</item>
		<item>
		<title>&#8220;Girls Can&#8217;t Do Math&#8221;</title>
		<link>https://gregladen.com/blog/2011/10/09/girls-cant-do-math/</link>
					<comments>https://gregladen.com/blog/2011/10/09/girls-cant-do-math/#comments</comments>
		
		<dc:creator><![CDATA[Greg Laden]]></dc:creator>
		<pubDate>Mon, 10 Oct 2011 01:02:13 +0000</pubDate>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Feminism]]></category>
		<category><![CDATA[Girls and Math]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[Sexism]]></category>
		<guid isPermaLink="false">http://freethoughtblogs.com/xblog/?p=731</guid>

					<description><![CDATA[Look at this picture and ask yourself if it is funny, or if it is &#8230; something other than funny: I have about five friends, if you count people that I care a great deal for, that are very important to me, and that a) I am not married to b) am not otherwise related &#8230; <a href="https://gregladen.com/blog/2011/10/09/girls-cant-do-math/" class="more-link">Continue reading <span class="screen-reader-text">&#8220;Girls Can&#8217;t Do Math&#8221;</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Look at this picture and ask yourself if it is funny, or if it is &#8230; something other than funny:</p>
<figure id="attachment_732" aria-describedby="caption-attachment-732" style="width: 500px" class="wp-caption aligncenter"><a href="https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2011/10/Screw_This_Shit_Ill_be_a_stripper.jpg"><img loading="lazy" decoding="async" src="https://i0.wp.com/gregladen.com/blog/wp-content/uploads/2011/10/Screw_This_Shit_Ill_be_a_stripper.jpg?resize=500%2C409" alt="Post his on facebook you are not my friend" title="Screw_This_Shit_Ill_be_a_stripper" width="500" height="409" class="size-full wp-image-732" data-recalc-dims="1" /></a><figcaption id="caption-attachment-732" class="wp-caption-text">What do you think of this picture and caption?</figcaption></figure>
<p><span id="more-4981"></span></p>
<p>I have about five friends, if you count people that I care a great deal for, that are very important to me, and that a) I am not married to b) am not otherwise related to and c) am not stalking.  OK, maybe four.  The point is, I recognize the difference between real life meatspace friends and Facebook friends.</p>
<p>Having said that, I have some friends on Facebook (and maybe Google+ friends?) whom I don&#8217;t know in meatspace but who I do think of as friends because we have regular, positive interactions.  Just the other day, I had a long talk with Claudia about life.  Gwen is always there to support a progressive idea when the arguing starts.  I asked for a favor just a little while ago and Aseem immediately came to my aid.  These are people I&#8217;ve never met before but I consider friends anyway.  Funny how facebook works.  </p>
<p>But since I am a <a href="http://scienceblogs.com/gregladen/2011/03/finding_facebook_1.php">facebook slut</a>, and shamelessly use facebook to promote my political agendas and my blogs and stuff, I have ended up with a LOT of &#8220;friends&#8221;  on facebook &#8230; over 4,000 &#8230; and many of them are people I don&#8217;t interact with, or people who may not even be active on facebook, or in some cases, people who are not even people but still count on the Tally of Friends.  And, as I understand it, once you hit 5,000 friends, you can&#8217;t have any more.  For some reason, whatever Facebook is, and whatever a Facebook friend is, you can&#8217;t have more than a certain number which happens to be a nice round number, according to the people who make up these rules at Facebook Central.  Why 5,000?  Because people who are in charge of made up realities tend to be utterly arbitrary in how they spec out those realities.  Think playground.  Making up the rules of some new game you are making up.  That&#8217;s what Facebook is.</p>
<p>Anyway, with 4,000 plus friends, I realize that at some point I may have to tell people they can&#8217;t be my friend, but instead, they must Worship We as Public Figure.  Facebook already gave me the Public Figure page.  There are about five people who &#8220;like&#8221; it.  The rule is, I can have 5,000 Facebook Friends but I can&#8217;t have 5,001 Facebook Friends, but I can have 5,000 Facebook Friends and 1 person who &#8220;likes&#8221; me as a public figure.  I don&#8217;t understand any of this.</p>
<p>So, although I don&#8217;t understand it, I think I know what to do about it, and it relates to the photograph above and not just because it is all about math.</p>
<p>Here&#8217;s the thing.  When I had 2,000 friends, if I noticed that one of my friends posted that picture, I&#8217;d confront them.  I&#8217;d say &#8220;hey, do you know that although one might see that photograph as funny from certain perspectives, it actually reifies the myth that girls are bad at math, supports the idea of female inadequacies in some arbitrarily defined area as innate, and urges the objectification of young women in an inappropriate and repressive manner&#8221; or words to that effect.  And we&#8217;d have a conversation,  and I would spend some energy on that, and there may or may not be a good outcome.</p>
<p>When I had 3,000 friends, if I noticed that one of my friends posted that picture, I&#8217;d probably not approach them in the same way, but rather, I&#8217;d be a bit more aggressive.  I might say something like &#8220;Hey, you dick, this picture damages women, and girls.  Who do you think you are trying to meme-out your misogyny?&#8221; and then there would be a fight, and Bob, and Jaf, and Aseem and Gwen and a bunch of others would jump in and if the person who posted the picture didn&#8217;t give up right away we&#8217;d kick his ass.  </p>
<p>But now, I have 4,000 plus friends.  So when I see that picture, I unfriend you.  Bye.  I wanna make room for others.  </p>
<p>And that is why when I decided to write this post, I couldn&#8217;t find a copy of this picture.  I had unfreinded the three or four dickheads who had posted it.  Summarily. No questions asked, statements made, or fights started.  Making room for people I&#8217;d prefer to have as my friends.  </p>
<p>Thanks, Aseem for finding that picture for me a mere 45 seconds after I asked for it!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://gregladen.com/blog/2011/10/09/girls-cant-do-math/feed/</wfw:commentRss>
			<slash:comments>39</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4981</post-id>	</item>
	</channel>
</rss>
