<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://imechanica.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>iMechanica - Metamaterials: negative mass density and anisotropic mass - Comments</title>
 <link>http://imechanica.org/node/870</link>
 <description>Comments for &quot;Metamaterials: negative mass density and anisotropic mass&quot;</description>
 <language>en</language>
<item>
 <title>Re: Anti-aliasing equations</title>
 <link>http://imechanica.org/node/870#comment-3326</link>
 <description>&lt;p&gt;It&amp;#39;s not just Safari but every browser on Mac OS X.&amp;nbsp; I think the browsers are calling an OS routine to do the scaling and Mac OS X just has better scaling routines than Windows/Linux (although I have not tried Vista).&amp;nbsp; I think Apple ported their image scaling routine with Safari for Windows so that it looks better.&amp;nbsp; I.e. Safari for Windows is not calling the OS for scaling.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 25 Jun 2007 22:28:15 -0400</pubDate>
 <dc:creator>ericmock</dc:creator>
 <guid isPermaLink="false">comment 3326 at http://imechanica.org</guid>
</item>
<item>
 <title>Re: Anti-aliasing equations</title>
 <link>http://imechanica.org/node/870#comment-3325</link>
 <description>&lt;p&gt;You&amp;#39;re right - the images are antialiased.&amp;nbsp; In that case, what is Safari doing to make the images look OK?&amp;nbsp; You could try to ask &lt;a href=&quot;http://www.math.utah.edu/~beebe/&quot; target=&quot;_blank&quot;&gt;Dr. Nelson Beebe&lt;/a&gt; for some pointers.&amp;nbsp; He&amp;#39;s the author of&amp;nbsp;&lt;a href=&quot;http://www.math.utah.edu/pub/pstopngtops/&quot; target=&quot;_blank&quot;&gt; pstopngtops&lt;/a&gt;  and is a&amp;nbsp; TeX guru among other things.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 25 Jun 2007 20:59:06 -0400</pubDate>
 <dc:creator>Biswajit Banerjee</dc:creator>
 <guid isPermaLink="false">comment 3325 at http://imechanica.org</guid>
</item>
<item>
 <title>Anti-aliasing equations</title>
 <link>http://imechanica.org/node/870#comment-3324</link>
 <description>&lt;p&gt;I&amp;#39;m using Imagemagik&amp;#39;s convert to render the ps to png with the following php code...&lt;/p&gt;
&lt;p&gt;// imagemagick convert ps to image and trim picture&lt;/p&gt;
&lt;p&gt;$command = $this-&amp;gt;_convert_path.&amp;#39; -verbose -density &amp;#39;.$this-&amp;gt;_formula_density.&amp;#39; -trim -transparent &amp;quot;#FFFFFF&amp;quot; &amp;#39;.$this-&amp;gt;_tmp_filename.&amp;#39;.ps &amp;#39;.$this-&amp;gt;_tmp_filename.&amp;#39;.&amp;#39;.$this-&amp;gt;_image_format;&lt;/p&gt;
&lt;p&gt;// try no transparent for crappy Windoze scaling...//&amp;nbsp;$command = $this-&amp;gt;_convert_path.&amp;#39; -verbose -density &amp;#39;.$this-&amp;gt;_formula_density.&amp;#39; -trim &amp;#39;.$this-&amp;gt;_tmp_filename.&amp;#39;.ps &amp;#39;.$this-&amp;gt;_tmp_filename.&amp;#39;.&amp;#39;.$this-&amp;gt;_image_format;
&lt;p&gt;I&amp;#39;ve tried all kinds of things to fix this. &amp;nbsp;convert should default to anti-alias the images. &amp;nbsp;I&amp;#39;ve tried explicitly turning it on (and off) with no effect. &amp;nbsp;If you open an equation in an image editor and zoom in, you will see that they are anti-aliased (and I thought this actually might be the problem at one point).&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 25 Jun 2007 20:23:36 -0400</pubDate>
 <dc:creator>ericmock</dc:creator>
 <guid isPermaLink="false">comment 3324 at http://imechanica.org</guid>
