<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with maths</title>
      <link>http://ask.metafilter.com/tags/maths</link>
      <description>Questions tagged with 'maths' at Ask MetaFilter.</description>
	  <pubDate>Sun, 01 Nov 2009 11:33:28 -0800</pubDate> <lastBuildDate>Sun, 01 Nov 2009 11:33:28 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Grapher: How do I animate a parameter?</title>
	<link>http://ask.metafilter.com/136978/Grapher%2DHow%2Ddo%2DI%2Danimate%2Da%2Dparameter</link>	
	<description>How do you animate a parameter in the OSX Grapher utility? There is an example called &quot;Variable Parameter&quot; that has a time line where T varies from 0 to 10. When you move the slider, the graphs are redrawn accordingly.&lt;br&gt;
&lt;br&gt;
I&apos;d like to do something similar, with different equations. But I can&apos;t seem to animate any parameters. I can create a system of equations with discrete steps (using curly brace notation) or do a parametric equation that varies continuously, but none allow me to animate a parameter. &lt;br&gt;
&lt;br&gt;
Simple example:&lt;br&gt;
I&apos;d like to create an animation for y=sin(x+t) or even y=t*sin(x). How do I do that?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136978</guid>
	<pubDate>Sun, 01 Nov 2009 11:33:28 -0800</pubDate>
	<category>animate</category>
	<category>chart</category>
	<category>function</category>
	<category>grapher</category>
	<category>math</category>
	<category>maths</category>
	<category>parameter</category>
	<category>parametric</category>
	<category>resolved</category>
	<dc:creator>b1tr0t</dc:creator>
	</item>
	<item>
	<title>Permutations: an extension of the odd sock problem</title>
	<link>http://ask.metafilter.com/131707/Permutations%2Dan%2Dextension%2Dof%2Dthe%2Dodd%2Dsock%2Dproblem</link>	
	<description>I&apos;ve annoyed myself by getting stuck attempting to work out a silly maths problem relating to permutations. It&apos;s an extension of the &apos;how many odd socks do I have to pull out of a drawer before I find a pair&apos; problem. Only my theoretical sock-wearer has three legs. And a penchant for odd socks. Let&apos;s say I&apos;m &lt;a href=&quot;http://www.youtube.com/watch?v=GS-itkO9ia8&quot;&gt;Jake the Peg&lt;/a&gt;. I have &lt;strong&gt;&lt;em&gt;s&lt;/em&gt;&lt;/strong&gt; socks in a drawer. There are &lt;strong&gt;&lt;em&gt;n&lt;/em&gt;&lt;/strong&gt; different types of sock. On average, how many socks must I remove from the drawer before I get three odd ones?&lt;br&gt;
&lt;br&gt;
I&apos;ve worked this out from scratch using a drawer containing only 5 socks. Obviously, if all 5 socks are different (s=n=5), then there are &lt;em&gt;5!&lt;/em&gt; different ways of pulling the 5 socks from the drawer, and every single one of those leads to me having an odd triplet after only 3 socks. &lt;br&gt;
&lt;br&gt;
If I only have 4 types of sock (i.e. in the drawer of 5, there&apos;s 1 pair and 3 odd ones), again, there are 120 ways of pulling all 5 socks out of the drawer, but this time there are only 60 unique sequences [I managed to work out from first principles that the number of unique ways of withdrawing the socks is &lt;em&gt;s!/(s-n+1)!&lt;/em&gt;, not that that seems to help me at all ]. 84 of these sequences lead me to have an odd triplet after the first three socks. 36 of these lead me to have an odd triplet after the first four socks. At no stage do I need to withdraw all 5. So now the average number of socks I need to withdraw to get an odd triplet is (3x84 + 4*36)/120 = 3.3. &lt;br&gt;
&lt;br&gt;
If I now only have 3 types of sock (i.e. in the drawer of 5, there are three black ones, a &apos;Worlds Best Dad&apos; and a Homer Simpson), there are 20 unique ways of removing them all, and, if I&apos;ve counted right, 37 ways of getting an odd triplet after 3 socks; 35 ways of getting an odd triplet after 4 socks; 48 ways of only getting an odd triplet after removing all 5 socks from the drawer. This leads to an average of 4.09.&lt;br&gt;
&lt;br&gt;
My tiny brain is now too overheated to take this further. There must be a connection between these numbers, but I can&apos;t get a handle on a pattern, and am too daunted by the prospect of writing out all the variations of 720 sequences for a drawer of 6 socks to do it by brute force. Can anyone please put me out of my misery and point me towards a general formula for this, to solve the average number of socks necessary to achieve an odd triplet given &lt;em&gt;s&lt;/em&gt; socks and &lt;em&gt;n&lt;/em&gt; different types?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.131707</guid>
	<pubDate>Tue, 01 Sep 2009 15:00:02 -0800</pubDate>
	<category>combinations</category>
	<category>math</category>
	<category>maths</category>
	<category>permutations</category>
	<category>socks</category>
	<dc:creator>Beautiful Screaming Lady</dc:creator>
	</item>
	<item>
	<title>Help me figure out this sequence</title>
	<link>http://ask.metafilter.com/130277/Help%2Dme%2Dfigure%2Dout%2Dthis%2Dsequence</link>	
	<description>Ive been tearing my hair out trying to work out a mathematical formula for a sequence of numbers I have. Have a look inside and tell me if you see a pattern. Im trying to reverse engineer a little section of a computer program, I enter the numbers below and get the result out. I have just written out a sample of different numbers I have entered in. I cannot work out what it is doing, there is obviously some rounding in there which is throwing me off..&lt;br&gt;
