<?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/"
	>

<channel>
	<title>Brenton LeMesurier</title>
	<atom:link href="http://blogs.cofc.edu/lemesurierb/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.cofc.edu/lemesurierb</link>
	<description>Department of Mathematics</description>
	<lastBuildDate>Fri, 28 Sep 2012 14:35:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Conservative methods for stiff Hamiltonian systems (notes for a seminar)</title>
		<link>http://blogs.cofc.edu/lemesurierb/2012/09/27/notes-from-a-talk-as-cscamm-umcd/</link>
		<comments>http://blogs.cofc.edu/lemesurierb/2012/09/27/notes-from-a-talk-as-cscamm-umcd/#comments</comments>
		<pubDate>Thu, 27 Sep 2012 19:48:53 +0000</pubDate>
		<dc:creator>Brenton LeMesurier</dc:creator>
				<category><![CDATA[mathematics]]></category>

		<guid isPermaLink="false">http://blogs.cofc.edu/lemesurierb/?p=409</guid>
		<description><![CDATA[Here are some notes on conservative time discretization methods for stiff Hamiltonian systems, with some applications to modeling and simulation of energy transfer along protein molecules. They are based on the slides for a talk that I gave at the Center for Scientific Computing and Mathematical Modeling at the University of Maryland, College Park on September [...]]]></description>
				<content:encoded><![CDATA[<p>Here are some notes on conservative time discretization methods for stiff Hamiltonian systems, with some applications to modeling and simulation of energy transfer along protein molecules. They are based on the slides for a talk that I gave at the <a title="CSCAMM" href="http://www.cscamm.umd.edu/">Center for Scientific Computing and Mathematical Modeling</a> at the <a href="http://www.umd.edu/">University of Maryland, College Park</a> on September 26, but with a few corrections, and with some items that I did not cover in the talk, to make these notes more comprehensive as background reading for students.</p>
<p><a title="Conservative time-discretization for stiff Hamiltonian systems, and molecular chain models" href="http://cofc-01.wpengine.netdna-cdn.com/lemesurierb/files/2012/09/CSCAMM-seminar-2012-article.pdf">Conservative time-discretization for stiff Hamiltonian systems, and molecular chain models</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cofc.edu/lemesurierb/2012/09/27/notes-from-a-talk-as-cscamm-umcd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Markdown in these blogs</title>
		<link>http://blogs.cofc.edu/lemesurierb/2012/08/13/markdown-in-these-blogs/</link>
		<comments>http://blogs.cofc.edu/lemesurierb/2012/08/13/markdown-in-these-blogs/#comments</comments>
		<pubDate>Mon, 13 Aug 2012 13:56:12 +0000</pubDate>
		<dc:creator>Brenton LeMesurier</dc:creator>
				<category><![CDATA[wordpress blog usage]]></category>

		<guid isPermaLink="false">http://blogs.cofc.edu/lemesurierb/?p=388</guid>
		<description><![CDATA[I think that I overlooked describing another optional feature in these blogs: using Jonathan Gruber&#8217;s markdown notation instead of HTML or the WYSIWIG &#8220;Visual&#8221; composing options. Why Markdown? For those of us who like the control of a markup language (HTML, LaTeX etc.) rather than a &#8220;What You See is Approximately What You Will Get&#8221; [...]]]></description>
				<content:encoded><![CDATA[<p>I think that I overlooked describing another optional feature in these blogs: using <a href="http://daringfireball.net/projects/markdown/">Jonathan Gruber&#8217;s markdown</a> notation instead of HTML or the WYSIWIG &#8220;Visual&#8221; composing options.</p>
<h3>Why Markdown?</h3>
<ul>
<li>For those of us who like the control of a markup language (HTML, LaTeX etc.) rather than a &#8220;What You See is Approximately What You Will Get&#8221; method (as with common word processing software and the Visual interface to WordPress), MarkDown allows that with a far more concise notation that HTML.</li>
<li>The notation is also readable itself, before processing into final displayed form. This is because it is mostly based on conventions already used in email and some blogs to indicate formatting in a plain typed text.</li>
</ul>
<p><strong>Warning: editing later can cause problems.</strong></p>
<p>Sometimes, editing a post after publishing it does not work right: for example, list formatting can get messed up a bit. So it is best to get it right the first time, or to fix errors by creating a new replacement post and deleting the original.</p>
<h3>A Few Markdown Features (Aside: this is a level three heading)</h3>
<p>Note: I will post next the raw input file that produces this post. Here is a list of the basics.</p>
<ol>
<li>Enumerated lists like this one. Note that errors in the numbering get fixed!</li>
<li>Non-enumerated lists as in the previous section, <strong>Why Markdown?</strong></li>
<li>Section headings, like &#8220;A Few Markdown Features&#8221;</li>
<li>Text that is <em>emphasized</em> and so probably appears <em>in italics</em> (using either underscores or stars)</li>
<li>Text that is <strong>strongly emphasized</strong> and so probably appears <strong>in boldface</strong> (double the underscores or stars)</li>
<li>Block quotes, using the common &#8220;>&#8221; notation from email. This is illustrated next.</li>
<li>Links, like the one above from the text &#8220;Jonathan Gruber&#8217;s markdown&#8221; to his page about it.</li>
<li>Simple links where the text that appears is the address for the link can be done as <a href="http://en.wikipedia.org/wiki/Markdown">http://en.wikipedia.org/wiki/Markdown</a></li>
</ol>
<h4>Block quoting (Aside: this is a level four heading)</h4>
<p>Some of the text so far, quoted, with the list as a quote within the quote:</p>
<blockquote><p>
  I think that I overlooked describing another optional feature in these blogs: using <a href="http://daringfireball.net/projects/markdown/">Jonathan Gruber&#8217;s markdown</a> notation instead of HTML or the WYSIWIG &#8220;Visual&#8221; composing options.</p>
<h3>Why Markdown?</h3>
<blockquote>
<ul>
<li>For those of us who like the control of a markup language (HTML, LaTeX etc.) rather than a &#8220;What You See is Approximately What You Will Get&#8221; method (as with common word processing software and the Visual interface to WordPress), MarkDown allows that with a far more concise notation that HTML.</li>
<li>The notation is also readable itself, before processing into final displayed form. This is because it is mostly based on conventions already used in email and some blogs to indicate formatting in a plain typed text.</li>
</ul>
</blockquote>
</blockquote>
<h3>How to use Markdown at this site</h3>
<ol>
<li>To enable Markdown (one time only): when logged in, go to the item at left for Plugins, find <em>Markdown on Save</em>, and select <em>Activate</em></li>
<li>To use Markdown when composing a post: find and check the box for &#8220;This post is formatted with Markdown&#8221;, at the top-right.</li>
</ol>
<p>Note that even if you have activated the Markdown plug-in, you have the option of using Markdown or not on each individual post.</p>
<h3>The raw Markdown input for the above</h3>
<pre>
I think that I overlooked describing another optional feature in these blogs: using
[Jonathan Gruber's markdown](http://daringfireball.net/projects/markdown/)
notation instead of HTML or the WYSIWIG "Visual" composing options.

### Why Markdown?

- For those of us who like the control of a markup language (HTML, LaTeX etc.) rather than a "What You See is Approximately What You Will Get" method (as with common word processing software and the Visual interface to WordPress), MarkDown allows that with a far more concise notation that HTML.
- The notation is also readable itself, before processing into final displayed form. This is because it is mostly based on conventions already used in email and some blogs to indicate formatting in a plain typed text.

**Warning: editing later can cause problems.**

Sometimes, editing a post after publishing it does not work right: for example, list formatting can get messed up a bit. So it is best to get it right the first time, or to fix errors by creating a new replacement post and deleting the original.

### A Few Markdown Features (Aside: this is a level three heading)

Note: I will post next the raw input file that produces this post. Here is a list of the basics.

3. Enumerated lists like this one. Note that errors in the numbering get fixed!
2. Non-enumerated lists as in the previous section, __Why Markdown?__
1. Section headings, like "A Few Markdown Features"
5. Text that is *emphasized* and so probably appears _in italics_ (using either underscores or stars)
5. Text that is **strongly emphasized** and so probably appears __in boldface__ (double the underscores or stars)
1. Block quotes, using the common ">" notation from email. This is illustrated next.
1. Links, like the one above from the text "Jonathan Gruber's markdown" to his page about it.
1. Simple links where the text that appears is the address for the link can be done as <http://en.wikipedia.org/wiki/Markdown>

#### Block quoting (Aside: this is a level four heading)
Some of the text so far, quoted, with the list as a quote within the quote:

>I think that I overlooked describing another optional feature in these blogs: using [Jonathan Gruber's markdown](http://daringfireball.net/projects/markdown/) notation instead of HTML or the WYSIWIG "Visual" composing options.

>### Why Markdown?

>>- For those of us who like the control of a markup language (HTML, LaTeX etc.) rather than a "What You See is Approximately What You Will Get" method (as with common word processing software and the Visual interface to WordPress), MarkDown allows that with a far more concise notation that HTML.
>>- The notation is also readable itself, before processing into final displayed form. This is because it is mostly based on conventions already used in email and some blogs to indicate formatting in a plain typed text.

### How to use Markdown at this site

1. To enable Markdown (one time only): when logged in, go to the item at left for Plugins, find _Markdown on Save_, and select *Activate*
2. To use Markdown when composing a post: find and check the box for "This post is formatted with Markdown", at the top-right.

Note that even if you have activated the Markdown plug-in, you have the option of using Markdown or not on each individual post.
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cofc.edu/lemesurierb/2012/08/13/markdown-in-these-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The science of the levitating slinky</title>
		<link>http://blogs.cofc.edu/lemesurierb/2012/06/19/the-science-of-the-levitating-slinky/</link>
		<comments>http://blogs.cofc.edu/lemesurierb/2012/06/19/the-science-of-the-levitating-slinky/#comments</comments>
		<pubDate>Tue, 19 Jun 2012 20:28:44 +0000</pubDate>
		<dc:creator>Brenton LeMesurier</dc:creator>
				<category><![CDATA[mathematics]]></category>

		<guid isPermaLink="false">http://blogs.cofc.edu/lemesurierb/?p=362</guid>
		<description><![CDATA[This rates as applied mathematics, I think, and is no so very far from my work on pulses travelling along protein molecules: &#160; In addition to the explanation in the video by Mike Wheatland at Sydney University here is a mathematical/physical explanation done as a project in a Stanford undergraduate physics course. &#160; Via http://kottke.org/12/06/holy-levitating-slinky]]></description>
				<content:encoded><![CDATA[<p>This rates as applied mathematics, I think, and is no so very far from my work on pulses travelling along protein molecules:</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/uiyMuHuCFo4?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>&nbsp;</p>
<p>In addition to the explanation in the video by <a href="http://www.physics.usyd.edu.au/~wheat/">Mike Wheatland at Sydney University</a> here is <a href="http://large.stanford.edu/courses/2007/ph210/kolkowitz1/">a mathematical/physical explanation done as a project in a Stanford undergraduate physics course</a>.</p>
<p>&nbsp;</p>
<p>Via <a href="http://kottke.org/12/06/holy-levitating-slinky">http://kottke.org/12/06/holy-levitating-slinky</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cofc.edu/lemesurierb/2012/06/19/the-science-of-the-levitating-slinky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://blogs.cofc.edu/lemesurierb/2011/12/08/welcome/</link>
		<comments>http://blogs.cofc.edu/lemesurierb/2011/12/08/welcome/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 03:02:30 +0000</pubDate>
		<dc:creator>Brenton LeMesurier</dc:creator>
				<category><![CDATA[mathematics]]></category>
		<category><![CDATA[teaching]]></category>

		<guid isPermaLink="false">http://blogs.cofc.edu/lemesurierb/?p=154</guid>
		<description><![CDATA[This is my new web-site, replacing  lemesurierb.people.cofc.edu. For students enrolled in my courses, the main contact point is OAKS, the College’s Learning Management System [LMS] at lms.cofc.edu New to WordPress blogs? Some hints: The lists to the right, from &#8220;Applets for Math&#8221; down, are links to other web resources Hovering your mouse over a link [...]]]></description>
				<content:encoded><![CDATA[<p>This is my new web-site, replacing  <a title="http://lemesurierb.people.cofc.edu" href="http://lemesurierb.people.cofc.edu" target="_blank">lemesurierb.people.cofc.edu</a>.</p>
<p>For students enrolled in my courses, the main contact point is OAKS, the College’s Learning Management System [LMS] at <a href="http://lms.cofc.edu" target="_blank">lms.cofc.edu</a></p>
<p>New to WordPress blogs? Some hints:</p>
<ul>
<li>The lists to the right, from &#8220;Applets for Math&#8221; down, are links to other web resources</li>
<li>Hovering your mouse over a link in those lists should give a brief description of the linked item</li>
<li>See the page <a title="on using these blogs as full websites" href="http://blogs.cofc.edu/lemesurierb/using-these-blogs-as-full-websites/">on using these blogs as fully fledged websites</a> and the resources linked there.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cofc.edu/lemesurierb/2011/12/08/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling mathematical mark-up in these blogs</title>
		<link>http://blogs.cofc.edu/lemesurierb/2011/11/07/enabling-mathematical-mark-up-in-these-blogs/</link>
		<comments>http://blogs.cofc.edu/lemesurierb/2011/11/07/enabling-mathematical-mark-up-in-these-blogs/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 20:42:49 +0000</pubDate>
		<dc:creator>Brenton LeMesurier</dc:creator>
				<category><![CDATA[mathematics]]></category>
		<category><![CDATA[wordpress blog usage]]></category>

		<guid isPermaLink="false">http://blogs.cofc.edu/lemesurierb/?p=98</guid>
		<description><![CDATA[To add mathematical mark-up to blogs at blogs.cofc.edu, as illustrated in the post below, one must activate the plug-in &#8220;Jetpack by WordPress.com&#8221;. To do that, the steps are roughly: Login at https://blogs.cofc.edu Go to the Dashboard At left, select plug-ins Find JetPack by WordPress.com and select &#8220;Activate&#8221;. (Settings are not needed for the latex part: [...]]]></description>
				<content:encoded><![CDATA[<p>To add mathematical mark-up to blogs at blogs.cofc.edu, as illustrated in the post below, one must activate the plug-in &#8220;Jetpack by WordPress.com&#8221;. To do that, the steps are roughly:</p>
<ol>
<li>Login at https://blogs.cofc.edu</li>
<li>Go to the Dashboard</li>
<li>At left, select plug-ins</li>
<li>Find JetPack by WordPress.com and select &#8220;Activate&#8221;. (Settings are not needed for the latex part: Jetpack does lots of things!)</li>
<li>Go to the bottom of the plug-ins page and click button &#8220;Apply&#8221;.</li>
<li>You will be asked to cite a wordpress.com account: if you do not already have one, create one when asked. This account is free (and wordpress.com a nice place for a personal blog), and you will need to confirm that account creation by responding to an email message.</li>
<li>Here I get fuzzy &#8230; I think some confirmation is asked for.</li>
</ol>
<p>To learn about using this feature, see the item LaTeX at <a href="http://jetpack.me/">http://jetpack.me/</a> or the more detailed introduction at <a href="http://en.support.wordpress.com/latex/">http://en.support.wordpress.com/latex/</a></p>
<p>If these instructions need revision, let me know in a comment on this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cofc.edu/lemesurierb/2011/11/07/enabling-mathematical-mark-up-in-these-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hamilton&#8217;s equations, real and complex, and a colloquium</title>
		<link>http://blogs.cofc.edu/lemesurierb/2011/10/22/hamiltons-equations-real-and-complex/</link>
		<comments>http://blogs.cofc.edu/lemesurierb/2011/10/22/hamiltons-equations-real-and-complex/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 17:29:15 +0000</pubDate>
		<dc:creator>Brenton LeMesurier</dc:creator>
				<category><![CDATA[mathematics]]></category>
		<category><![CDATA[wordpress blog usage]]></category>

		<guid isPermaLink="false">http://blogs.cofc.edu/lemesurierb/2011/10/22/hamiltons-equations-real-and-complex/</guid>
		<description><![CDATA[UPDATE: it works now! Details coming in a future post. I would like to be able to can now post mathematical stuff like the following here, but the mathematical notation cannot be displayed nicely, so instead see it at http://brentonlemesurier.wordpress.com: posting to a blog hosted at WordPress using the WordPress blogging software is the only [...]]]></description>
				<content:encoded><![CDATA[<p>UPDATE: it works now! Details coming in a future post.</p>
<p>I <del datetime="2011-11-07T15:00:11+00:00">would like to be able to</del> can now post mathematical stuff like the following here<del datetime="2011-11-07T15:00:11+00:00">, but the mathematical notation cannot be displayed nicely, so instead see it at</del> <a href="http://brentonlemesurier.wordpress.com">http://brentonlemesurier.wordpress.com</a>:<br />
posting to a blog <del datetime="2011-11-07T15:00:11+00:00">hosted at WordPress</del> using the WordPress blogging software is the only option I currently know of that allows mathematical notation. <del datetime="2011-11-07T15:00:11+00:00">I am thinking of moving my professional web presence there, for the sake of being about to talk mathematically.</del></p>
<p><del datetime="2011-11-07T15:00:11+00:00">On the other hand, most people who understand the math probably also understand the latex-like notation used for it below, or should learn latex as a critical communication tool in mathematics and related sciences, so here goes:</del></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
As background for the colloquium that I will be giving at the College on Friday November 18 (details at <a href="http://math.cofc.edu/colloquium/">math.cofc.edu/colloquium</a>), here are the canonical forms of Hamiltonian equations, in both the most familiar real form</p>
<img src="//s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Cfrac%7Bd+q_n%7D%7Bd+t%7D+%3D+%5Cfrac%7B%5Cpartial+H%7D%7B%5Cpartial+p_n%7D%2C+%5Cquad+%5Cfrac%7Bd+p_n%7D%7Bd+t%7D+%3D+-%5Cfrac%7B%5Cpartial+H%7D%7B%5Cpartial+q_n%7D&#038;bg=ffffff&#038;fg=000&#038;s=0" alt="&#92;displaystyle &#92;frac{d q_n}{d t} = &#92;frac{&#92;partial H}{&#92;partial p_n}, &#92;quad &#92;frac{d p_n}{d t} = -&#92;frac{&#92;partial H}{&#92;partial q_n}" title="&#92;displaystyle &#92;frac{d q_n}{d t} = &#92;frac{&#92;partial H}{&#92;partial p_n}, &#92;quad &#92;frac{d p_n}{d t} = -&#92;frac{&#92;partial H}{&#92;partial q_n}" class="latex" />
<p>and the complex form,</p>
<p><img src="//s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Cfrac%7Bd+z_n%7D%7Bd+t%7D+%3D+i+%5Cfrac%7B%5Cpartial+H%7D%7B%5Cpartial+z_n%5E%2A%7D%2C+%5Cquad+%5Cfrac%7Bd+z_n%5E%2A%7D%7Bd+t%7D+%3D+-i%5Cfrac%7B%5Cpartial+H%7D%7B%5Cpartial+z_n%7D&#038;bg=ffffff&#038;fg=000&#038;s=0" alt="&#92;displaystyle &#92;frac{d z_n}{d t} = i &#92;frac{&#92;partial H}{&#92;partial z_n^*}, &#92;quad &#92;frac{d z_n^*}{d t} = -i&#92;frac{&#92;partial H}{&#92;partial z_n}" title="&#92;displaystyle &#92;frac{d z_n}{d t} = i &#92;frac{&#92;partial H}{&#92;partial z_n^*}, &#92;quad &#92;frac{d z_n^*}{d t} = -i&#92;frac{&#92;partial H}{&#92;partial z_n}" class="latex" /></p>
<p>which is often convenient in situations involving either Schroedinger&#8217;s equation or other conservative equations involving complex quantities, such as in optics.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cofc.edu/lemesurierb/2011/10/22/hamiltons-equations-real-and-complex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