</item>
<item>
 <title>Re: Equations in editable notes</title>
 <link>http://imechanica.org/node/870#comment-3323</link>
 <description>&lt;p&gt;I zoomed into a few equations and it looks like Firefox is not &lt;a href=&quot;http://www.lunaloca.com/tutorials/antialiasing/&quot; target=&quot;_blank&quot;&gt;antialiasing&lt;/a&gt;  the scaled images.&amp;nbsp; Is there any way of building antialiasing into the images themselves?&amp;nbsp; I think that will fix the problem.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 25 Jun 2007 19:55:34 -0400</pubDate>
 <dc:creator>Biswajit Banerjee</dc:creator>
 <guid isPermaLink="false">comment 3323 at http://imechanica.org</guid>
</item>
<item>
 <title>Editable Notes</title>
 <link>http://imechanica.org/node/870#comment-3322</link>
 <description>&lt;p&gt;I&amp;#39;ve gotten pretty good at writing regular expressions and it takes only a few minutes to convert each set of notes. &amp;nbsp;The equations are all generated on the fly so if you change the LaTeX, a new image is generated.&lt;/p&gt;
&lt;p&gt;I have not decided what markup I want to use for lists. &amp;nbsp;Wiki markup is simpler so I am leaning towards it. &amp;nbsp;Plus, I think it will be slightly easier to convert wiki lists to LaTeX than the other way around. &amp;nbsp;(I plan to allow any page to be output as pure LaTeX and/or compiled and downloaded as PDF. &amp;nbsp;I am planning to implement footnotes as popup windows like when you hover over an equation reference. &amp;nbsp;This should be trivial to do but I have not had a chance.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The appearance of the equations has been a problem (but only on Windows and Linux). &amp;nbsp;I use Macs and everything is served from a Mac. &amp;nbsp;The equations look wonderful in all Mac browsers and I was flabbergast when I checked the pages on Windows (with IE and FF). Basically, I have learned that Windows (the OS) does a horrible job scaling graphics. &amp;nbsp;I render the equations at 300dpi and then set the height in &amp;#39;em&amp;#39; units so that if you increase the page font size, the equations will also scale. &amp;nbsp;Unfortunately, this requires Windows and Linux to scale the images, making them look horrible. &amp;nbsp;I can render the equations at a lower resolution so that they do not need scaled but then will look funny if the font size is changed in the browser. &amp;nbsp;Right click on an equation and load it in a separate browser window/tab. &amp;nbsp;It will look fine. &amp;nbsp;I&amp;#39;m still trying to figure out if there is a kludge to get around this problem.&lt;/p&gt;
&lt;p&gt;Thus, your suggesting is actually what is causing the problem. &amp;nbsp;There are two ways to see the equations as I do. &amp;nbsp;One is to download the Safari for Windows beta since it uses its own image scaling algorithms or to view the screenshots I will post.&amp;nbsp;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 25 Jun 2007 19:40:46 -0400</pubDate>
 <dc:creator>ericmock</dc:creator>
 <guid isPermaLink="false">comment 3322 at http://imechanica.org</guid>
</item>
<item>
 <title>Editable notes</title>
 <link>http://imechanica.org/node/870#comment-3319</link>
 <description>&lt;p&gt;
Thanks Eric for the converted notes.&amp;nbsp; How long did it take you to do the conversion?&amp;nbsp; Was&amp;nbsp; most/all of the process automatic?&amp;nbsp; There are a couple of things that could be improved/added:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Footnotes and lists appear not to have been converted (there are hanging \item tags).&lt;/li&gt;
&lt;li&gt;I don&amp;#39;t like the appearance of the fonts - neither on my Linux box nor on a Windows machine.&amp;nbsp; I think some more work is needed to get them into readable form.&amp;nbsp; Could you explain how you decided upon the size of the images for the equations?&amp;nbsp; Loading time? I would have gone with images that are double that size so that pixels would not go missing when the viewed as 10 pt or 12 pt. &lt;/li&gt;
&lt;/ol&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 25 Jun 2007 17:15:26 -0400</pubDate>
 <dc:creator>Biswajit Banerjee</dc:creator>
 <guid isPermaLink="false">comment 3319 at http://imechanica.org</guid>
</item>
<item>
 <title>Online and editable version of Metamaterial Notes</title>
 <link>http://imechanica.org/node/870#comment-3315</link>
 <description>&lt;p&gt;Biswajit graciously provided the LaTeX source for these excellent notes and I am using them as an example of open source content.&amp;nbsp; I have converted the raw LaTeX to a very similar markup that is more readily handled by the Mediawiki parser.&amp;nbsp; You can access the content at &lt;a href=&quot;http://dssl.mne.psu.edu/nsfevo&quot; target=&quot;_blank&quot;&gt;http://dssl.mne.psu.edu/nsfevo&lt;/a&gt; .&amp;nbsp; So far I have ten lectures up.&amp;nbsp; The first few are complete while the rest need figures, references, etc. added.&amp;nbsp; All of these pages are editable.&amp;nbsp; Clicking on the &amp;#39;edit&amp;#39; tab at the top of the page will allow you to view the source code and make changes.&amp;nbsp; I&amp;#39;ve refrained from correcting the few typos I saw in the notes so please feel free to correct them if you&amp;#39;d like.&amp;nbsp; More substantial changes are also welcome as the content can always be reverted should the authors not like the changes.&lt;/p&gt;
&lt;p&gt;Eric&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 25 Jun 2007 14:49:37 -0400</pubDate>
 <dc:creator>ericmock</dc:creator>
 <guid isPermaLink="false">comment 3315 at http://imechanica.org</guid>
</item>
<item>
 <title>New paper on elastodynamics of metamaterials</title>
 <link>http://imechanica.org/node/870#comment-3220</link>
 <description>&lt;p&gt;
Graeme Milton has posted a copy of his latest paper on elastic metamaterials on arXiv.&amp;nbsp; The paper is called &lt;em&gt;&amp;quot;New metamaterials with macroscopic behavior outside that of continuum  elastodynamics&amp;quot; &lt;/em&gt;and can be downloaded from &lt;a href=&quot;http://arxiv.org/abs/0706.2202&quot; target=&quot;_blank&quot;&gt;http://arxiv.org/abs/0706.2202&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
For background on what Graeme is talking about you can take a look at Lecture 24 above (on the Willis equations for elastodynamics).&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Abstract:
&lt;/p&gt;
&lt;p&gt;
  Metamaterials are constructed such that, for a narrow range of frequencies,&lt;br /&gt;
the momentum density depends on the local displacement gradient, and the stress&lt;br /&gt;
depends on the local velocity. In these models the momentum density generally&lt;br /&gt;
depends not only on the strain, but also on the local rotation, and the stress&lt;br /&gt;
is generally not symmetric. A variant is constructed for which, at a fixed&lt;br /&gt;
frequency, the momentum density is independent of the local rotation (but still&lt;br /&gt;
depends on the strain) and the stress is symmetric (but still depends on the&lt;br /&gt;
velocity). Generalizations of these metamaterials may be useful in the design&lt;br /&gt;
of elastic cloaking devices.
&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Thu, 21 Jun 2007 13:44:37 -0400</pubDate>
 <dc:creator>Biswajit Banerjee</dc:creator>
 <guid isPermaLink="false">comment 3220 at http://imechanica.org</guid>
</item>
<item>
 <title>Update 2: Waves in composites and metamaterials</title>
 <link>http://imechanica.org/node/870#comment-2564</link>
 <description>&lt;p&gt;The final four lectures have been posted on my webpage. I have provided the links below for your convenience.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 21&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture21.pdf&quot;&gt;Effective tensors using Hilbert space formalism [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 22&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture22.pdf&quot;&gt;Transformation-based Cloaking in Electromagnetism [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 23&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture23.pdf&quot;&gt;Transformation-based Cloaking continued [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 24&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture24.pdf&quot;&gt;Willis equations for Elastodynamics [pdf]&lt;/a&gt;           &lt;br /&gt;     &lt;/dt&gt;
&lt;/dl&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 27 Apr 2007 20:38:03 -0400</pubDate>
 <dc:creator>Biswajit Banerjee</dc:creator>
 <guid isPermaLink="false">comment 2564 at http://imechanica.org</guid>
</item>
<item>
 <title>linked to my blog:</title>
 <link>http://imechanica.org/node/870#comment-2497</link>
 <description>&lt;p&gt;linked to my blog: &lt;a href=&quot;/node/786&quot;&gt;explosion science and engineering&lt;/a&gt;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 23 Apr 2007 17:35:43 -0400</pubDate>
 <dc:creator>Henry Tan</dc:creator>
 <guid isPermaLink="false">comment 2497 at http://imechanica.org</guid>
</item>
<item>
 <title>Re: Students</title>
 <link>http://imechanica.org/node/870#comment-2414</link>
 <description>&lt;p&gt;There were five graduate students taking the course for credit.  I believe three were from Applied Math and two were from Geophysics.  There were five others who were sitting in.  I&amp;#39;m not sure about their backgrounds.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 21 Apr 2007 17:06:41 -0400</pubDate>
 <dc:creator>Biswajit Banerjee</dc:creator>
 <guid isPermaLink="false">comment 2414 at http://imechanica.org</guid>
</item>
<item>
 <title>thanks for your notes</title>
 <link>http://imechanica.org/node/870#comment-2412</link>
 <description>&lt;p&gt;Thank you, Biswajit,&lt;/p&gt;
&lt;p&gt;I learned a lot from your notes， especially from those detailed reductions。&lt;/p&gt;
&lt;p&gt;Who are the students attending this course?&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 21 Apr 2007 17:02:30 -0400</pubDate>
 <dc:creator>Henry Tan</dc:creator>
 <guid isPermaLink="false">comment 2412 at http://imechanica.org</guid>
</item>
<item>
 <title>Update: Waves in composites and metamaterials</title>
 <link>http://imechanica.org/node/870#comment-2408</link>
 <description>&lt;p&gt;I have updated my notes on the &amp;quot;Waves in Composites and Metamaterials&amp;quot; course.   The last four lectures in the course (Lectures 21 through 24) will be posted in a couple of weeks.  I have given links to the lecture notes below for your convenience.  These notes will also be of interest to those who work in the field of homogenization of composites in the quasistatic limit.&lt;br /&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 1&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture1.pdf&quot;&gt;Rainbows [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 2&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture2.pdf&quot;&gt;Airy Theory [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 3&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture3.pdf&quot;&gt;Maxwell&amp;#39;s Equations in Media [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 4&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture4.pdf&quot;&gt;Fresnel&amp;#39;s Equations [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 5&lt;/strong&gt;:          &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture5.pdf&quot;&gt;Perfect Lenses and Negative Density Materials [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 6&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture6.pdf&quot;&gt;Anisotropic Mass and Generalization [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 7&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture7.pdf&quot;&gt;Elastodynamics and Electrodynamics [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 8&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture8.pdf&quot;&gt;Acoustic Metamaterials and Negative Moduli [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 9&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture9.pdf&quot;&gt;Fading Memory/Waves in Layered Media [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 10&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture10.pdf&quot;&gt;Airy solution and WKB solution [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 11&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture11.pdf&quot;&gt;TE waves in multilayered media [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 12&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture12.pdf&quot;&gt;Continuum limit and propagator matrix [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 13&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture13.pdf&quot;&gt;Waves in layered media and point sources [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 14&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture14.pdf&quot;&gt;Point sources and EM vector potentials [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 15&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture15.pdf&quot;&gt;Mie Theory and Bloch&amp;#39;s Theorem [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 16&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture16.pdf&quot;&gt;Bloch Waves and the Quasistatic Limit [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 17&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture17.pdf&quot;&gt;Bloch Waves in Elastodynamics and Bubbly Fluids [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 18&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture18.pdf&quot;&gt;Duality Relations/Phase Interchange Identity/Laminates [pdf]&lt;/a&gt;         &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 19&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture19.pdf&quot;&gt;Backus Formula for Laminates/Rank-1 Laminates [pdf]&lt;/a&gt;           &lt;br /&gt;       &lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 20&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture20.pdf&quot;&gt;Hierarchical Laminates/Hilbert space formalism [pdf]&lt;/a&gt;           &lt;br /&gt;    &lt;/dt&gt;
&lt;/dl&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 21 Apr 2007 15:03:00 -0400</pubDate>
 <dc:creator>Biswajit Banerjee</dc:creator>
 <guid isPermaLink="false">comment 2408 at http://imechanica.org</guid>
</item>
<item>
 <title>Momentum balance in frequency domain</title>
 <link>http://imechanica.org/node/870#comment-1303</link>
 <description>&lt;p&gt;Henry,&lt;/p&gt;
&lt;p&gt;You can look at Section 2 in Lecture 7.  For a material that has a frequency dependent mass, causality requires an equation of the form given in equation (22).  A Fourier transform of that equation (and the use of the convolution theorem) gives equation (23) which is the same as equation (5) in Lecture 8.  I did check the signs when I worked out the algebra.  However, you may want to check that to see whether everything is correct.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 21 Feb 2007 20:37:23 -0500</pubDate>
 <dc:creator>Biswajit Banerjee</dc:creator>
 <guid isPermaLink="false">comment 1303 at http://imechanica.org</guid>
</item>
<item>
 <title>waves in composite materials</title>
 <link>http://imechanica.org/node/870#comment-1301</link>
 <description>&lt;p&gt;Dear Biswajit,&lt;/p&gt;
&lt;p&gt;Thank you for posting those precious lecture notes on waves in composite materials. I have a question, how to derive the equation (5) in lecture 8, for low frequency processes?&lt;br /&gt;Thank you very much.&lt;/p&gt;
&lt;p&gt;Henry.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 21 Feb 2007 18:27:07 -0500</pubDate>
 <dc:creator>Henry Tan</dc:creator>
 <guid isPermaLink="false">comment 1301 at http://imechanica.org</guid>
</item>
<item>
 <title>Metamaterials: negative mass density and anisotropic mass</title>
 <link>http://imechanica.org/node/870</link>
 <description>&lt;p&gt;
Is it possible for materials to have negative mass densities, anisotropic masses, and other such unintuitive characteristics?  Recent work on certain composite material has shown that that indeed such things are possible (see for example &lt;a href=&quot;http://scitation.aip.org/getpdf/servlet/GetPDFServlet?filetype=pdf&amp;amp;id=PRBMDO000071000001014103000001&amp;amp;idtype=cvips&amp;amp;prog=normal&quot;&gt;Liu, Chan, Sheng, (2005), Physical Review B, 71, 014103&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;The study of metamaterials is just beginning and will probably lead to interesting new discoveries.  Mechanicians have somewhat of a head start in the matter because researchers in the field of classical electrodynamics have already made some significant strides with metamaterials.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.math.utah.edu/~milton/&quot;&gt;Prof. Graeme Milton&lt;/a&gt; has been teaching a class on metamaterials this semester (Spring, 2007).  I have typeset his lecture notes and added in some details for the beginner.  You can find the lecture notes  &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/notes.html&quot;&gt;here&lt;/a&gt;.  Please let me know how the notes can be improved and if you find any mistakes.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Update: 27 June, 2007&lt;/strong&gt;:&amp;nbsp;
&lt;/p&gt;
&lt;ul&gt;
&lt;p&gt;
	Here&amp;#39;s a &lt;a href=&quot;http://vmsstreamer1.fnal.gov/VMS_Site_03/Lectures/Colloquium/070221Schurig/index.htm&quot; target=&quot;_blank&quot;&gt;link&lt;/a&gt;  to &lt;a href=&quot;http://www.ece.duke.edu/~dschurig/&quot; target=&quot;_blank&quot;&gt;David Schurig&lt;/a&gt; &amp;#39;s talk at the &lt;a href=&quot;http://www-ppd.fnal.gov/EPPOffice-w/colloq/colloq.html&quot; target=&quot;_blank&quot;&gt;Fermilab Colloquium&lt;/a&gt;  Lectures.&amp;nbsp; The talk is titled &amp;quot;&lt;em&gt;The Transformation Design Method and Metamaterials: Tools to realize Invibility and Other Interesting Effects&lt;/em&gt;&amp;quot;.&amp;nbsp;&amp;nbsp; The talk discusses the contents of Lecture 5 and Lectures 22/23 without most of the mathematical details.
	&lt;/p&gt;
&lt;p&gt;				&amp;nbsp;&lt;/p&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;strong&gt;Links to lecture notes from Prof. Milton&amp;#39;s course:&lt;/strong&gt;
&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 1&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture1.pdf&quot;&gt;Rainbows [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 2&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture2.pdf&quot;&gt;Airy Theory [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 3&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture3.pdf&quot;&gt;Maxwell&amp;#39;s Equations in Media [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 4&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture4.pdf&quot;&gt;Fresnel&amp;#39;s Equations [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 5&lt;/strong&gt;:          &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture5.pdf&quot;&gt;Perfect Lenses and Negative Density Materials [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 6&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture6.pdf&quot;&gt;Anisotropic Mass and Generalization [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 7&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture7.pdf&quot;&gt;Elastodynamics and Electrodynamics [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 8&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture8.pdf&quot;&gt;Acoustic Metamaterials and Negative Moduli [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 9&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture9.pdf&quot;&gt;Fading Memory/Waves in Layered Media [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 10&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture10.pdf&quot;&gt;Airy solution and WKB solution [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 11&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture11.pdf&quot;&gt;TE waves in multilayered media [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 12&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture12.pdf&quot;&gt;Continuum limit and propagator matrix [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 13&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture13.pdf&quot;&gt;Waves in layered media and point sources [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 14&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture14.pdf&quot;&gt;Point sources and EM vector potentials [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 15&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture15.pdf&quot;&gt;Mie Theory and Bloch&amp;#39;s Theorem [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 16&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture16.pdf&quot;&gt;Bloch Waves and the Quasistatic Limit [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 17&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture17.pdf&quot;&gt;Bloch Waves in Elastodynamics and Bubbly Fluids [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 18&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture18.pdf&quot;&gt;Duality Relations/Phase Interchange Identity/Laminates [pdf]&lt;/a&gt;         &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 19&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture19.pdf&quot;&gt;Backus Formula for Laminates/Rank-1 Laminates [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 20&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture20.pdf&quot;&gt;Hierarchical Laminates/Hilbert space formalism [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 21&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture21.pdf&quot;&gt;Effective tensors using Hilbert space formalism [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 22&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture22.pdf&quot;&gt;Transformation-based Cloaking in Electromagnetism [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 23&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture23.pdf&quot;&gt;Transformation-based Cloaking continued [pdf]&lt;/a&gt;           &lt;br /&gt;
&lt;/dt&gt;
&lt;dt&gt;&lt;img src=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/redball.gif&quot; border=&quot;0&quot; alt=&quot;o&quot; /&gt;         &lt;strong&gt;Lecture 24&lt;/strong&gt;:           &lt;a href=&quot;http://www.eng.utah.edu/~banerjee/MATH7875/Lecture24.pdf&quot;&gt;Willis equations for Elastodynamics [pdf]&lt;/a&gt;&lt;/dt&gt;
&lt;dt&gt;&amp;nbsp;&lt;/dt&gt;
&lt;dt&gt;
&lt;/dt&gt;
&lt;/dl&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <comments>http://imechanica.org/node/870#comments</comments>
 <category domain="http://imechanica.org/taxonomy/term/128">education</category>
 <category domain="http://imechanica.org/taxonomy/term/632">metamaterials</category>
 <category domain="http://imechanica.org/taxonomy/term/640">negative density</category>
 <category domain="http://imechanica.org/taxonomy/term/639">negative mass</category>
 <pubDate>Sun, 18 Feb 2007 19:26:41 -0500</pubDate>
 <dc:creator>Biswajit Banerjee</dc:creator>
 <guid isPermaLink="false">870 at http://imechanica.org</guid>
</item>
</channel>
</rss>
