<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mathematics under the Microscope</title>
	<atom:link href="http://micromath.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://micromath.wordpress.com</link>
	<description>Atomic objects, structures and concepts of mathematics</description>
	<pubDate>Thu, 15 May 2008 04:10:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Why is arithmetic difficult?</title>
		<link>http://micromath.wordpress.com/2008/05/14/why-is-arithmetic-difficult/</link>
		<comments>http://micromath.wordpress.com/2008/05/14/why-is-arithmetic-difficult/#comments</comments>
		<pubDate>Wed, 14 May 2008 21:48:21 +0000</pubDate>
		<dc:creator>Alexandre Borovik</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://micromath.wordpress.com/?p=35</guid>
		<description><![CDATA[My colleague EHK told me today about a difficulty she experienced in her first encounter with arithmetic, aged 6. She could easily solve &#8220;put a number in the box&#8221; problems of the type
,
buy counting how many 1&#8217;s she had to add to 7 in order to get 12
but struggled with
,
because she did not know where [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>My colleague EHK told me today about a difficulty she experienced in her first encounter with arithmetic, aged 6. She could easily solve &#8220;put a number in the box&#8221; problems of the type</p>
<p><img src='http://l.wordpress.com/latex.php?latex=7+%2B+%5Csquare+%3D+12&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='7 + \square = 12' title='7 + \square = 12' class='latex' />,</p>
<p>buy counting how many 1&#8217;s she had to add to 7 in order to get 12</p>
<p>but struggled with</p>
<p><img src='http://l.wordpress.com/latex.php?latex=%5Csquare+%2B6+%3D11&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='\square +6 =11' title='\square +6 =11' class='latex' />,</p>
<p>because she did not know where to start. Worse, she felt that she could not communicate her difficulty to adults.</p>
<p>A brief look at Peano axioms for formal arithmetic provides some insight in EHK&#8217;s difficulties. I quote <a href="http://en.wikipedia.org/wiki/Peano_axioms" target="_blank">Wikipedia</a>, with slight changes:</p>
<blockquote><p>The Peano axioms define the properties of <em>natural numbers</em>, usually represented as a <a title="Set" href="http://en.wikipedia.org/wiki/Set">set</a> <em>N</em> or <img class="tex" src="http://upload.wikimedia.org/math/e/5/b/e5b2e1e7459ccc17ef8193b7bd6f7aea.png" alt="\mathbb{N}." /> [I skip axioms for <a title="Equality (mathematics)" href="http://en.wikipedia.org/wiki/Equality_%28mathematics%29">equality</a> <a title="Relation (mathematics)" href="http://en.wikipedia.org/wiki/Relation_%28mathematics%29">relation</a> -- AB.]</p>
<ol></ol>
<p>The [...] axioms define the properties of the natural numbers. The constant 1 is assumed to be a natural number, and the naturals are assumed to be closed under a &#8220;successor&#8221; <a title="Function (mathematics)" href="http://en.wikipedia.org/wiki/Function_%28mathematics%29">function</a> <em>S</em>.</p>
<ol>
<li>1 is a natural number.</li>
<li>For every natural number <em>n</em>, <em>S</em>(<em>n</em>) is a natural number.</li>
</ol>
<p>Axioms 1 and 2 define a <a title="Unary numeral system" href="http://en.wikipedia.org/wiki/Unary_numeral_system">unary</a> representation of the natural numbers: the number  2 is  <em>S</em>(1), and, in general, any natural number <em>n</em> is <em>S</em><sup><em>n-1</em></sup>(1). The next two axioms define the properties of this representation.</p>
<ol>
<li>For every natural number <em>n</em> other than 1, <em>S</em>(<em>n</em>) ≠ 1. That is, there is no natural number whose successor is 1.</li>
<li>For all natural numbers <em>m</em> and <em>n</em>, if <em>S</em>(<em>m</em>) = <em>S</em>(<em>n</em>), then <em>m</em> = <em>n</em>. That is, <em>S</em> is an <a title="Injective function" href="http://en.wikipedia.org/wiki/Injective_function">injection</a>.</li>
</ol>
<p>The final axiom, sometimes called the <em>axiom of induction</em>, is a method of reasoning about all natural numbers; it is the only <a title="Second-order logic" href="http://en.wikipedia.org/wiki/Second-order_logic">second order</a> axiom.</p>
<ol>
<li>If <em>K</em> is a set such that:
<ul>
<li><em>1</em> is in <em>K</em>, and</li>
<li>for every natural number <em>n</em>, if <em>n</em> is in <em>K</em>, then <em>S</em>(<em>n</em>) is in <em>K</em>,</li>
</ul>
</li>
</ol>
<p>then <em>K</em> contains every natural number.</p>
<dl></dl>
</blockquote>
<p>Thus, Peano arithmetic is a formalisation of that very counting by one that little EHK did, and addition is defined in a precisely the same way as EHK learned to do it: by a recursion</p>
<p><img src='http://l.wordpress.com/latex.php?latex=m+%2B+1+%3DS%28m%29%3B+%5Cquad+m%2BS%28n%29+%3D+S%28m%2Bn%29.&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='m + 1 =S(m); \quad m+S(n) = S(m+n).' title='m + 1 =S(m); \quad m+S(n) = S(m+n).' class='latex' /></p>
<p>Commutativity of addition is a non-trivial (although still accessible to a beginner) theorem. Try to prove it &#8212; you will be forced to feel some sympathy to poor little EHK. If it is a trivial task for you, write a recursive rule for multiplication and prove, from Peano axioms, commutativity of multiplication. Then write a recursion for exponentiation and try to explain, why this time commutativity fails, even if the recursive scheme appears to be the same.</p>
<p>In an ideal world (I emphasise, in an IDEAL world), primary school teachers should be taught Peano arithmetic &#8212; of course not because they have to teach it to their pupils, but because they have to appreciate intellectual challenges that their pupils have to overcome.</p>
<p>It is a strange concept of British model of teachers training that teachers need to know only the stuff that they pass to pupils. For a successful teaching, at least in mathematics, a teacher has to know much, much, more.</p>
<p>I have to emphasise: I do not propose to introduce Peano arithmetic into teacher training courses. I talk about an IDEAL world.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/micromath.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/micromath.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/micromath.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/micromath.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/micromath.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/micromath.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/micromath.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/micromath.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/micromath.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/micromath.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/micromath.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/micromath.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=micromath.wordpress.com&blog=3321008&post=35&subd=micromath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://micromath.wordpress.com/2008/05/14/why-is-arithmetic-difficult/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/borovik-128.jpg" medium="image">
			<media:title type="html">Alexandre Borovik</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/math/e/5/b/e5b2e1e7459ccc17ef8193b7bd6f7aea.png" medium="image">
			<media:title type="html">\mathbb{N}.</media:title>
		</media:content>
	</item>
		<item>
		<title>Teachers &#8217;struggle with grammar&#8217;</title>
		<link>http://micromath.wordpress.com/2008/05/11/teachers-struggle-with-grammar/</link>
		<comments>http://micromath.wordpress.com/2008/05/11/teachers-struggle-with-grammar/#comments</comments>
		<pubDate>Sun, 11 May 2008 15:54:36 +0000</pubDate>
		<dc:creator>Alexandre Borovik</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://micromath.wordpress.com/?p=34</guid>
		<description><![CDATA[And this news from BBC is even more depressing:

English teachers who went to school when grammar was not on the curriculum struggle to teach it, research shows.
A review of international studies on the effective teaching of complex writing says there is a need to improve the teachers&#8217; own skills.
The work was done by Exeter University [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>And this news from <a href="http://news.bbc.co.uk/1/hi/education/7380202.stm" target="_blank">BBC</a> is even more depressing:</p>
<blockquote>
<p class="first"><strong>English teachers who went to school when grammar was not on the curriculum struggle to teach it, research shows.</strong></p>
<p>A review of international studies on the effective teaching of complex writing says there is a need to improve the teachers&#8217; own skills.</p>
<p>The work was done by Exeter University for the Department for Children, Schools and Families in England. [...]</p>
<p><!-- E SF --></p>
<p>The study concludes: &#8220;For English teachers, who themselves attended schools when grammar was not part of the English curriculum, there is a significant issue of lack of assurance in grammatical subject knowledge, leading to difficulties in addressing grammar meaningfully in the writing classroom.</p>
<p>&#8220;In particular, effective teaching requires a secure understanding not simply of grammatical terminology, but of applied linguistics and an awareness of the ways in which grammatical constructions are used in different texts for different communicative purposes.&#8221; [...]</p>
<p>Another study described a &#8220;significant knowledge gap&#8221; in terms of teachers&#8217; pedagogical knowledge.</p>
<p>One piece of research on the linguistic subject knowledge that teachers and trainee teachers bring to their teaching of writing found &#8220;a persistent theme in teachers&#8217; attitudes to grammar is hostility to anything that makes formal structure the central object of study&#8221;.</p></blockquote>
<p>What can I say? Grammar is an expression of the intrinsic logic of language. Non-teaching or poor teaching of grammar directly affects students&#8217; capacity of logical, and, therefore, mathematical thinking. &#8220;<em>Teachers&#8217; [...] hostility to anything that makes formal structure the central object of study</em>&#8221; is hostility to logic. It is a seed of future math phobia in students.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/micromath.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/micromath.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/micromath.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/micromath.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/micromath.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/micromath.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/micromath.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/micromath.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/micromath.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/micromath.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/micromath.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/micromath.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=micromath.wordpress.com&blog=3321008&post=34&subd=micromath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://micromath.wordpress.com/2008/05/11/teachers-struggle-with-grammar/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/borovik-128.jpg" medium="image">
			<media:title type="html">Alexandre Borovik</media:title>
		</media:content>
	</item>
		<item>
		<title>Maths teacher gap &#8216;to worsen&#8217;</title>
		<link>http://micromath.wordpress.com/2008/05/11/maths-teacher-gap-to-worsen/</link>
		<comments>http://micromath.wordpress.com/2008/05/11/maths-teacher-gap-to-worsen/#comments</comments>
		<pubDate>Sun, 11 May 2008 15:44:18 +0000</pubDate>
		<dc:creator>Alexandre Borovik</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://micromath.wordpress.com/?p=33</guid>
		<description><![CDATA[From BBC: The shortage of qualified maths teachers in England and Wales is to worsen.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>From <a href="http://news.bbc.co.uk/1/hi/education/7388528.stm" target="_blank">BBC</a>: The shortage of qualified maths teachers in England and Wales is to worsen.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/micromath.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/micromath.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/micromath.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/micromath.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/micromath.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/micromath.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/micromath.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/micromath.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/micromath.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/micromath.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/micromath.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/micromath.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=micromath.wordpress.com&blog=3321008&post=33&subd=micromath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://micromath.wordpress.com/2008/05/11/maths-teacher-gap-to-worsen/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/borovik-128.jpg" medium="image">
			<media:title type="html">Alexandre Borovik</media:title>
		</media:content>
	</item>
		<item>
		<title>Cognitive content of the study of poetry</title>
		<link>http://micromath.wordpress.com/2008/05/11/cognitive-content-of-the-study-of-poetry/</link>
		<comments>http://micromath.wordpress.com/2008/05/11/cognitive-content-of-the-study-of-poetry/#comments</comments>
		<pubDate>Sun, 11 May 2008 09:53:38 +0000</pubDate>
		<dc:creator>Alexandre Borovik</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://micromath.wordpress.com/?p=32</guid>
		<description><![CDATA[Stephen Jones&#8217; column in The Times Educational Supplement of 9 May 2008 (not placed yet on the newspaper&#8217;s website) caught my eye:
&#8220;Why do we have to study this?&#8221; It&#8217;s the question that every teacher must have heard 100 times over. [...] The objection this time round was to the study of poetry as part pf [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Stephen Jones&#8217; column in The Times Educational Supplement of 9 May 2008 (not placed yet on the newspaper&#8217;s website) caught my eye:</p>
<blockquote><p>&#8220;Why do we have to study this?&#8221; It&#8217;s the question that every teacher must have heard 100 times over. [...] The objection this time round was to the study of poetry as part pf an English course. As the student had actually signed up for an access course in social care, I suppose some might think that she had a point.</p></blockquote>
<p>So far so good. Stephen Jones starts to giving an excellent answer:</p>
<blockquote><p>It&#8217;s certainly not the subject for those who see life purely in terms of white and black. If shades of grey are too painful to contemplate, then poetry is not for you.</p></blockquote>
<p>Instead of stopping at that powerful point, Jones then descends into a quasi-poetic rubbish too banal to quote. In my humble opinion, the answer is very simple: learning and analysing poetry calibrates a student&#8217;s scale of grey between white and black &#8212; and maybe not only shadows of grey, but perhaps also all hues and  colours of rainbow. Poetry is about subtle variations of meaning, emotional charge, colour of a word printed in black on white; an ability to detect these variations is a very essential skill for life.</p>
<p>For a future social worker, ability to read the true meaning of the phrase &#8220;I am OK, thank you&#8221; is a very essential skill. An instinctive, innate, &#8220;emotional literacy&#8221; perhaps suffices for a face-to-face interaction (dogs are quite good at that &#8212; and without studying poetry). However, detection of the emotional state of a writer of a letter (and even worse, an  e-mail) requires  a certain cultural conditioning.</p>
<p>Unfortunately, poetry suffers at school because it is a classical example of teaching critirea. Interestingly, the same teaching of critirea that Bichenkov talks about in his <a href="http://micromath.wordpress.com/2008/05/10/meritocratic-eliticism" target="_blank">article</a> (still not translated, sorry).</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/micromath.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/micromath.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/micromath.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/micromath.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/micromath.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/micromath.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/micromath.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/micromath.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/micromath.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/micromath.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/micromath.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/micromath.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=micromath.wordpress.com&blog=3321008&post=32&subd=micromath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://micromath.wordpress.com/2008/05/11/cognitive-content-of-the-study-of-poetry/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/borovik-128.jpg" medium="image">
			<media:title type="html">Alexandre Borovik</media:title>
		</media:content>
	</item>
		<item>
		<title>Chebfuns: a New Kind of Numerical Computing</title>
		<link>http://micromath.wordpress.com/2008/05/10/chebfuns-a-new-kind-of-numerical-computing/</link>
		<comments>http://micromath.wordpress.com/2008/05/10/chebfuns-a-new-kind-of-numerical-computing/#comments</comments>
		<pubDate>Sat, 10 May 2008 14:34:52 +0000</pubDate>
		<dc:creator>Alexandre Borovik</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://micromath.wordpress.com/?p=31</guid>
		<description><![CDATA[A talk under this title will be given by  Nick Trefethen (University of Oxford) at my School&#8217;s Colloquium  on    11 June 2008,  2:00 pm, Alan Turing Building,  G.205. The abstract says
Numerical algorithms are traditionally applied to functions discretized in space, but one may ask what their analogues would [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A talk under this title will be given by  <a href="http://web.comlab.ox.ac.uk/oucl/people/nick.trefethen.html" target="_blank">Nick Trefethen</a> (University of Oxford) at my School&#8217;s Colloquium  on    11 June 2008,  2:00 pm, Alan Turing Building,  G.205. The <a href="http://www.mims.manchester.ac.uk/events/colloquia/trefethen.htm" target="_blank">abstract</a> says</p>
<blockquote><p>Numerical algorithms are traditionally applied to functions discretized in space, but one may ask what their analogues would be if we could compute with continuous functions directly. This question is no longer just theoretical, thanks to the development of the chebfun system in object-oriented MATLAB. We will show the system in action and ask whether it can live up to the vision of &#8220;computing with the feel of symbolics but the speed of numerics&#8221;.</p></blockquote>
<p>This is a very interesting story with some potential implications for the way we teach calculus (see previous discussions, <a title="Calculus via O notation" href="../2008/04/14/donald-knuth-calculus-via-o-notation/">Donald Knuth: Calculus via O notation</a> and <a rel="nofollow" href="http://www.maths.manchester.ac.uk/%7Eavb/micromathematics/index.html">Calculus    without limits</a>), even if the project appears to be concerned with a technical enhancement of MATLAB.</p>
<p>This becomes clear from   <a href="http://web.comlab.ox.ac.uk/oucl/people/nick.trefethen.html" target="_blank">Nick Trefethen</a> <a href="http://web.comlab.ox.ac.uk/projects/chebfun/trefethen_case.pdf" target="_blank">grant application</a>, available on Web:</p>
<blockquote><p>Conventional MATLAB is built on the most advanced algorithms for vectors and matrices; this is a source of its power, since so much of scientific computing in the end comes down to numerical linear algebra. The idea of chebfun computation is to create a MATLAB class that behaves syntactically like the usual MATLAB vectors. The difference is that with chebfuns, the usual vector commands in MATLAB are overloaded with analogues for continuous functions.</p>
<p>For example, the command</p>
<p>&gt;&gt; f = chebfun(&#8217;real(airy(10*x))&#8217;);</p>
<p>calls the chebfun constructor to produce a chebfun object <img src='http://l.wordpress.com/latex.php?latex=f&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='f' title='f' class='latex' /> that will behave, up to the usual IEEE double machine precision of about 16 digits, like the Airy function <img src='http://l.wordpress.com/latex.php?latex=%7B%5Crm+Ai%7D%2810x%29&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{\rm Ai}(10x)' title='{\rm Ai}(10x)' class='latex' />.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://www.maths.manchester.ac.uk/~avb/images/Airy.jpg" alt="Airy function" width="276" height="211" /></p>
<p>How is all this done? The mathematical basis of the chebfun system is a pair of closely related ideas:</p>
<ul>
<li>Polynomial interpolation in Chebyshev points implemented by Salzer&#8217;s barycentric formula</li>
<li>Chebyshev expansions implemented by the Fast Fourier Transform</li>
</ul>
<p>These are combined together with state-of-the-art numerical algorithms for integration, zero finding and other operations. In particular, two features that make the system fast and accurate are</p>
<ul>
<li> Adaptive determination of the number of points needed to represent each function to about 16 digits</li>
<li>Zero finding via eigenvalues of Chebyshev companion matrices with divide-and-conquer recursion.</li>
</ul>
<p>The result is a system with, we have found, rather astonishing capabilities. For example, the Airy function <img src='http://l.wordpress.com/latex.php?latex=f&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='f' title='f' class='latex' /> above may seem complicated, but its chebfun representation to 16-digit precision is a polynomial of degree just 59. The more irregular function</p>
<p>&gt;&gt; f = chebfun(&#8217;sin(3*x)+.5*exp(x).*sin(100*x./(1+3.*x.^2))&#8217;)</p>
<p>plotted below only needs a polynomial of degree 237. Even a function represented by a polynomial of degree 100,000 is integrated by sum to full accuracy on our workstation in 0:2 secs.</p>
<p style="text-align:center;"><img src="http://www.maths.manchester.ac.uk/~avb/images/chebfun" alt="Chebysheff Approximation" width="265" height="202" /></p>
<p>Some of the mathematics underpinning the extraordinary speed, accuracy, and stability of high order polynomial interpolants is old, and some of it is new, but it is safe to say that until the arrival of the chebfun system few people were aware of these possibilities. The investigations proposed here, despite their classical foundations, will explore poorly charted territory even from an algorithmic point of view. From a software point of view they are completely new.</p></blockquote>
<p>Basically, a function on a segment is replaced by its appropriate Chebyshef polynomial approximation, but, if it has name, it retains that name.</p>
<p>Now, let us look at related issues in methodology of mathematical teaching. Assume that chebfun approach became an industry standard for (semi-)numeric computations, and you have to teach a calculus course for engineering students.  Should you pay attention tot he following two metamathematical factors?</p>
<ul>
<li>The way they will be used by your students, functions become intensional objects with names, not extensional entities.</li>
<li>Uniform convergence, not a limit at a point, starts to dominate the field.</li>
</ul>
<p>Isn&#8217;t that exactly the setup for <a title="Calculus via O notation" href="../2008/04/14/donald-knuth-calculus-via-o-notation/">Donald Knuth&#8217;s Calculus via O notation</a> and <a rel="nofollow" href="http://www.maths.manchester.ac.uk/%7Eavb/micromathematics/index.html">Calculus    without limits</a>?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/micromath.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/micromath.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/micromath.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/micromath.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/micromath.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/micromath.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/micromath.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/micromath.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/micromath.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/micromath.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/micromath.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/micromath.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=micromath.wordpress.com&blog=3321008&post=31&subd=micromath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://micromath.wordpress.com/2008/05/10/chebfuns-a-new-kind-of-numerical-computing/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/borovik-128.jpg" medium="image">
			<media:title type="html">Alexandre Borovik</media:title>
		</media:content>

		<media:content url="http://www.maths.manchester.ac.uk/~avb/images/Airy.jpg" medium="image">
			<media:title type="html">Airy function</media:title>
		</media:content>

		<media:content url="http://www.maths.manchester.ac.uk/~avb/images/chebfun" medium="image">
			<media:title type="html">Chebysheff Approximation</media:title>
		</media:content>
	</item>
		<item>
		<title>Meritocratic eliticism</title>
		<link>http://micromath.wordpress.com/2008/05/10/meritocratic-eliticism/</link>
		<comments>http://micromath.wordpress.com/2008/05/10/meritocratic-eliticism/#comments</comments>
		<pubDate>Sat, 10 May 2008 10:04:21 +0000</pubDate>
		<dc:creator>Alexandre Borovik</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://micromath.wordpress.com/?p=30</guid>
		<description><![CDATA[My alma mater, FMSh, a preparatory boarding school of Novosibirsk University, celebrates 45th year of its work. My physics lecturer at the School, Evgenii Bichenkov,  republished a short article, Физико-математической школе - треть века, written 10 years ago. I discovered it only now; it is a remarkably interesting document, and I promise to translate [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>My <em>alma mater</em>, FMSh, a preparatory boarding school of Novosibirsk University, celebrates 45th year of its work. My physics lecturer at the School, Evgenii Bichenkov,  republished a short article, <span style="font-family:Arial;"><span style="font-size:x-small;"><span style="color:#000000;"><a href="http://sesc.nsu.ru/ssc/science.htm#%D0%A4%D0%98%D0%97%D0%98%D0%9A%D0%9E-%D0%9C%D0%90%D0%A2%D0%95%D0%9C%D0%90%D0%A2%D0%98%D0%A7%D0%95%D0%A1%D0%9A%D0%9E%D0%99_%D0%A8%D0%9A%D0%9E%D0%9B%D0%95_-_%D0%A2%D0%A0%D0%95%D0%A2%D0%AC_%D0%92%D0%95%D0%9A%D0%90"><span style="text-decoration:none;">Физико-математической школе - треть века</span></a></span></span></span>, written 10 years ago. I discovered it only now; it is a remarkably interesting document, and I promise to translate it in English as soon as I have free half an hour.  To wet the reader&#8217;s appetite, one line:</p>
<blockquote><p>A student should have free time just to think: what on the Earth has he actually been taught?</p></blockquote>
<p style="text-indent:opx;margin:0 10px;">The document is a manifesto of <em>meritocratic eliticism</em> in education, a recipe for building a highly selective and academically intensive school. [A Google search for "meritocratic eliticism" leads mostly to two types of materials: (a) Educational system of Singapore; (b) Barak Obama. Both have no relevance to what Bichenkov says.]</p>
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"><span style="color:#000000;font-size:x-small;">[...] Что нового в практику школьного образования внесла школа и каковы главные результаты ее деятельности в обучении основам наук на школьном уровне? [...] </span> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> </span></p>
<p><span style="font-family:Arial;"> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> <span style="color:#000000;font-size:x-small;">Итак, что дал отбор учеников? Я глубоко убежден, что сам факт отбора и создания детского коллектива на его основе благоприятен для ребенка. Попав из своих школ, где все роли и места уже распределились и все устоялось, в новую среду, дети начинают свое внутреннее соревнование за распределение по шкале своей ценностной иерархии. Не делать этого они не могут - такова их природа и таков возраст. Важно, что в этом возрасте им предложены достойные нравственные и человеческие ценности для соревнования и показаны хорошие примеры. Кажется, нам в Новосибирской ФМШ это удалось. </span> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> </span></p>
<p><span style="font-family:Arial;"> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> <span style="color:#000000;font-size:x-small;">Далее. В какой мере отбор произошел по истинным способностями? Соответствуют ли его результаты провозглашенным целям? Здесь я не могу быть однозначен в выводах. Во многом отбор все еще связан со случайностями. Очевидно влияние на выбор развитие личных устремлений ребенка семьи, учителя, друзей, знакомых, а на результаты олимпиад спортивности характера, настойчивости, уровня взрослости, наконец. И, конечно, при отборе проявляется личность учителя, экзаменатора. </span> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> </span></p>
<p><span style="font-family:Arial;"> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> <span style="color:#000000;font-size:x-small;">Здесь встает вопрос о выборе учителя для отобранных детей. С самого начала мы выдвинули одно ограничение на отбор учителя - учитель должен быть научным работником СО АН. При всей кажущейся слабости это ограничение оказалось довольно тонким и верным признаком отбора, оставив в стороне отдельных претендентов на место учителя ФМШ, не имевших кроме, страстного желания попасть в штат школы, никаких других объективных данных для работы с одаренными детьми. Оказалось, что требование быть научным работником в условиях Академгородка почти полностью соответствует требованию личностной состоятельности как в профессиональном, так и в человеческом плане. Мы живем своим особым сообществом, знаем друг друга в лицо и по работе и обязаны постоянно считаться с этим. Нам повезло, что от основания Академгородка ученого здесь судят по его делам, и судят требовательно. В наших условиях плохой работник просто не мог стать преподавателем ФМШ, а если такое случалось, то по ошибке администратора и на очень короткое время. Я не знаю, как быть с отбором учителей в иных местах, не в Академгородке. Но из нашего опыта я на первое место выдвину критерий отбора по уровню личных достижений в предыдущей работе: если это инженер - то удачливый, с идеями и достижениями, если учитель - то фантазер и любимец школы и тоже с результатами, если студент - то отличник и выдумщик, и обязательно &#8220;хороший парень&#8221; среди сокурсников. А штат школы должен быть открытым, с живым обменом людей, с протоком. В нем должны собираться очень разные по своим интересам и личностным особенностям люди. Если угодно, при их подборе должен работать принцип взаимодополняемости. В Академгородке все получилось очень естественно. У нас несколько разных школ физики. И представители всех из них собрались на кафедре физики в ФМШ, обогащая друг друга знаниями и сотрудничая. Сначала это произошло случайно, так как работа в школе ни по оплате, ни по престижу не шла ни в какое сравнение с университетом или любым вузом. [...] </span> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> </span></p>
<p><span style="font-family:Arial;"> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> <span style="color:#000000;font-size:x-small;">Я высказал свои суждения о двух фундаментальнейших вопросах для специализированной школы: &#8220;Кого учить?&#8221; и &#8220;Кому учить?&#8221;. Остался третий: &#8220;Чему учить?&#8221;. Обсужу его на примере физики, хотя рискну сделать несколько общих выводов. В практике нашей учебной деятельности мы выработали несколько &#8220;граничных условий&#8221;, определяющих во многом построение наших учебных курсов. В формальных временных рамках так называемого учебного плана основными из них оказались следующие принципы: </span> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> </span></p>
<p><span style="font-family:Arial;"> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> <span style="color:#000000;font-size:x-small;">Короткий срок обучения: один или два года. Наши попытки работать в условиях интерната в течение трех лет следует признать неудачными. </span> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> </span></p>
<p><span style="font-family:Arial;"> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> <span style="color:#000000;font-size:x-small;">Короткие семестры. Занятия осенью идут примерно до 10 декабря, затем две недели зачетов и экзаменов и три недели каникул (детям обязательно надо отдохнуть от общежития). Второй семестр: с 20 января по 20 мая, опять экзаменационная сессия и летние каникулы. Кроме того, бывает несколько нерабочих дней в ноябре и мае. </span> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> </span></p>
<p><span style="font-family:Arial;"> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> <span style="color:#000000;font-size:x-small;">Короткие недели. ФМШ при всей напряженности занятий работает по пятидневной неделе. </span> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> </span></p>
<p><span style="font-family:Arial;"> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> <span style="color:#000000;font-size:x-small;">Короткие лекционные курсы. Ни один лекционный курс не может занимать более двух часов в неделю. Общее число обязательных занятий в настоящее время не может превышать 32 часа в неделю. </span> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> </span></p>
<p><span style="font-family:Arial;"> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> <span style="color:#000000;font-size:x-small;">К этим ограничениям мы пришли далеко не сразу и совсем не прямым путем. Начало нашим поискам положил опять же М.А. Лаврентьев, который высказал несколько афористическое требование: &#8220;Ученик должен иметь свободное время, чтобы подумать, чему же его учат!&#8221; </span> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> </span></p>
<p><span style="font-family:Arial;"> </span></p>
<p style="text-indent:10px;margin:0 10px;"><span style="font-family:Arial;"> <span style="color:#000000;font-size:x-small;">Содержание учебных курсов по физике в физматшколе сформировалось в результате деятельности большого количества очень разных преподавателей. Они были из разных институтов, профессионально работали в различных областях физики, сильно отличались по возрасту. Поставленные в жесткие временные рамки и стремясь отразить свои личные научные пристрастия, эти люди могли пойти по пути упрощения в изложении научных знаний и придти к примитививной популярщине науки, от которой пострадали все стандартные школьные учебные курсы. Другая опасность была в глубоком изложении лишь нескольких тем. Поплавав между этими крайностями, мы провели выбор лишь самого важного и самого существенного в современных научных знаниях. В результате наши обязательные учебные курсы содержат лишь фундаментальные знания. И оказалось, что этих знаний очень немного, логика их использования почти очевидна, а прозрачность и глубина внутренних связей поразительна. Как самую высокую оценку успеха нашей программы обучения приведу слова одного из бывших учеников ФМШ, которому уже исполнилось сорок и научная судьба которого сложилась очень успешно. Он сказал: &#8220;На физфаке НГУ я изучал детали физики. Все основное, ее стержень и внутреннюю логику я уловил в ФМШ&#8221;.</span></span></p>
<p style="text-indent:10px;margin:0 10px;">
<p style="text-indent:10px;margin:0 10px;">
<p style="text-indent:10px;text-align:center;margin:0 10px;"><img class="aligncenter" src="http://www.maths.manchester.ac.uk/~avb/images/10-7Class2.jpg" alt="Class 10-7, 1973" /></p>
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<p style="text-indent:opx;margin:0 10px;">
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/micromath.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/micromath.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/micromath.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/micromath.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/micromath.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/micromath.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/micromath.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/micromath.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/micromath.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/micromath.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/micromath.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/micromath.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=micromath.wordpress.com&blog=3321008&post=30&subd=micromath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://micromath.wordpress.com/2008/05/10/meritocratic-eliticism/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/borovik-128.jpg" medium="image">
			<media:title type="html">Alexandre Borovik</media:title>
		</media:content>

		<media:content url="http://www.maths.manchester.ac.uk/~avb/images/10-7Class2.jpg" medium="image">
			<media:title type="html">Class 10-7, 1973</media:title>
		</media:content>
	</item>
		<item>
		<title>Kafka revisited</title>
		<link>http://micromath.wordpress.com/2008/05/01/kafka-revisited/</link>
		<comments>http://micromath.wordpress.com/2008/05/01/kafka-revisited/#comments</comments>
		<pubDate>Thu, 01 May 2008 21:58:39 +0000</pubDate>
		<dc:creator>Alexandre Borovik</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://micromath.wordpress.com/?p=29</guid>
		<description><![CDATA[A strange story of David Massey, Professor of Mathematics at Northeastern University, USA, suspended for reasons that have not been disclosed. His case as explained at http://supportmassey.com/.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A strange story of David Massey, Professor of Mathematics at Northeastern University, USA, suspended for reasons that have not been disclosed. His case as explained at <a href="http://supportmassey.com/" target="_blank">http://supportmassey.com/</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/micromath.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/micromath.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/micromath.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/micromath.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/micromath.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/micromath.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/micromath.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/micromath.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/micromath.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/micromath.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/micromath.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/micromath.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=micromath.wordpress.com&blog=3321008&post=29&subd=micromath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://micromath.wordpress.com/2008/05/01/kafka-revisited/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/borovik-128.jpg" medium="image">
			<media:title type="html">Alexandre Borovik</media:title>
		</media:content>
	</item>
		<item>
		<title>Cutting one sheet of paper . . .</title>
		<link>http://micromath.wordpress.com/2008/05/01/cutting-one-sheet-of-paper/</link>
		<comments>http://micromath.wordpress.com/2008/05/01/cutting-one-sheet-of-paper/#comments</comments>
		<pubDate>Thu, 01 May 2008 09:11:41 +0000</pubDate>
		<dc:creator>Alexandre Borovik</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://micromath.wordpress.com/?p=28</guid>
		<description><![CDATA[Peter McBurney sent me a link to works by Danish artist Peter Callesen. He added:
I wonder if anyone has developed a mathematical theory of this work, to determine, for example, which cut-out shapes are possible or impossible. Presumably, there would be a link from such a theory to the math. theory of origami.
   [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span class="EP8xU" style="color:#00681c;">Peter McBurney sent me a <a href="http://www.petercallesen.com/index.html" target="_blank">link</a> to </span>works by Danish artist Peter Callesen. He added:</p>
<blockquote><p>I wonder if anyone has developed a mathematical theory of this work, to determine, for example, which cut-out shapes are possible or impossible. Presumably, there would be a link from such a theory to the math. theory of origami.</p></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/micromath.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/micromath.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/micromath.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/micromath.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/micromath.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/micromath.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/micromath.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/micromath.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/micromath.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/micromath.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/micromath.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/micromath.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=micromath.wordpress.com&blog=3321008&post=28&subd=micromath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://micromath.wordpress.com/2008/05/01/cutting-one-sheet-of-paper/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/borovik-128.jpg" medium="image">
			<media:title type="html">Alexandre Borovik</media:title>
		</media:content>
	</item>
		<item>
		<title>Fractions</title>
		<link>http://micromath.wordpress.com/2008/05/01/fractions/</link>
		<comments>http://micromath.wordpress.com/2008/05/01/fractions/#comments</comments>
		<pubDate>Thu, 01 May 2008 08:23:24 +0000</pubDate>
		<dc:creator>Alexandre Borovik</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://micromath.wordpress.com/?p=27</guid>
		<description><![CDATA[My old friend Owl sent me the following quote :
I realized that reading a piano piece is much like solving a math problem. Each note has a beat which is a fraction of a whole bar, and the sum of the notes’ beats in a bar should equal the numerator in the so called “time [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>My old friend Owl sent me the following <a href="http://www.aprilfour.blogspot.com/" target="_blank">quote</a> :</p>
<blockquote><p>I realized that reading a piano piece is much like solving a math problem. Each note has a beat which is a fraction of a whole bar, and the sum of the notes’ beats in a bar should equal the numerator in the so called “time signature”, the fraction indicated on the left most side of the staff. (A staff is a series of bars.) The denominator in the time signature specifies the kind of note which would receive ONE beat. Thus, a time signature of 2/4 means that a quarter note (1/4) would have one beat, and each bar would have two beats; an eighth note (1/ <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> would receive a half-beat, and the bar may have as many as four eighth notes, or a combination of one quarter note and two eighth notes, and so on and so forth. Whew! Beethoven must have been a good mathematician!</p></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/micromath.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/micromath.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/micromath.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/micromath.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/micromath.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/micromath.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/micromath.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/micromath.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/micromath.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/micromath.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/micromath.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/micromath.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=micromath.wordpress.com&blog=3321008&post=27&subd=micromath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://micromath.wordpress.com/2008/05/01/fractions/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/borovik-128.jpg" medium="image">
			<media:title type="html">Alexandre Borovik</media:title>
		</media:content>
	</item>
		<item>
		<title>Quite a splash</title>
		<link>http://micromath.wordpress.com/2008/04/27/quite-a-splash/</link>
		<comments>http://micromath.wordpress.com/2008/04/27/quite-a-splash/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 23:00:59 +0000</pubDate>
		<dc:creator>Alexandre Borovik</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://micromath.wordpress.com/?p=26</guid>
		<description><![CDATA[muriel and Scott Carter brought to my attention to a recent paper in Science, The Advantage of Abstract Examples in Learning Math, by Jennifer A. Kaminski, Vladimir M. Sloutsky and Andrew F. Heckler. It appears to make quite a splash. From abstract:
Undergraduate students may benefit more from learning mathematics through a single abstract, symbolic representation [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a title="Concordat Watch" href="http://www.concordatwatch.eu/" target="_blank">muriel</a> and Scott Carter brought to my attention to a recent <a href="http://www.sciencemag.org/cgi/content/short/320/5875/454" target="_blank">paper</a> in Science, <em>The Advantage of Abstract Examples in Learning Math</em>, by Jennifer A. Kaminski, Vladimir M. Sloutsky and Andrew F. Heckler. It appears to make quite a splash. From abstract:</p>
<blockquote><p>Undergraduate students may benefit more from learning mathematics through a single abstract, symbolic representation than from learning multiple concrete examples.</p></blockquote>
<p>The conclusion could be  hardly characterised as surprising, but the redeeming quality of the paper is its experimental confirmation. Here I have some difficulty. The experiment was concerned with symbolic and concrete representation for cyclic group of order 3:</p>
<p style="text-align:center;"><img class="aligncenter" style="vertical-align:middle;" src="http://www.maths.manchester.ac.uk/~avb/images/454-1-med.gif" alt="Two representations" width="440" height="250" /></p>
<p>Unfortunately, the &#8220;concrete&#8221; representation, by measuring cups of liquids, looks unnecessary complicated and therefore methodologically flawed: it is much more natural to represent the identity element by the empty cup. BTW, why the empty cup is not present in the scheme? In the bottom row, the most natural &#8220;remaining&#8221; is the empty cup. Maybe this is the reason why Concrete A representation on the right  is harder than the Generic one on the left? Concrete B and Concrete C examples were formulated in terms of  slices of pizza or tennis balls in a container, rather than portions of a measuring cup of liquid. Why not in terms of a switch which could be rotated through angles  <img src='http://l.wordpress.com/latex.php?latex=0%2C%5C%3B+%5Cpm+2%5Cpi%2F3&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='0,\; \pm 2\pi/3' title='0,\; \pm 2\pi/3' class='latex' />?</p>
<p>Basically, the paper proves that a symbolic representation void of real-world connotations is better than bad and overloaded with unnecessary details &#8220;real world&#8221; representation. Not much to prove.</p>
<p><img src="/DOCUME~1/HP_ADM~1/LOCALS~1/Temp/moz-screenshot-2.jpg" alt="" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/micromath.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/micromath.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/micromath.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/micromath.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/micromath.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/micromath.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/micromath.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/micromath.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/micromath.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/micromath.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/micromath.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/micromath.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=micromath.wordpress.com&blog=3321008&post=26&subd=micromath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://micromath.wordpress.com/2008/04/27/quite-a-splash/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/borovik-128.jpg" medium="image">
			<media:title type="html">Alexandre Borovik</media:title>
		</media:content>

		<media:content url="http://www.maths.manchester.ac.uk/~avb/images/454-1-med.gif" medium="image">
			<media:title type="html">Two representations</media:title>
		</media:content>

		<media:content url="/DOCUME~1/HP_ADM~1/LOCALS~1/Temp/moz-screenshot-2.jpg" medium="image" />
	</item>
	</channel>
</rss>