&lt;br&gt;
0.01-&amp;gt;2&lt;br&gt;
0.02-&amp;gt;3&lt;br&gt;
0.03-&amp;gt;3&lt;br&gt;
0.04-&amp;gt;3&lt;br&gt;
0.05-&amp;gt;4&lt;br&gt;
0.06-&amp;gt;4&lt;br&gt;
0.07-&amp;gt;4&lt;br&gt;
0.08-&amp;gt;4&lt;br&gt;
0.09-&amp;gt;4&lt;br&gt;
0.10-&amp;gt;5&lt;br&gt;
&lt;br&gt;
0.1-&amp;gt;5&lt;br&gt;
0.2-&amp;gt;6&lt;br&gt;
0.3-&amp;gt;7&lt;br&gt;
0.4-&amp;gt;7&lt;br&gt;
0.5-&amp;gt;8&lt;br&gt;
0.6-&amp;gt;8&lt;br&gt;
0.7-&amp;gt;9&lt;br&gt;
0.8-&amp;gt;9&lt;br&gt;
0.9-&amp;gt;10&lt;br&gt;
1.0-&amp;gt;10&lt;br&gt;
1.1-&amp;gt;10&lt;br&gt;
1.2-&amp;gt;11&lt;br&gt;
1.3-&amp;gt;11&lt;br&gt;
1.4-&amp;gt;11&lt;br&gt;
1.5-&amp;gt;11&lt;br&gt;
1.6-&amp;gt;12&lt;br&gt;
1.7-&amp;gt;12&lt;br&gt;
1.8-&amp;gt;12&lt;br&gt;
1.9-&amp;gt;12&lt;br&gt;
2.0-&amp;gt;12&lt;br&gt;
&lt;br&gt;
3.0-&amp;gt;14&lt;br&gt;
&lt;br&gt;
4.0-&amp;gt;16&lt;br&gt;
&lt;br&gt;
10.0-&amp;gt;22&lt;br&gt;
&lt;br&gt;
100.0-&amp;gt;46&lt;br&gt;
&lt;br&gt;
1000.00-&amp;gt;100&lt;br&gt;
&lt;br&gt;
Anyone have any idea?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130277</guid>
	<pubDate>Sun, 16 Aug 2009 04:55:29 -0800</pubDate>
	<category>maths</category>
	<category>pattern</category>
	<category>sequence</category>
	<dc:creator>phyle</dc:creator>
	</item>
	<item>
	<title>Time as a percentage</title>
	<link>http://ask.metafilter.com/130098/Time%2Das%2Da%2Dpercentage</link>	
	<description>If something takes 2 hours to complete and is then re-run and takes only 1 hour ... is that 100% quicker or 50% quicker? MathsFilter - maths has never been my strong point!  My google-fu has failed me as well.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130098</guid>
	<pubDate>Thu, 13 Aug 2009 14:42:00 -0800</pubDate>
	<category>maths</category>
	<category>resolved</category>
	<dc:creator>cantthinkofone</dc:creator>
	</item>
	<item>
	<title>Math? Maths? Mathesises? Mathelesalizes? Mathematisessizes?</title>
	<link>http://ask.metafilter.com/127190/Math%2DMaths%2DMathesises%2DMathelesalizes%2DMathematisessizes</link>	
	<description>When did &quot;Maths&quot; change to &quot;Math&quot; in American English? Or is it the other way around? I&apos;m curious to know more about the origin of the math/maths break in the English language. Growing up in the United States, the shortening of mathematics to &quot;math&quot; has always sounded correct to me. But I know in the UK that &quot;maths&quot; tends to be more common. What I&apos;m wondering is how/when/why this shift happened? Is it based on the long form spelling of &quot;mathematics&quot;? Is it based on the sound when pronounced (and is a teacher of other subjects with the &quot;s&quot; sound treated in a similar manner (e.g. a Sciences teacher rather than a Science teacher))? Or is it just one of those weird differences with no explanation other than that is how it&apos;s always been done? Any background you can provide is appreciated. Information on how other slight changes between our English forms happened is also welcome. Not as interested in total word differences (lorry/truck, lift/elevator, etc.) so much as the same word with slight variance.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.127190</guid>
	<pubDate>Sat, 11 Jul 2009 20:21:17 -0800</pubDate>
	<category>english</category>
	<category>language</category>
	<category>linguistics</category>
	<category>math</category>
	<category>mathematics</category>
	<category>maths</category>
	<dc:creator>fishmasta</dc:creator>
	</item>
	<item>
	<title>How to maximise a matrix subject to constraints?</title>
	<link>http://ask.metafilter.com/124737/How%2Dto%2Dmaximise%2Da%2Dmatrix%2Dsubject%2Dto%2Dconstraints</link>	
	<description>Optimisation problem:  trying to find the subset of my data that meets a couple of constraints. I have a data set with 200 columns and 20 rows of numbers.  I am trying to find the 20 columns that make the mean of all values in the resulting 20 x 20 data set as large as possible--subject to the constraint that no row in the 20 x 20 set can have a mean value below a particular figure.&lt;br&gt;
