<?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>Newton Excel Bach,  not (just) an Excel Blog</title>
	<atom:link href="http://newtonexcelbach.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://newtonexcelbach.wordpress.com</link>
	<description>An Excel blog for engineers and scientists, and an engineering and science blog for Excel users.</description>
	<pubDate>Sat, 05 Jul 2008 12:11:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Evaluate Function - update</title>
		<link>http://newtonexcelbach.wordpress.com/2008/07/05/evaluate-function-update/</link>
		<comments>http://newtonexcelbach.wordpress.com/2008/07/05/evaluate-function-update/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 12:11:43 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
		
		<category><![CDATA[Excel]]></category>

		<category><![CDATA[Maths]]></category>

		<category><![CDATA[UDFs]]></category>

		<category><![CDATA[UDF]]></category>

		<category><![CDATA[VBA]]></category>

		<category><![CDATA[Evaluate]]></category>

		<category><![CDATA[numerical integration]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=195</guid>
		<description><![CDATA[Previous post
The evaluate function described in the previous post has been used in writing a UDF that will evaluate the integral of any suitable function over a specified range.
The revised worksheet can be downloaded from:
Eval.zip
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a title="Previous post" href="http://newtonexcelbach.wordpress.com/2008/04/22/evaluate-function/">Previous post</a></p>
<p>The evaluate function described in the previous post has been used in writing a UDF that will evaluate the integral of any suitable function over a specified range.</p>
<p>The revised worksheet can be downloaded from:</p>
<p><a title="Eval.zip" href="http://www.interactiveds.com.au/software/Eval.zip">Eval.zip</a></p>
<dl id="attachment_196" class="wp_caption aligncenter" style="width: 478px"><dt class="wp_caption_dt"><a href="http://newtonexcelbach.files.wordpress.com/2008/07/evalint.jpg"><img class="size-full wp-image-196" src="http://newtonexcelbach.files.wordpress.com/2008/07/evalint.jpg?w=468&h=451" alt="EvalInt" width="468" height="451" /></a></dt><dd class="wp_caption_dd">EvalInt</dd></dl>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/newtonexcelbach.wordpress.com/195/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/newtonexcelbach.wordpress.com/195/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/newtonexcelbach.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/newtonexcelbach.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/newtonexcelbach.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/newtonexcelbach.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/newtonexcelbach.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/newtonexcelbach.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/newtonexcelbach.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/newtonexcelbach.wordpress.com/195/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&blog=2893655&post=195&subd=newtonexcelbach&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2008/07/05/evaluate-function-update/feed/</wfw:commentRss>
	
		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/07/evalint.jpg" medium="image">
			<media:title type="html">EvalInt</media:title>
		</media:content>
	</item>
		<item>
		<title>Drawing in Excel-3</title>
		<link>http://newtonexcelbach.wordpress.com/2008/07/04/drawing-in-excel-3/</link>
		<comments>http://newtonexcelbach.wordpress.com/2008/07/04/drawing-in-excel-3/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 13:39:19 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
		
		<category><![CDATA[Drawing]]></category>

		<category><![CDATA[Excel]]></category>

		<category><![CDATA[VBA]]></category>

		<category><![CDATA[shapes]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=184</guid>
		<description><![CDATA[Previous post
OK, here are some of the promised basics of using VBA to create drawings in Excel.
This and following posts will cover:

The shape objects and how to create them
How to select, group, and delete shapes
How to modify existing shapes
How to get the properties of existing shapes
How to scale shapes
How to create 3D perspective wireframe drawings

There [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a title="Previous post" href="http://newtonexcelbach.wordpress.com/2008/06/22/drawing-in-excel-2/">Previous post</a><br />
OK, here are some of the promised basics of using VBA to create drawings in Excel.</p>
<p>This and following posts will cover:</p>
<ul>
<li>The shape objects and how to create them</li>
<li>How to select, group, and delete shapes</li>
<li>How to modify existing shapes</li>
<li>How to get the properties of existing shapes</li>
<li>How to scale shapes</li>
<li>How to create 3D perspective wireframe drawings</li>
</ul>
<p>There are two main problems with creating code driven drawings in Excel:</p>
<ul>
<li>There are several alternative ways to do almost everything, and the ways they work are not always obvious (at least to me), and there are significant difference between versions.</li>
<li>The documentation is sparse, and what there is is often far from helpful.  To make matters worse, there is little on the subject in the popular Excel books, and even web sites covering the topic are few and far between.</li>
</ul>
<p>In the rest of this post I will list the available VBA methods that apply to shape objects, then look at some examples of how these methods work in practice.</p>
<p>The methods applicable to shapes are:</p>
<ul>
<li>AddCallout</li>
<li>AddChart</li>
<li>AddConnector</li>
<li>AddCurve</li>
<li>AddFormControl</li>
<li>AddLabel</li>
<li>AddLine</li>
<li>AddOLEObject</li>
<li>AddPicture</li>
<li>AddPolyline</li>
<li>AddShape</li>
<li>AddTextbox</li>
<li>AddTextEffect</li>
<li>BuildFreeform</li>
<li>SelectAll</li>
</ul>
<p>The ones I will be concentrating on are:</p>
<ul>
<li>AddCurve</li>
<li>AddLine</li>
<li>AddPolyline</li>
<li>AddShape</li>
<li>AddTextbox</li>
</ul>
<p>Which will give us more than enough for what we want to do.</p>
<p>The examples given below can be found in: <a title="PlotShapes" href="http://www.interactiveds.com.au/software/plot%20shapes.zip">Plot Shapes.zip</a></p>
<p>The examples are based on drawing similar dodecagons (regular 12 sided polygons) by various methods.  The coordinates defining the shapes are listed on the spreadsheet, we will be looking at how screen coordinates work more closely in a later post.  For now just note that the shapes are defined by 12 x,y coordinates, with the first point repeated at the end of the list, to create a closed shape.  There are also 4 straight lines, defined by the start and end points.</p>
<p><code><br />
Sub ExShapeAdd()<br />
Dim PointArray() As Single, CoordA As Variant, shp As Shape, i As Long, ffshp As Shape<br />
Dim myBuilder As FreeformBuilder, XNode As Single, YNode As Single</code></p>
<p>ShapeDelete  &#8216;Routine to delete old shapes, see later post<br />
CoordA = [a1:b13]   &#8216; Get coordinates array from the worksheet</p>
<p>&#8216; AddLine<br />
With ActiveSheet.Shapes.AddLine(CoordA(1, 1), CoordA(1, 2), CoordA(7, 1), CoordA(7, 2))<br />
.Name = &#8220;straight&#8221;<br />
.Line.Weight = 2<br />
.Line.ForeColor.SchemeColor = 8<br />
End With</p>
<p>&#8216;Plot the same line and rotate through 45 degrees<br />
With ActiveSheet.Shapes.AddLine(CoordA(1, 1), CoordA(1, 2), CoordA(7, 1), CoordA(7, 2))<br />
.Name = &#8220;straight-a&#8221;<br />
.Rotation = 90<br />
End With</p>
<p>&#8216; Copy CoordA (variant) into PointArray (single)<br />
ReDim PointArray(1 To 13, 1 To 2)<br />
For i = 1 To 13<br />
PointArray(i, 1) = CoordA(i, 1)<br />
PointArray(i, 2) = CoordA(i, 2)<br />
Next i</p>
<p>&#8216; AddCurve<br />
Set shp = ActiveSheet.Shapes.AddCurve(PointArray)<br />
With shp<br />
.Fill.Visible = False<br />
.Name = &#8220;Curve1&#8243;<br />
End With<br />
With ActiveSheet.Shapes.AddCurve(PointArray)<br />
.Fill.Visible = False<br />
.Rotation = 45<br />
.Name = &#8220;Curve2&#8243;<br />
End With</p>
<dl id="attachment_186" class="wp_caption aligncenter" style="width: 252px"><dt class="wp_caption_dt"><a href="http://newtonexcelbach.files.wordpress.com/2008/07/addcurve.jpg"><img class="size-full wp-image-186" src="http://newtonexcelbach.files.wordpress.com/2008/07/addcurve.jpg?w=242&h=316" alt="AddCurve" width="242" height="316" /></a></dt><dd class="wp_caption_dd">AddCurve</dd></dl>
<p><code><br />
CoordA = [a15:b27]<br />
&#8216; AddShape; 183 = straight connector<br />
ActiveSheet.Shapes.AddShape(183, CoordA(7, 1), CoordA(1, 2), CoordA(1, 1) - CoordA(7, 1), CoordA(7, 2) - CoordA(1, 2)).Name = &#8220;Straight2&#8243;<br />
With ActiveSheet.Shapes.AddShape(183, CoordA(7, 1), CoordA(1, 2), CoordA(1, 1) - CoordA(7, 1), CoordA(7, 2) - CoordA(1, 2))<br />
.Name = &#8220;Straight2-A&#8221;<br />
.Rotation = 90<br />
End With</code></p>
<p>For i = 1 To 13<br />
PointArray(i, 1) = CoordA(i, 1)<br />
PointArray(i, 2) = CoordA(i, 2)<br />
Next i</p>
<p>&#8216; AddPolyLine<br />
ActiveSheet.Shapes.AddPolyline(PointArray).Fill.Visible = False</p>
<dl id="attachment_187" class="wp_caption aligncenter" style="width: 268px"><dt class="wp_caption_dt"><a href="http://newtonexcelbach.files.wordpress.com/2008/07/addpolyline.jpg"><img class="size-full wp-image-187" src="http://newtonexcelbach.files.wordpress.com/2008/07/addpolyline.jpg?w=258&h=300" alt="AddPolyLine" width="258" height="300" /></a></dt><dd class="wp_caption_dd">AddPolyLine</dd></dl>
<p><code><br />
CoordA = [a29:b41]<br />
For i = 1 To 13<br />
PointArray(i, 1) = CoordA(i, 1)<br />
PointArray(i, 2) = CoordA(i, 2)<br />
Next i</code></p>
<p>&#8216; Shapebuilder<br />
&#8216; first point<br />
XNode = PointArray(1, 1)<br />
YNode = PointArray(1, 2)<br />
Set myBuilder = ActiveSheet.Shapes.BuildFreeform(msoEditingAuto, XNode, YNode)<br />
&#8216; remaining points<br />
For i = 2 To 13<br />
XNode = PointArray(i, 1)<br />
YNode = PointArray(i, 2)<br />
myBuilder.AddNodes msoSegmentLine, msoEditingAuto, XNode, YNode<br />
Next</p>
<p>Set ffshp = myBuilder.ConvertToShape<br />
ffshp.Name = &#8220;Built-shape&#8221;</p>
<div class="mceTemp">
<dl id="attachment_189" class="wp_caption aligncenter" style="width: 284px"><dt class="wp_caption_dt"><a href="http://newtonexcelbach.files.wordpress.com/2008/07/buildfreeform.jpg"><img class="size-full wp-image-189" src="http://newtonexcelbach.files.wordpress.com/2008/07/buildfreeform.jpg?w=274&h=260" alt="BuilFreeForm" width="274" height="260" /></a></dt><dd class="wp_caption_dd">BuilFreeForm</dd></dl>
<p><code><br />
CoordA = [a44:a47]<br />
&#8216; AddShape; 146 = dodecagon<br />
ActiveSheet.Shapes.AddShape(146, CoordA(1, 1), CoordA(2, 1), CoordA(3, 1), CoordA(4, 1)).Name = &#8220;Shape2&#8243;</code></p>
<p>End Sub</p>
<dl id="attachment_188" class="wp_caption aligncenter" style="width: 238px"><dt class="wp_caption_dt"></dt>
</dl>
</div>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/07/addshape.jpg"><img class="size-full wp-image-188" src="http://newtonexcelbach.files.wordpress.com/2008/07/addshape.jpg?w=228&h=264" alt="AddShape" width="228" height="264" /></a></p>
<div class="mceTemp">
<dl>
<dt><a title="Drawing in Excel-2" href="http://newtonexcelbach.wordpress.com/2008/06/22/drawing-in-excel-2/"></a></dt><dd class="wp_caption_dd">AddShape</dd></dl>
<p> </p></div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/newtonexcelbach.wordpress.com/184/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/newtonexcelbach.wordpress.com/184/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/newtonexcelbach.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/newtonexcelbach.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/newtonexcelbach.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/newtonexcelbach.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/newtonexcelbach.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/newtonexcelbach.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/newtonexcelbach.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/newtonexcelbach.wordpress.com/184/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&blog=2893655&post=184&subd=newtonexcelbach&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2008/07/04/drawing-in-excel-3/feed/</wfw:commentRss>
	
		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/07/addcurve.jpg" medium="image">
			<media:title type="html">AddCurve</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/07/addpolyline.jpg" medium="image">
			<media:title type="html">AddPolyLine</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/07/buildfreeform.jpg" medium="image">
			<media:title type="html">BuilFreeForm</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/07/addshape.jpg" medium="image">
			<media:title type="html">AddShape</media:title>
		</media:content>
	</item>
		<item>
		<title>Elegant proofs 2 - The area of a circle</title>
		<link>http://newtonexcelbach.wordpress.com/2008/07/02/elegant-proofs-2-the-area-of-a-circle/</link>
		<comments>http://newtonexcelbach.wordpress.com/2008/07/02/elegant-proofs-2-the-area-of-a-circle/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 04:50:44 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
		
		<category><![CDATA[Maths]]></category>

		<category><![CDATA[Newton]]></category>

		<category><![CDATA[apothem]]></category>

		<category><![CDATA[archimedes]]></category>

		<category><![CDATA[Area]]></category>

		<category><![CDATA[circle]]></category>

		<category><![CDATA[proof]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=176</guid>
		<description><![CDATA[We are so familiar with the formula for the area enclosed by a circle that we tend not to think much about how it was derived, at least I don&#8217;t.
The proofs of the formula are in fact many and varied; the first one found by Google is at:
http://www.artofproblemsolving.com/LaTeX/Examples/AreaOfACircle.pdf
Don&#8217;t worry, that&#8217;s not the elegant one.
There are [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We are so familiar with the formula for the area enclosed by a circle that we tend not to think much about how it was derived, at least I don&#8217;t.</p>
<p>The proofs of the formula are in fact many and varied; the first one found by Google is at:<br />
<a href="http://www.artofproblemsolving.com/LaTeX/Examples/AreaOfACircle.pdf">http://www.artofproblemsolving.com/LaTeX/Examples/AreaOfACircle.pdf</a></p>
<p>Don&#8217;t worry, that&#8217;s not the elegant one.</p>
<p>There are many proofs that don&#8217;t (directly) involve the use of calculus, and Wikipedia gives a good sample of them:</p>
<p><a href="http://en.wikipedia.org/wiki/Area_of_a_disk">http://en.wikipedia.org/wiki/Area_of_a_disk</a></p>
<p>of which the rearrangement proof is perhaps the most elegant.  Another presentation of this proof is given here (along with Archimedes&#8217; equally elegant derivation of the volume of a sphere):</p>
<p><a href="http://www.mathreference.com/geo,circle.html">http://www.mathreference.com/geo,circle.html</a></p>
<p>Yesterday I came across an approach that to me seems even simpler, based on a post at:</p>
<p><a href="http://foxmath.wordpress.com/2008/06/24/perimeter-area/">http://foxmath.wordpress.com/2008/06/24/perimeter-area/</a></p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/07/apothem.jpg"><img class="alignleft size-medium wp-image-177" src="http://newtonexcelbach.files.wordpress.com/2008/07/apothem.jpg?w=300&h=270" alt="The apothem of a hexagon" width="300" height="270" /></a>This shows that for any regular polygon with an area equal to its circumference, the length of the apothem (the red line in the diagram to the left) is 2.  This is immediately obvious from the fact that the area of each individual triangle is equal to the base length, when the height equals 2.</p>
<p>In the limit as the number of sides of a regular polygon tends to infinity the polygon approaches a circle, and the length of the apothem approaches the radius of the enclosing circle.  It therefore follows that the area of a circle of radius 2 is equal to its circumference; i.e. 4.pi.</p>
<p>A circle of radius R may be scaled to radius 2 by multiplying the radius by 2/R.  The radius of this circle is then 4pi x (R/2)^2 = pi.R^2.</p>
<p>Finally a &#8220;wordless&#8221; proof provided by the people at SSSF:</p>
<p><a href="http://www.maa.org/pubs/Calc_articles/ma018.pdf">http://www.maa.org/pubs/Calc_articles/ma018.pdf</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/newtonexcelbach.wordpress.com/176/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/newtonexcelbach.wordpress.com/176/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/newtonexcelbach.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/newtonexcelbach.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/newtonexcelbach.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/newtonexcelbach.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/newtonexcelbach.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/newtonexcelbach.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/newtonexcelbach.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/newtonexcelbach.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&blog=2893655&post=176&subd=newtonexcelbach&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2008/07/02/elegant-proofs-2-the-area-of-a-circle/feed/</wfw:commentRss>
	
		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/07/apothem.jpg?w=300" medium="image">
			<media:title type="html">The apothem of a hexagon</media:title>
		</media:content>
	</item>
		<item>
		<title>Pythagoras, Penrose and Pov-Ray</title>
		<link>http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/</link>
		<comments>http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 12:01:59 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
		
		<category><![CDATA[Maths]]></category>

		<category><![CDATA[Newton]]></category>

		<category><![CDATA[Penrose]]></category>

		<category><![CDATA[PovRay]]></category>

		<category><![CDATA[Pythagoras]]></category>

		<category><![CDATA[Ray Tracing]]></category>

		<category><![CDATA[tessellation]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=135</guid>
		<description><![CDATA[Images based on Pythagorean tiling, Penrose tiling, and projections onto the Riemann Sphere by PM2ring, a regular contributor to the ABC Self-Service Science Forum (words by the artist):
 Various renderings of a Pythagorean tiling. Mostly using the 3,4,5 triangle. This tiling has been called a &#8220;wordless proof&#8221; of Pythagoras&#8217; Theorem. It shows by dissection that the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Images based on Pythagorean tiling, Penrose tiling, and projections onto the Riemann Sphere by PM2ring, a regular contributor to the ABC Self-Service Science Forum (words by the artist):</p>
<p> Various renderings of a Pythagorean tiling. Mostly using the 3,4,5 triangle. This tiling has been called a &#8220;wordless proof&#8221; of Pythagoras&#8217; Theorem. It shows by dissection that the area of the &#8220;shadow&#8221; square on the hypotenuse is equal to the sum of the areas of the squares on the two other sides. IMHO, it&#8217;s not quite a wordless proof, since you still have to prove that the large squares are really squares &amp; not just rhombuses. </p>

<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/functilef5_85/' title='functilef5_85'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/functilef5_85.jpg?w=128&h=96" width="128" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/functilef9_85/' title='functilef9_85'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/functilef9_85.jpg?w=128&h=96" width="128" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/functileg2s_85/' title='functileg2s_85'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/functileg2s_85.jpg?w=128&h=96" width="128" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/functileg4s_85/' title='functileg4s_85'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/functileg4s_85.jpg?w=128&h=96" width="128" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/pythtileb2s_85/' title='pythtileb2s_85'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/pythtileb2s_85.jpg?w=128&h=96" width="128" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/pythtilee3_85/' title='pythtilee3_85'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/pythtilee3_85.jpg?w=128&h=96" width="128" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/pythtilee4_85/' title='pythtilee4_85'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/pythtilee4_85.jpg?w=128&h=96" width="128" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/pythtilef4s_85/' title='pythtilef4s_85'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/pythtilef4s_85.jpg?w=128&h=96" width="128" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/pythtilef7s_85/' title='pythtilef7s_85'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/pythtilef7s_85.jpg?w=128&h=96" width="128" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/pigfuncdd0/' title='pigfuncdd0'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncdd0.png?w=128&h=96" width="128" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/pigfuncdd2/' title='pigfuncdd2'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncdd2.png?w=128&h=96" width="128" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/pigfuncdd5s/' title='pigfuncdd5s'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncdd5s.png?w=128&h=96" width="128" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/pigfuncde0s/' title='pigfuncde0s'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncde0s.png?w=128&h=96" width="128" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/pigfuncdf0s/' title='pigfuncdf0s'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncdf0s.png?w=96&h=96" width="96" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/riemanna2s/' title='riemanna2s'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/riemanna2s.png?w=96&h=96" width="96" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/riemannd6s951/' title='riemannd6s951'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/riemannd6s951.jpg?w=96&h=96" width="96" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/riemannb0s1/' title='riemannb0s1'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/riemannb0s1.png?w=128&h=96" width="128" height="96" class="attachment-thumbnail" alt="" /></a>
<a href='http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/penroses42/' title='penroses42'><img src="http://newtonexcelbach.files.wordpress.com/2008/06/penroses42.jpg?w=128&h=96" width="128" height="96" class="attachment-thumbnail" alt="" /></a>

<p>The floor shows two versions of Penrose tiles, which are intimately related to root(5) and the Golden ratio, so it&#8217;s kind of on topic.</p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/06/penroses42.jpg"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/penroses42.jpg?w=300&h=225" alt="Penrose Tiling" width="300" height="225" class="aligncenter size-medium wp-image-145" /></a></p>
<p>A 16 colour checker pattern, displayed on the Riemann Sphere.<br />
<a href="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncde0s.png"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncde0s.png?w=300&h=225" alt="Riemann Sphere1" width="300" height="225" class="aligncenter size-medium wp-image-146" /></a></p>
<p>More Riemann Sphere pics. These images look a bit flatter than the first one because they use uniform lighting.<br />
<a href="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncdd0.png"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncdd0.png?w=300&h=225" alt="" width="300" height="225" class="aligncenter size-medium wp-image-147" /></a></p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncdd2.png"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncdd2.png?w=300&h=225" alt="" width="300" height="225" class="aligncenter size-medium wp-image-148" /></a></p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncdd5s.png"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncdd5s.png?w=300&h=225" alt="" width="300" height="225" class="aligncenter size-medium wp-image-149" /></a></p>
<p>Pythagorean tessellation on the Riemann Sphere.<br />
<a href="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncdf0s.png"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncdf0s.png?w=300&h=300" alt="" width="300" height="300" class="aligncenter size-medium wp-image-150" /></a></p>
<p>A checker pattern, with half the squares clear. The other squares are yellow on the outside of the sphere &amp; red on the inside.</p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/06/riemanna2s.png"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/riemanna2s.png?w=300&h=300" alt="" width="300" height="300" class="aligncenter size-medium wp-image-151" /></a></p>
<p>The next two pictures use various raytracing techniques to achieve a more photorealistic image.										</p>
<p>A pair of spheres in black &amp; white checks, one sitting on its North pole, the other sitting on its South pole.<br />
<a href="http://newtonexcelbach.files.wordpress.com/2008/06/riemannb0s1.png"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/riemannb0s1.png?w=300&h=225" alt="" width="300" height="225" class="aligncenter size-medium wp-image-152" /></a></p>
<p>A pentagonal Penrose tiling.<br />
<a href="http://newtonexcelbach.files.wordpress.com/2008/06/riemannd6s951.jpg"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/riemannd6s951.jpg?w=300&h=300" alt="" width="300" height="300" class="aligncenter size-medium wp-image-153" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/newtonexcelbach.wordpress.com/135/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/newtonexcelbach.wordpress.com/135/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/newtonexcelbach.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/newtonexcelbach.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/newtonexcelbach.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/newtonexcelbach.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/newtonexcelbach.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/newtonexcelbach.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/newtonexcelbach.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/newtonexcelbach.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&blog=2893655&post=135&subd=newtonexcelbach&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2008/06/30/pythagoras-penrose-and-pov-ray/feed/</wfw:commentRss>
	
		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/penroses42.jpg?w=300" medium="image">
			<media:title type="html">Penrose Tiling</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncde0s.png?w=300" medium="image">
			<media:title type="html">Riemann Sphere1</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncdd0.png?w=300" medium="image" />

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncdd2.png?w=300" medium="image" />

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncdd5s.png?w=300" medium="image" />

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/pigfuncdf0s.png?w=300" medium="image" />

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/riemanna2s.png?w=300" medium="image" />

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/riemannb0s1.png?w=300" medium="image" />

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/riemannd6s951.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>Importing text files with VBA - 3</title>
		<link>http://newtonexcelbach.wordpress.com/2008/06/27/importing-text-files-with-vba-3/</link>
		<comments>http://newtonexcelbach.wordpress.com/2008/06/27/importing-text-files-with-vba-3/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 03:09:07 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
		
		<category><![CDATA[Excel]]></category>

		<category><![CDATA[UDFs]]></category>

		<category><![CDATA[UDF]]></category>

		<category><![CDATA[VBA]]></category>

		<category><![CDATA[import text]]></category>

		<category><![CDATA[split text]]></category>

		<category><![CDATA[Import large files]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=113</guid>
		<description><![CDATA[The text import file has been modified to split large files into one or more ranges.
The maximum number of rows for each range is specified, together with a sufficient number of valid range names, which may be on the same sheet or different sheets. The modified file has been tested with a text file with [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The text import file has been modified to split large files into one or more ranges.</p>
<p>The maximum number of rows for each range is specified, together with a sufficient number of valid range names, which may be on the same sheet or different sheets. The modified file has been tested with a text file with about 1.4 million lines (43 MB). In Excel 2007 this is imported into two ranges in about 10 seconds, or about 75 seconds if it is split into 7 columns. In Excel 2000 the import stopped with a memory error after about 800,000 lines, so for very large files Excel 2007 does seem to have a clear advantage. On the down side, clearing large ranges in Excel 2007 is often excrutiatingly slow. Clearing the 1.4 million lines of data imported in 10 seconds took several minutes!</p>
<p>The ReadText UDF has also been modified to work with large files. It is now possible to specify a column with a list of line numbers, and only the specified lines will be imported. In this way the complete file may be imported into separate ranges, or parts of the file may be conveniently extracted. Note that if the UDF is used with a file exceeding the number of available lines in the spreadsheet the UDF will return an error if the line numbers have not been specified. For smaller files the line number list is optional.</p>
<p>The final refinement in this version is that the SplitText routines now allow the maximum number of columns to be specified. This is illustrated with a directory listing, with the file date and size details split into columns, but the name kept in one column, even if it includes spaces.</p>
<p><a title="Text-in2.Zip" href="http://www.interactiveds.com.au/software/Text-in2.ZIP">Download Text-in2.zip Ver1.30</a></p>
<p>1.4 million line text file imported into Excel 2007 in two ranges (about 10 seconds)<br />
<a href="http://newtonexcelbach.files.wordpress.com/2008/06/hugefile1.jpg"><img class="aligncenter size-full wp-image-118" src="http://newtonexcelbach.files.wordpress.com/2008/06/hugefile1.jpg?w=1024&h=406" alt="Read text from large file - output split into 2 ranges" width="1024" height="406" /></a></p>
<p>Bottom of range 1 (just to prove it&#8217;s all there!)</p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/06/hugefile2.jpg"><img class="aligncenter size-full wp-image-117" src="http://newtonexcelbach.files.wordpress.com/2008/06/hugefile2.jpg?w=472&h=543" alt="Read text from large file - XL2007 bottom of range 1" width="472" height="543" /></a></p>
<p>1.4 million line text file split into columns (about 75 seconds)</p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/06/hugefile3.jpg"><img class="aligncenter size-full wp-image-116" src="http://newtonexcelbach.files.wordpress.com/2008/06/hugefile3.jpg?w=1024&h=440" alt="Read and split text from a large file" width="1024" height="440" /></a></p>
<p>ReadText function reading every 40th line from the 1.4 million line text file<br />
<a href="http://newtonexcelbach.files.wordpress.com/2008/06/hugefile4.jpg"><img class="aligncenter size-full wp-image-115" src="http://newtonexcelbach.files.wordpress.com/2008/06/hugefile4.jpg?w=1024&h=428" alt="ReadText and SplitText functions with specified row numbers" width="1024" height="428" /></a></p>
<p>Reading a directory listing into 5 columns</p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/06/dirlist.jpg"><img class="aligncenter size-full wp-image-114" src="http://newtonexcelbach.files.wordpress.com/2008/06/dirlist.jpg?w=648&h=657" alt="Directory listing - split into 5 columns" width="648" height="657" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/newtonexcelbach.wordpress.com/113/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/newtonexcelbach.wordpress.com/113/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/newtonexcelbach.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/newtonexcelbach.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/newtonexcelbach.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/newtonexcelbach.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/newtonexcelbach.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/newtonexcelbach.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/newtonexcelbach.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/newtonexcelbach.wordpress.com/113/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&blog=2893655&post=113&subd=newtonexcelbach&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2008/06/27/importing-text-files-with-vba-3/feed/</wfw:commentRss>
	
		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/hugefile1.jpg" medium="image">
			<media:title type="html">Read text from large file - output split into 2 ranges</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/hugefile2.jpg" medium="image">
			<media:title type="html">Read text from large file - XL2007 bottom of range 1</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/hugefile3.jpg" medium="image">
			<media:title type="html">Read and split text from a large file</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/hugefile4.jpg" medium="image">
			<media:title type="html">ReadText and SplitText functions with specified row numbers</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/dirlist.jpg" medium="image">
			<media:title type="html">Directory listing - split into 5 columns</media:title>
		</media:content>
	</item>
		<item>
		<title>Irish Graffiti</title>
		<link>http://newtonexcelbach.wordpress.com/2008/06/25/irish-graffiti/</link>
		<comments>http://newtonexcelbach.wordpress.com/2008/06/25/irish-graffiti/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 13:50:33 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
		
		<category><![CDATA[Arch structures]]></category>

		<category><![CDATA[Maths]]></category>

		<category><![CDATA[Newton]]></category>

		<category><![CDATA[Brougham Bridge]]></category>

		<category><![CDATA[Irish Graffiti]]></category>

		<category><![CDATA[John Baez]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=110</guid>
		<description><![CDATA[On the 16th October 1843 the Irish mathematician William Hamilton was taking a walk with his wife, alongside the Royal Canal in Dublin, when the answer to a problem that he had been puzzling over came to him, and he was so excited by this discovery that he carved the equation:
I2 = j2 = k2 [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>On the 16th October 1843 the Irish mathematician William Hamilton was taking a walk with his wife, alongside the Royal Canal in Dublin, when the answer to a problem that he had been puzzling over came to him, and he was so excited by this discovery that he carved the equation:</p>
<p><strong>I</strong><sup>2</sup> = <strong>j</strong><sup>2</sup> = <strong>k</strong><sup>2</sup> = <strong>ijk</strong> = -1</p>
<p>on a stone of the nearest bridge.</p>
<p>History does not record the reaction of his wife to this act, but judging by his recollection of his conversation with his sons:</p>
<p><em>Every morning in the early part of the above-cited month, on my coming down to breakfast, your (then) little brother William Edwin, and yourself, used to ask me: &#8220;Well, Papa, can you multiply triplets?&#8221; Whereto I was always obliged to reply, with a sad shake of the head: `No, I can only add and subtract them&#8221;.</em></p>
<p>I suspect that she was not unduly surprised.</p>
<p>The graffiti was soon worn away, but the event was later recorded more permenantly with a commemerative stone with the words:</p>
<p>Here as he walked by<br />
on the 16th of October 1843<br />
Sir William Rowan Hamilton<br />
in a flash of genius discovered<br />
the fundamental formula for<br />
quaternion multiplication<br />
i<sup>2</sup> = j<sup>2</sup> = k<sup>2</sup> = ijk = -1<br />
&amp; cut it on a stone of this bridge</p>
<p>For more information look here: <a href="http://math.ucr.edu/home/baez/dublin/">http://math.ucr.edu/home/baez/dublin/</a> for an account of a trip to the bridge by mathematician John Baez and friends, including some nice photographs of the structure itself.</p>
<p>Another site with more on the mathematical significance of the quaternion, and a quote from Hamilton himself: <a href="http://adaptivecomplexity.blogspot.com/2007/06/science-in-against-day-vectors-and.html">http://adaptivecomplexity.blogspot.com/2007/06/science-in-against-day-vectors-and.html</a><a href="http://adaptivecomplexity.blogspot.com/2007_06_01_archive.html"></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/newtonexcelbach.wordpress.com/110/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/newtonexcelbach.wordpress.com/110/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/newtonexcelbach.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/newtonexcelbach.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/newtonexcelbach.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/newtonexcelbach.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/newtonexcelbach.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/newtonexcelbach.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/newtonexcelbach.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/newtonexcelbach.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&blog=2893655&post=110&subd=newtonexcelbach&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2008/06/25/irish-graffiti/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Drawing in Excel - 2</title>
		<link>http://newtonexcelbach.wordpress.com/2008/06/22/drawing-in-excel-2/</link>
		<comments>http://newtonexcelbach.wordpress.com/2008/06/22/drawing-in-excel-2/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 01:30:45 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
		
		<category><![CDATA[Drawing]]></category>

		<category><![CDATA[Excel]]></category>

		<category><![CDATA[Newton]]></category>

		<category><![CDATA[VBA]]></category>

		<category><![CDATA[shapes]]></category>

		<category><![CDATA[animation]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=108</guid>
		<description><![CDATA[Before getting down to basics, the attached file:
Animation demo
Illustrates how Excel shapes can be simply animated.
Screen shot:

The code for the animation (having previously drawn a circle and a rectangle with no fill, and noted their names):

Sub Animate()
    Dim Start As Single, xInc As Single, yInc As Single, OvlWidth As Single, OvlHeight As [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Before getting down to basics, the attached file:</p>
<p><a title="Animation demo" href="http://www.interactiveds.com.au/software/animate.zip">Animation demo</a></p>
<p>Illustrates how Excel shapes can be simply animated.</p>
<p>Screen shot:<br />
<a href="http://newtonexcelbach.files.wordpress.com/2008/06/animate1.jpg"><img class="aligncenter size-full wp-image-109" src="http://newtonexcelbach.files.wordpress.com/2008/06/animate1.jpg?w=716&h=620" alt="Animation demo" width="716" height="620" /></a></p>
<p>The code for the animation (having previously drawn a circle and a rectangle with no fill, and noted their names):<br />
<code><br />
Sub Animate()<br />
    Dim Start As Single, xInc As Single, yInc As Single, OvlWidth As Single, OvlHeight As Single<br />
    Dim OvlX As Single, OvlY As Single<br />
    Dim TopBox As Single, BottBox As Single, LeftBox As Single, RightBox As Single<br />
    Dim Pi As Double, TimeStep As Double, XV As Double, YV As Double<br />
    Pi = Atn(1) * 4</p>
<p>    XV = Range(&#8221;hspeed&#8221;).Value<br />
    YV = Range(&#8221;vspeed&#8221;).Value</p>
<p>    TimeStep = 0.01</p>
<p>    With ActiveSheet.Shapes(&#8221;oval 2&#8243;)<br />
        OvlWidth = .Width<br />
        OvlHeight = .Height<br />
    End With</p>
<p>    With ActiveSheet.Shapes(&#8221;rectangle 14&#8243;)<br />
        TopBox = .Top + OvlHeight / 2<br />
        BottBox = TopBox + .Height - OvlHeight<br />
        LeftBox = .Left + OvlWidth / 2<br />
        RightBox = LeftBox + .Width - OvlWidth<br />
    End With</p>
<p>    xInc = XV * (RightBox - LeftBox) / 1000<br />
    yInc = YV * (BottBox - TopBox) / 1000</p>
<p>    With ActiveSheet.Shapes(&#8221;oval 2&#8243;)<br />
        Do<br />
            .IncrementLeft xInc<br />
            .IncrementTop yInc<br />
            Start = Timer<br />
            Do While Timer &lt; Start + TimeStep<br />
                DoEvents<br />
            Loop<br />
            OvlX = .Left + OvlWidth / 2<br />
            OvlY = .Top + OvlHeight / 2<br />
            If OvlX &amp;LT LeftBox Or OvlX &amp;GT RightBox Then xInc = -xInc<br />
            If OvlY  &amp;LT TopBox Or OvlY &amp;GT BottBox Then yInc = -yInc<br />
        Loop<br />
    End With<br />
End Sub<br />
</code></p>
<p>Where &amp;LT and &amp;GT indicate the &#8220;Less Than&#8221; and &#8220;Greater Than&#8221; symbols respectively.</p>
<p> </p>
<p> </p>
<p> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/newtonexcelbach.wordpress.com/108/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/newtonexcelbach.wordpress.com/108/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/newtonexcelbach.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/newtonexcelbach.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/newtonexcelbach.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/newtonexcelbach.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/newtonexcelbach.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/newtonexcelbach.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/newtonexcelbach.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/newtonexcelbach.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&blog=2893655&post=108&subd=newtonexcelbach&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2008/06/22/drawing-in-excel-2/feed/</wfw:commentRss>
	
		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/animate1.jpg" medium="image">
			<media:title type="html">Animation demo</media:title>
		</media:content>
	</item>
		<item>
		<title>Reinforced Concrete Section Analysis - 4</title>
		<link>http://newtonexcelbach.wordpress.com/2008/06/21/reinforced-concrete-section-analysis-4/</link>
		<comments>http://newtonexcelbach.wordpress.com/2008/06/21/reinforced-concrete-section-analysis-4/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 02:13:06 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
		
		<category><![CDATA[Beam Bending]]></category>

		<category><![CDATA[Excel]]></category>

		<category><![CDATA[Newton]]></category>

		<category><![CDATA[UDFs]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Polynomial]]></category>

		<category><![CDATA[Reinforced Concrete]]></category>

		<category><![CDATA[Section Analysis]]></category>

		<category><![CDATA[UDF]]></category>

		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=104</guid>
		<description><![CDATA[Previous post
The spreadsheet presented in the previous post in this series uses the basic equation given below to find the location of the neutral axis:
For a cross section with any applied axial load at eccentricity e, measured from the compression face, and depth of the neutral axis X below the compression face:
INA = QNA(X + e)
Where QNA [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a title="Reinforced Concrete Section Analysis - 4" href="http://newtonexcelbach.wordpress.com/2008/05/30/reinforced-concrete-section-analysis-3/">Previous post</a></p>
<p>The spreadsheet presented in the previous post in this series uses the basic equation given below to find the location of the neutral axis:</p>
<p>For a cross section with any applied axial load at eccentricity e, measured from the compression face, and depth of the neutral axis X below the compression face:</p>
<p>INA = QNA(X + e)</p>
<p>Where QNA and INA are the first and second moments of area about the neutral axis.</p>
<p>To illustrate this relationship the value of INA has been plotted for a range of neutral axis positions for a typical precast bridge beam, shown below, and compared with the value QNA(X + e) for 5 different values of e.</p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/06/super-t2.jpg"><img class="aligncenter size-full wp-image-107" src="http://newtonexcelbach.files.wordpress.com/2008/06/super-t2.jpg?w=388&h=256" alt="Super-T" width="388" height="256" /></a><br />
The intersection of the INA and QNA(X + e) lines gives the depth of the neutral axis for the corresponding value of load eccentricity, e.  This is illustrated in the second graph, where the value of (INA - QNA(X + e)) is plotted against the depth of the neutral axis, X, for a load eccentricity of 1 metre above the compression face.  The intersection of this line with the X axis gives the depth of the neutral axis for the specified load eccentricity.</p>
<p style="text-align:center;"><a href="http://newtonexcelbach.files.wordpress.com/2008/06/ivqnaxe.jpg"><img class="aligncenter size-full wp-image-105" src="http://newtonexcelbach.files.wordpress.com/2008/06/ivqnaxe.jpg?w=403&h=279" alt="Ina and Qna(x+e) v Depth NA" width="403" height="279" /></a></p>
<p style="text-align:center;"><a href="http://newtonexcelbach.files.wordpress.com/2008/06/i-qxe.jpg"><img class="aligncenter size-full wp-image-106" src="http://newtonexcelbach.files.wordpress.com/2008/06/i-qxe.jpg?w=396&h=262" alt="Ina - Qna(X+e) v Depth NA" width="396" height="262" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/newtonexcelbach.wordpress.com/104/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/newtonexcelbach.wordpress.com/104/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/newtonexcelbach.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/newtonexcelbach.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/newtonexcelbach.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/newtonexcelbach.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/newtonexcelbach.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/newtonexcelbach.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/newtonexcelbach.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/newtonexcelbach.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&blog=2893655&post=104&subd=newtonexcelbach&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2008/06/21/reinforced-concrete-section-analysis-4/feed/</wfw:commentRss>
	
		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/super-t2.jpg" medium="image">
			<media:title type="html">Super-T</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/ivqnaxe.jpg" medium="image">
			<media:title type="html">Ina and Qna(x+e) v Depth NA</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/i-qxe.jpg" medium="image">
			<media:title type="html">Ina - Qna(X+e) v Depth NA</media:title>
		</media:content>
	</item>
		<item>
		<title>Importing text files with VBA - 2</title>
		<link>http://newtonexcelbach.wordpress.com/2008/06/15/importing-text-files-with-vba-2/</link>
		<comments>http://newtonexcelbach.wordpress.com/2008/06/15/importing-text-files-with-vba-2/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 04:04:27 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
		
		<category><![CDATA[Excel]]></category>

		<category><![CDATA[UDFs]]></category>

		<category><![CDATA[UDF]]></category>

		<category><![CDATA[VBA]]></category>

		<category><![CDATA[import text]]></category>

		<category><![CDATA[split text]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=101</guid>
		<description><![CDATA[Previous post
The text file import routines and functions presented in the previous post have been modified with the following additions:
Lines of text can be split into separate cells, at any designated character (e.g. a coma or a space)
The SplitText function can also be used as a UDF, to split lines of text previously imported.  In [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a title="Previous Post" href="http://newtonexcelbach.wordpress.com/2008/05/19/importing-text-files-with-vba/">Previous post</a></p>
<p>The text file import routines and functions presented in the previous post have been modified with the following additions:</p>
<p>Lines of text can be split into separate cells, at any designated character (e.g. a coma or a space)</p>
<p>The SplitText function can also be used as a UDF, to split lines of text previously imported.  In this case the most efficent way is to enter the UDF as an array function, operating on the complete range of text.  In this way the UDF is only called once, returning a 2D array, and the whole operation is much quicker.</p>
<p><a title="Textin2.zip" href="http://www.interactiveds.com.au/software/Text-in2.ZIP">Download Textin2.zip</a></p>
<p>Screen shot:</p>
<p> <a href="http://newtonexcelbach.files.wordpress.com/2008/06/text-in2.jpg"><img class="alignleft size-full wp-image-102" src="http://newtonexcelbach.files.wordpress.com/2008/06/text-in2.jpg?w=400&h=332" alt="Text-in2" width="400" height="332" /></a>&lt;</p>
<p> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/newtonexcelbach.wordpress.com/101/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/newtonexcelbach.wordpress.com/101/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/newtonexcelbach.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/newtonexcelbach.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/newtonexcelbach.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/newtonexcelbach.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/newtonexcelbach.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/newtonexcelbach.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/newtonexcelbach.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/newtonexcelbach.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&blog=2893655&post=101&subd=newtonexcelbach&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2008/06/15/importing-text-files-with-vba-2/feed/</wfw:commentRss>
	
		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/text-in2.jpg" medium="image">
			<media:title type="html">Text-in2</media:title>
		</media:content>
	</item>
		<item>
		<title>The roof of the Taq-i-Kisra; Analysis</title>
		<link>http://newtonexcelbach.wordpress.com/2008/06/10/the-roof-of-the-taq-i-kisra-analysis/</link>
		<comments>http://newtonexcelbach.wordpress.com/2008/06/10/the-roof-of-the-taq-i-kisra-analysis/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 13:31:53 +0000</pubDate>
		<dc:creator>dougaj4</dc:creator>
		
		<category><![CDATA[Arch structures]]></category>

		<category><![CDATA[Finite Element Analysis]]></category>

		<category><![CDATA[Maths]]></category>

		<category><![CDATA[Newton]]></category>

		<category><![CDATA[Catenary]]></category>

		<category><![CDATA[Taq-i-Kisra]]></category>

		<category><![CDATA[arch]]></category>

		<category><![CDATA[analysis]]></category>

		<category><![CDATA[parabola]]></category>

		<category><![CDATA[finite elemnt analysis]]></category>

		<guid isPermaLink="false">http://newtonexcelbach.wordpress.com/?p=91</guid>
		<description><![CDATA[Following the previous post, I have compared the stresses in the Taq-i-Kisra assuming either a catenary or parabolic profile.  I have also compared constant depth sections with sections increasing in depth towards the supports.  The arch span was taken as 24 metres, with an arch height of 16.6 metres, supported on vertical faced [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Following the previous post, I have compared the stresses in the Taq-i-Kisra assuming either a catenary or parabolic profile.  I have also compared constant depth sections with sections increasing in depth towards the supports.  The arch span was taken as 24 metres, with an arch height of 16.6 metres, supported on vertical faced buttress walls with a height of 11.1 metres.  The section depth was taken as 0.85 metres, increasing to 1.7 metres at the supports for the variable depth profiles.  The span was taken from the Wikipedia article, and all other dimensions were estimated by scaling from photographs.  Four analyses were carried out:</p>
<p>Run 1:  Catenary with varying section depth<br />
Run 2:  Catenary with constant section depth<br />
Run 3:  Parabola with varying section depth<br />
Run 4:  Parabola with constant section depth</p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/06/profile1.jpg"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/profile1.jpg?w=400&h=261" alt="Profiles with variable section depth" width="400" height="261" class="alignleft size-full wp-image-93" /></a></p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/06/profile2.jpg"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/profile2.jpg?w=400&h=258" alt="Profiles with constant section depth" width="400" height="258" class="alignright size-full wp-image-92" /></a></p>
<p>Bending moments and axial forces from these four runs are shown below:</p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/06/forces.jpg"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/forces.jpg?w=400&h=531" alt="Bending moments and axial forces" width="400" height="531" class="alignleft size-full wp-image-94" /></a></p>
<p>It can be seen that axial forces are similar, with the constant depth sections having a significantly smaller force, as would be expected.</p>
<p>Bending moments for the constant depth catenary (Run 2) are close to zero throughout.  Bending moments for the constant depth parabola (Run 4) and the variable depth catenary (Run 1) are similar, with a maximum of 50 kNm/m.  The variable depth parabola (Run 3) had bending moments more than twice as high.</p>
<p>Axial stresses for these four runs are shown below:</p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/06/stress1.jpg"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/stress1.jpg?w=400&h=293" alt="Axial stresses - Run1 " width="400" height="293" class="alignleft size-full wp-image-99" /></a></p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/06/stress2.jpg"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/stress2.jpg?w=400&h=302" alt="Axial stresses - run 2" width="400" height="302" class="alignright size-full wp-image-98" /></a></p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/06/stress3.jpg"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/stress3.jpg?w=400&h=293" alt="Axial stresses - Run3 " width="400" height="293" class="alignleft size-full wp-image-99" /></a></p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/06/stress4.jpg"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/stress4.jpg?w=400&h=302" alt="Axial stresses - run 4" width="400" height="302" class="alignright size-full wp-image-98" /></a></p>
<p>It can be seen that stresses were compressive throughout for Run 2, and tensile stresses increased progressively through Runs 1, 4 and 3 respectively.  The maximum tensile stress from Run 3 was 400 kPa, which would leave little reserve capacity for wind or earthquake loads.</p>
<p>Since Runs 1 and 3 were intended to be the closest models to the actual structure the analyses show that the maximum tensile stress was about four times higher for the parabolic profile than the catenary profile.</p>
<p>Finally, many sources on the &#8216;net suggest that the arch was constructed without centering, that is with no temporary supports before the closure of the arch.  The analysis below shows that this results in tensile stresses of up to 7.5 MPa, which would be far in excess of the strength of the material,  and construction of the arch without some form of temporary support would not be possible.</p>
<p><a href="http://newtonexcelbach.files.wordpress.com/2008/06/stress5.jpg"><img src="http://newtonexcelbach.files.wordpress.com/2008/06/stress5.jpg?w=400&h=302" alt="Axial stresses - run 5" width="400" height="302" class="alignleft size-full wp-image-98" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/newtonexcelbach.wordpress.com/91/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/newtonexcelbach.wordpress.com/91/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/newtonexcelbach.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/newtonexcelbach.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/newtonexcelbach.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/newtonexcelbach.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/newtonexcelbach.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/newtonexcelbach.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/newtonexcelbach.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/newtonexcelbach.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/newtonexcelbach.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/newtonexcelbach.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=newtonexcelbach.wordpress.com&blog=2893655&post=91&subd=newtonexcelbach&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://newtonexcelbach.wordpress.com/2008/06/10/the-roof-of-the-taq-i-kisra-analysis/feed/</wfw:commentRss>
	
		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/profile1.jpg" medium="image">
			<media:title type="html">Profiles with variable section depth</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/profile2.jpg" medium="image">
			<media:title type="html">Profiles with constant section depth</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/forces.jpg" medium="image">
			<media:title type="html">Bending moments and axial forces</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/stress1.jpg" medium="image">
			<media:title type="html">Axial stresses - Run1 </media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/stress2.jpg" medium="image">
			<media:title type="html">Axial stresses - run 2</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/stress3.jpg" medium="image">
			<media:title type="html">Axial stresses - Run3 </media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/stress4.jpg" medium="image">
			<media:title type="html">Axial stresses - run 4</media:title>
		</media:content>

		<media:content url="http://newtonexcelbach.files.wordpress.com/2008/06/stress5.jpg" medium="image">
			<media:title type="html">Axial stresses - run 5</media:title>
		</media:content>
	</item>
	</channel>
</rss>