&lt;br&gt;
I have access to a range of software tools (Excel, Mathematica, SPSS).  I know how to specify the constraint if I were going for a brute force solution, but obviously that&apos;s not going to be feasible here.   All suggestions greatly appreciated. . . . .</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.124737</guid>
	<pubDate>Sun, 14 Jun 2009 05:16:45 -0800</pubDate>
	<category>maths</category>
	<category>matrix</category>
	<category>optimisation</category>
	<dc:creator>muhonnin</dc:creator>
	</item>
	<item>
	<title>Stats/Maths filter: How do I solve a sigmoidal?</title>
	<link>http://ask.metafilter.com/122954/StatsMaths%2Dfilter%2DHow%2Ddo%2DI%2Dsolve%2Da%2Dsigmoidal</link>	
	<description>I am trying to fit my data onto a sigmoidal function. The fit won&apos;t be perfect, but I am stuck with it for now.

To help with this, I have been (very generously) given a spreadsheet that creates a sigmoidal curve if the values a, b, x0 and x are known. How do I get these values? The excel spreadsheet that I have implements a &lt;a href=&quot;http://img.photobucket.com/albums/v393/daniel_step/sigmoid.png&quot;&gt;three-parameter sigmoidal function&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
All I know so far is that &lt;em&gt;x&lt;/em&gt; is my cutoff (70th percentile) which is solved using the &lt;a href=&quot;http://img.photobucket.com/albums/v393/daniel_step/restructured.png&quot;&gt;restructured equation&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
I&apos;ve scoured the interwebs for help on this, but I can&apos;t for the life of me figure out how to solve for &lt;em&gt;a&lt;/em&gt; and &lt;em&gt;b&lt;/em&gt;, and what &lt;em&gt;x0&lt;/em&gt; is meant to be. All online resources I have found so far are either really basic (what is a sigmoidal function), or too advanced (how to fit real-time PCR to a sigmoidal function).&lt;br&gt;
&lt;br&gt;
Any help would be great.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.122954</guid>
	<pubDate>Sun, 24 May 2009 20:53:44 -0800</pubDate>
	<category>excel</category>
	<category>maths</category>
	<category>psychophysics</category>
	<category>sigmoid</category>
	<category>sigmoidal</category>
	<category>statistics</category>
	<dc:creator>doctor.dan</dc:creator>
	</item>
	<item>
	<title>Getting Bachs number</title>
	<link>http://ask.metafilter.com/119435/Getting%2DBachs%2Dnumber</link>	
	<description>Interested to know more about the &apos;numbers&apos; in JS Bach&apos;s music. Sometime ago I heard a radio programme about how some of Bachs music had patterns in which could be viewed as significant outside of what the music sounded like. I&apos;m interested to know what this area of study/interest might be called and where can I (not a musician or a mathematician) read more about it ?&lt;br&gt;
&lt;br&gt;
I realise that this all sounds a bit nutty but apparently this is an established field of interest/study ... !&lt;br&gt;
&lt;br&gt;
(That radio programme was produced, I&apos;m reasonably sure, by Deutsche Welle english language service. It was part of a series to mark 250 years since JSB died and it was really good so anyone who knew where that was online would get extra points !)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.119435</guid>
	<pubDate>Mon, 13 Apr 2009 17:38:47 -0800</pubDate>
	<category>bach</category>
	<category>maths</category>
	<category>music</category>
	<category>resolved</category>
	<dc:creator>southof40</dc:creator>
	</item>
	<item>
	<title>Game theory for people who like words and pictures?</title>
	<link>http://ask.metafilter.com/112615/Game%2Dtheory%2Dfor%2Dpeople%2Dwho%2Dlike%2Dwords%2Dand%2Dpictures</link>	
	<description>Best books, websites, lecture series on game theory and its applications for smart people who understand mathematics but can&apos;t stand trawling through pages of unnecessary complex formulae?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.112615</guid>
	<pubDate>Mon, 26 Jan 2009 13:27:33 -0800</pubDate>
	<category>contracts</category>
	<category>economics</category>
	<category>gametheory</category>
	<category>math</category>
	<category>mathematics</category>
	<category>maths</category>
	<category>minimax</category>
	<category>nash</category>
	<category>strategy</category>
	<dc:creator>vizsla</dc:creator>
	</item>
	<item>
	<title>How does this calculator work?</title>
	<link>http://ask.metafilter.com/111854/How%2Ddoes%2Dthis%2Dcalculator%2Dwork</link>	
	<description>How do mortgage calculations work? As an always-have-been-and-always-will-be renter, I&apos;ve been free to ignore mortgages and how they&apos;re calculated. But now, for work, I need to understand how they&apos;re calculated. Specifically, I need to understand how the mortgage calculator on this page works:&lt;br&gt;
&lt;br&gt;
https://www.uamc.com/locator/Calculators (select &quot;What Will My Monthly Payments Be?&quot; on the left panel)&lt;br&gt;
&lt;br&gt;
Can this be distilled down to a mathematical equation that a programmer on my team would understand? &lt;br&gt;
&lt;br&gt;
This is in California, if it makes a difference.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.111854</guid>
	<pubDate>Fri, 16 Jan 2009 12:28:02 -0800</pubDate>
	<category>calculations</category>
	<category>formula</category>
	<category>maths</category>
	<category>mortgages</category>
	<dc:creator>missmobtown</dc:creator>
	</item>
	<item>
	<title>Did the earth move for you too?</title>
	<link>http://ask.metafilter.com/111309/Did%2Dthe%2Dearth%2Dmove%2Dfor%2Dyou%2Dtoo</link>	
	<description>GISfilter -- I have a PostGIS table containing spatial data in the form of a few thousand shapefiles.  Anybody know a quick way I can move *all* of them by about 40 metres? Due to a bizarre set of circumstances I need to work with a data set of things contructed from GPS in Ireland.  Because of a systemic error, every multipolygon I have is out of whack slightly.  Boo!&lt;br&gt;
&lt;br&gt;
Yet, because the country I live in is small enough for this to work, I can have a bunch of stuff accurate to within 2m if I globally move every multipolygon 50m to the North and 23.4m to the West.  Yay!&lt;br&gt;
&lt;br&gt;
But I&apos;m too unfamiliar with both Postgres and Python (I&apos;m working with Geodjango for the first time) to figure out which 10-line loop script will do that lateral translation for me.  Boo!&lt;br&gt;
&lt;br&gt;
So... um...  can anybody lend me a hand here?  I don&apos;t really care which language the one-use-ever script I need is written in.  And my multipolygons are strings of co-ords using WGS84, where each X&amp;amp;Y value is separated by a space, and each pair separated by a comma.&lt;br&gt;
&lt;br&gt;
The application of your collective genius is warmly appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.111309</guid>
	<pubDate>Sat, 10 Jan 2009 12:24:08 -0800</pubDate>
	<category>gis</category>
	<category>math</category>
	<category>maths</category>
	<category>postgis</category>
	<category>postgres</category>
	<category>resolved</category>
	<category>translation</category>
	<dc:creator>genghis</dc:creator>
	</item>
	<item>
	<title>&quot;Beware of the Physicist.&quot;</title>
	<link>http://ask.metafilter.com/109048/Beware%2Dof%2Dthe%2DPhysicist</link>	
	<description>What might |000&amp;gt; + |111&amp;gt; mean, on a garden gate? This morning on the way to work, I passed a house where the garden gate bore a sign reading: |000&amp;gt; + |111&amp;gt;. (This isn&apos;t too surprising in Cambridge. My other favourite signs include &quot;Silence&quot; in Latin, Ancient Greek and Babylonian and &quot;Don&apos;t lean bicycles here&quot; in Latin and Ancient Greek.)&lt;br&gt;
&lt;br&gt;
I&apos;m at work now staring at a database, and it&apos;s been a few years since my last physics or pure maths courses. Can anyone suggest what the houseowners meant by their sign?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.109048</guid>
	<pubDate>Fri, 12 Dec 2008 05:33:42 -0800</pubDate>
	<category>cambridge</category>
	<category>maths</category>
	<category>physics</category>
	<category>signs</category>
	<dc:creator>daisyk</dc:creator>
	</item>
	<item>
	<title>Help me relearn mathematics and its practica applications</title>
	<link>http://ask.metafilter.com/98048/Help%2Dme%2Drelearn%2Dmathematics%2Dand%2Dits%2Dpractica%2Dapplications</link>	
	<description>Applied Math Filter: Help me use math!
I&apos;d like to learn more about mathematics and it&apos;s practical applications - particularly in Computer Science I&apos;m a Computer Networking graduate (under 25) who never really done much math at university. My course was somewhere between computer science and communications engineering so maths sort of slipped through the cracks.&lt;br&gt;
&lt;br&gt;
Now, I&apos;m looking to re-learn math. I know that a lot of mathematics is abstract but I&apos;m having difficulties seeing practical applications.&lt;br&gt;
&lt;br&gt;
Where I&apos;m at:&lt;br&gt;
I took calculus at high school but just scraped through (I spent more time fighting with the teacher than learning). I don&apos;t remember a bit of it. I&apos;m pretty much at &quot;square one&quot; so will be learning from the start. I consider myself a quick learner in most areas but had a horrible foundation in math so never picked it back up. I&apos;ve bought a couple of math books which should teach me the theory I need. I&apos;ve always thought graphing calculators were pretty interesting but lack the mathematical knowledge to necessitate their use (or purchase). I&apos;m currently in the process of ditching my &quot;college job&quot; to go for a &quot;real job&quot;.&lt;br&gt;
&lt;br&gt;
What I want:&lt;br&gt;
I want to learn math with a view to using it practically (preferably in computer science).&lt;br&gt;
&lt;br&gt;
How you can help:&lt;br&gt;
I&apos;d like suggestions on how I should go about learning mathematics and its practical applications. Which areas should I look at if I want to use mathematics in computing? I think my problem is that I can&apos;t see a practical application for math that I&apos;d like to explore but I have a strong urge to develop my mathematics skills.&lt;br&gt;
&lt;br&gt;
Any help would be greatly appreciated! Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.98048</guid>
	<pubDate>Fri, 01 Aug 2008 05:19:32 -0800</pubDate>
	<category>algebra</category>
	<category>calculus</category>
	<category>computer</category>
	<category>computerscience</category>
	<category>learn</category>
	<category>math</category>
	<category>mathematics</category>
	<category>maths</category>
	<category>precalculus</category>
	<category>relearn</category>
	<category>science</category>
	<dc:creator>dcbarker</dc:creator>
	</item>
	<item>
	<title>How can I help my (nearly) seven year old son &quot;get&quot; maths?</title>
	<link>http://ask.metafilter.com/97865/How%2Dcan%2DI%2Dhelp%2Dmy%2Dnearly%2Dseven%2Dyear%2Dold%2Dson%2Dget%2Dmaths</link>	
	<description>How can I help my 6 1/2 year old son to *get* maths?  It hasn&apos;t clicked with him at all and I find myself getting frustrated with having to repeat really basic stuff when helping him with his homework.  I&apos;m not a maths genius myself and I really don&apos;t want to put him off by getting cranky because he&apos;s just not getting it.  How do I help him get it? He&apos;s a really very bright little fellow who can read exceptionally well and his vocabulary is excellent.  He&apos;s good with words.  It&apos;s numbers that he hasn&apos;t come to terms with yet.  Reading the clock, money, simple addition (and subtraction); all of these things are not within his frame of reference at the moment.  How can I help him get the decimal system?  I figure that once he&apos;s got the whole &apos;there&apos;s only 9 numbers and zero and then you go up a notch and then another notch and so on&apos; at least he&apos;ll have somewhere to work from.&lt;br&gt;
&lt;br&gt;
He doesn&apos;t have to become a mathematician, I just want him to find a good place to start so it all makes some sense.  At the moment, he&apos;s baffled.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97865</guid>
	<pubDate>Wed, 30 Jul 2008 03:00:14 -0800</pubDate>
	<category>children</category>
	<category>learning</category>
	<category>math</category>
	<category>maths</category>
	<category>primary</category>
	<category>school</category>
	<dc:creator>h00py</dc:creator>
	</item>
	<item>
	<title>%</title>
	<link>http://ask.metafilter.com/94009/</link>	
	<description>I am useless at mathematics. If company A grows at 5% a month, how much bigger is it after one year? Answers in percentage terms</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.94009</guid>
	<pubDate>Fri, 13 Jun 2008 13:41:08 -0800</pubDate>
	<category>maths</category>
	<dc:creator>dydecker</dc:creator>
	</item>
	<item>
	<title>Best way to tile a sphere ?</title>
	<link>http://ask.metafilter.com/92966/Best%2Dway%2Dto%2Dtile%2Da%2Dsphere</link>	
	<description>How can I tile a sphere using the minimum number of differently shaped units? I have a 3 meter diameter sphere and I need to tile it using units that are each about 400 square cm (ie like a 20 x 20cm square). The units must be flat (ie, not spherical triangles). I&apos;m currently thinking of using a geodesic tiling, but a (for instance) a 5V geodesic tiling results in (i think) 6 different tile shapes, and also has the problem that the density of tiles isn&apos;t constant over the surface - there are obvious visual artefacts where the tiles bunch up. I need to try to minimise the number of different types of unit, and to optimise the appearance so that it&apos;s as even as possible. Are there any better ways of tiling a sphere?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92966</guid>
	<pubDate>Mon, 02 Jun 2008 07:07:53 -0800</pubDate>
	<category>computers</category>
	<category>geodesic</category>
	<category>geometry</category>
	<category>maths</category>
	<category>sphere</category>
	<category>tessellation</category>
	<category>tiling</category>
	<dc:creator>silence</dc:creator>
	</item>
	<item>
	<title>How can I implement an s-curve function in excel?</title>
	<link>http://ask.metafilter.com/89022/How%2Dcan%2DI%2Dimplement%2Dan%2Dscurve%2Dfunction%2Din%2Dexcel</link>	
	<description>How can I implement an s-curve function in excel? I have some programming experience, but my maths is crap.&lt;br&gt;
I want a generic function to use to to effect a smooth transition between two numbers.   Asigmoid funtion seem useful.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I have read throught these pages :&lt;br&gt;
http://en.wikipedia.org/wiki/Sigmoid_function&lt;br&gt;
http://www.computing.dcu.ie/~humphrys/Notes/Neural/sigmoid.html&lt;br&gt;
&lt;br&gt;
But my poor math skills stop me from implementing it.&lt;br&gt;
I do not understand how to transfer the equations I see in to code, or excel.&lt;br&gt;
&lt;br&gt;
Much of the problem is I can&apos;t properly read and understand the notation used in math functions.&lt;br&gt;
I did ask in an IRC math channel, but several people laughed.&lt;br&gt;
&lt;br&gt;
If someone could show me how to implement the sigmoid function in excel, it would help me learn.&lt;br&gt;
&lt;br&gt;
Thanks</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.89022</guid>
	<pubDate>Wed, 16 Apr 2008 17:48:00 -0800</pubDate>
	<category>maths</category>
	<category>programming</category>
	<dc:creator>matholio</dc:creator>
	</item>
	<item>
	<title>Silly question about flashing...</title>
	<link>http://ask.metafilter.com/82920/Silly%2Dquestion%2Dabout%2Dflashing</link>	
	<description>I have a question about persistence of vision and flashing lights... There will be maths and biology involved. Imagine you have two LEDs. They each produce one hypthetical unit of light (1 HUL if you will). If they&apos;re both turned on, they produce a combined 2HUL.&lt;br&gt;
&lt;br&gt;
Now imagine that they flash at a rate greater than 25fps in a way that when one is on the other is off.&lt;br&gt;
&lt;br&gt;
Ideally they are producing 1HUL. In reality the light up time probably means it&apos;s a little less than this. But here is my question:&lt;br&gt;
&lt;br&gt;
What does the human eye *think* they are producing? Do you see the equivalent of 1HUL, 2HUL or somewhere in between? Does it matter if you are looking directly at the LEDs or at a surface being illuminated by them?&lt;br&gt;
&lt;br&gt;
&lt;small&gt;I&apos;ve used 25 fps here since with cartoons a frame rate above 25 fps creates a moving image... it may be a red herring.&lt;/small&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.82920</guid>
	<pubDate>Wed, 06 Feb 2008 07:44:13 -0800</pubDate>
	<category>biology</category>
	<category>LEDs</category>
	<category>maths</category>
	<category>POV</category>
	<dc:creator>twine42</dc:creator>
	</item>
	<item>
	<title>Tips for university teaching</title>
	<link>http://ask.metafilter.com/78479/Tips%2Dfor%2Duniversity%2Dteaching</link>	
	<description>Teaching a university course for the first time:  any tips or suggestions? 

A friend of mine is preparing to teach his first university course, calculus for non-math majors. He has given single lectures and many seminars before on other more advanced topics, but this is the first time he will be carrying a whole course, on calculus, and with an audience of this size. He&apos;s a quiet guy, works really hard, takes this commitment very seriously, wants to continue in academia, and obviously wants to do a good job!  Any tips, suggestions, warnings, recommendations, revelations, wake-up calls, etc. would be very much appreciated!  Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.78479</guid>
	<pubDate>Wed, 12 Dec 2007 12:25:09 -0800</pubDate>
	<category>calculus</category>
	<category>college</category>
	<category>instructor</category>
	<category>lecturer</category>
	<category>math</category>
	<category>mathematics</category>
	<category>maths</category>
	<category>teaching</category>
	<category>tips</category>
	<category>university</category>
	<dc:creator>onoclea</dc:creator>
	</item>
	<item>
	<title>Why the inconsistent derivatives?</title>
	<link>http://ask.metafilter.com/75334/Why%2Dthe%2Dinconsistent%2Dderivatives</link>	
	<description>Where am I going wrong with this (very simple) implicit derivative? I have an equation: xy + y^2/x = 2. I solve it this way:&lt;br&gt;
&lt;br&gt;
(1 * y) + (x * dy/dx) + (2y*dy/dx * x^-1) + (y^2 * -x^-2) = 0&lt;br&gt;
dy/dx(x + 2y/x) = y^2/x^2 - y&lt;br&gt;
dy/dx((x^2 + 2y)/x) = (y^2 - x^2 * y)/x^2&lt;br&gt;
dy/dx = (y^2 - x^2 * y)/(x^2) * x/(x^2 + 2y)&lt;br&gt;
dy/dx = (y^2 - x^2 * y)/(x^3 + 2xy)&lt;br&gt;
&lt;br&gt;
Now, the answers I have before me say the correct method is:&lt;br&gt;
&lt;br&gt;
x^2 * y + y^2 = 2x&lt;br&gt;
(2x * y) + (dy/dx * x^2) + (2y * dy/dx) = 2&lt;br&gt;
dy/dx(x^2 + 2y) = 2 - 2xy&lt;br&gt;
dy/dx = (2 - 2xy)/(x^2 + 2y)&lt;br&gt;
&lt;br&gt;
Both of these appear correct to me, but the end result is different in each case? Can someone explain the ludicrously obvious mistake I am making?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.75334</guid>
	<pubDate>Sat, 03 Nov 2007 01:01:37 -0800</pubDate>
	<category>calculus</category>
	<category>derivatives</category>
	<category>math</category>
	<category>maths</category>
	<dc:creator>PuGZ</dc:creator>
	</item>
	<item>
	<title>Maths: Help me!</title>
	<link>http://ask.metafilter.com/74591/Maths%2DHelp%2Dme</link>	
	<description>Time for a ridiculous math question: I&apos;ve got F=255M^(-1.08) and I need to work out M. It is driving me crazy that I can&apos;t work this out. &lt;br&gt;
&lt;br&gt;
[[not a homework question]]&lt;br&gt;
&lt;br&gt;
Thanks in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.74591</guid>
	<pubDate>Wed, 24 Oct 2007 18:26:57 -0800</pubDate>
	<category>maths</category>
	<dc:creator>cholly</dc:creator>
	</item>
	<item>
	<title>Inequalities and direction-flipping</title>
	<link>http://ask.metafilter.com/74248/Inequalities%2Dand%2Ddirectionflipping</link>	
	<description>Why is it that when I solve the inequality 0 &#8804; arccos(x) &lt;&gt; cos(&#960;/4)? Why do the operators switch direction?&lt;/&gt; I understand that when multiplying or dividing by a negative number, the operators switch direction - but why is this the case for functions?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.74248</guid>
	<pubDate>Fri, 19 Oct 2007 22:00:46 -0800</pubDate>
	<category>arccos</category>
	<category>arccosine</category>
	<category>cos</category>
	<category>functions</category>
	<category>math</category>
	<category>mathematics</category>
	<category>maths</category>
	<category>operators</category>
	<dc:creator>PuGZ</dc:creator>
	</item>
	<item>
	<title>mathematics chess book?</title>
	<link>http://ask.metafilter.com/74148/mathematics%2Dchess%2Dbook</link>	
	<description>is there a book on the mathematics of chess? i&apos;ve been looking for a book that deals with the mathematics or/and game theory of chess, but i&apos;m not having much luck. is there a chess book that deals with the mathematics/game theory?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.74148</guid>
	<pubDate>Thu, 18 Oct 2007 16:21:49 -0800</pubDate>
	<category>chess</category>
	<category>game</category>
	<category>gametheory</category>
	<category>math</category>
	<category>mathematics</category>
	<category>maths</category>
	<category>theory</category>
	<dc:creator>randomizer</dc:creator>
	</item>
	<item>
	<title>Difficult as ABC</title>
	<link>http://ask.metafilter.com/71680/Difficult%2Das%2DABC</link>	
	<description>ABC x D = BADC. What single numbers (1-9) do the letters represent?
Is there any way to arrive at the answer (a) by logical deduction all the way rather than with some trial-and-error and (b) so that a 10-year-old can follow the logic?
By trial-and-error I mean, for example, having deduced that C might be, e.g., 5 (whereas it couldn&apos;t be, e.g., 3), then experimenting with various values for D (3, 7, 9) and so on. That&apos;s one way to get to an answer, but I&apos;m hoping there&apos;s a more purely deductive route.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.71680</guid>
	<pubDate>Sun, 16 Sep 2007 14:35:54 -0800</pubDate>
	<category>arithmetic</category>
	<category>math</category>
	<category>maths</category>
	<dc:creator>londongeezer</dc:creator>
	</item>
	<item>
	<title>Equation solving help for the intellectually challenged</title>
	<link>http://ask.metafilter.com/64035/Equation%2Dsolving%2Dhelp%2Dfor%2Dthe%2Dintellectually%2Dchallenged</link>	
	<description>(x + y)-(x*y)=79. What are x and y? I know that, once upon a time I knew how to do this - sadly it must be in one of the parts of my brain knocked out by decades of alchol.  Apparently neither are allowed to be 0 - which ruled out my boss&apos; solution.  Any help much appreciated - particularly if you show your working out!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.64035</guid>
	<pubDate>Mon, 04 Jun 2007 06:49:22 -0800</pubDate>
	<category>math</category>
	<category>maths</category>
	<category>x</category>
	<category>y</category>
	<dc:creator>prentiz</dc:creator>
	</item>
	
	</channel>
</rss>

