<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with format</title>
    <link>http://www.mapleprimes.com/tags/format</link>
    <language>en-us</language>
    <copyright>2012 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Mon, 21 May 2012 17:43:00 GMT</lastBuildDate>
    <pubDate>Mon, 21 May 2012 17:43:00 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with format</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with format</title>
      <link>http://www.mapleprimes.com/tags/format</link>
    </image>
    <item>
      <title>How to format columns with one complex number?</title>
      <link>http://www.mapleprimes.com/questions/133858-How-To-Format-Columns-With-One-Complex-Number?ref=Feed:MaplePrimes:Tagged With format</link>
      <itunes:summary>&lt;p&gt;Dear All,&lt;/p&gt;
&lt;p&gt;Further to my previous question on this forum "How to write data from a matrix while choosing the format?", I would like to update it by adding a complex number. What is the easiest way to deal with that?&lt;/p&gt;
&lt;p&gt;Here is the file (that does not compile): &lt;a href="/ViewTemp.ashx?f=159721_1336425864/writedataMatrix.mw"&gt;writedataMatrix.mw&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&amp;gt; driver := proc () local A, B, x, f, g, i, j, format, fd:&lt;br&gt;&lt;br&gt;A := Matrix(3, 3):&lt;br&gt;f := 1-2*I:&lt;br&gt;g := evalf(sin((1/5)*Pi)):</itunes:summary>
      <description>&lt;p&gt;Dear All,&lt;/p&gt;
&lt;p&gt;Further to my previous question on this forum "How to write data from a matrix while choosing the format?", I would like to update it by adding a complex number. What is the easiest way to deal with that?&lt;/p&gt;
&lt;p&gt;Here is the file (that does not compile): &lt;a href="/ViewTemp.ashx?f=159721_1336425864/writedataMatrix.mw"&gt;writedataMatrix.mw&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&amp;gt; driver := proc () local A, B, x, f, g, i, j, format, fd:&lt;br&gt;&lt;br&gt;A := Matrix(3, 3):&lt;br&gt;f := 1-2*I:&lt;br&gt;g := evalf(sin((1/5)*Pi)):</description>
      <guid>133858</guid>
      <pubDate>Mon, 07 May 2012 21:41:40 Z</pubDate>
      <itunes:author>Manu</itunes:author>
      <author>Manu</author>
    </item>
    <item>
      <title>How to write data from a matrix to a file while choosing the format?</title>
      <link>http://www.mapleprimes.com/questions/133715-How-To-Write-Data-From-A-Matrix-To-A?ref=Feed:MaplePrimes:Tagged With format</link>
      <itunes:summary>&lt;p&gt;Dear All,&lt;/p&gt;
&lt;p&gt;I would like to know the easiest way to write data, that are stored in a matrix after a computation, to a file with a specific format. To be more precise, I wish to have the possibility to change the format for a given column.&lt;/p&gt;
&lt;p&gt;Here is a trial (output is wrote to the terminal for simplification) based on some examples I found, but without success.&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=159721_1336107085/WritedataMatrix.mw"&gt;WritedataMatrix.mw&lt;/a&gt; &lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Dear All,&lt;/p&gt;
&lt;p&gt;I would like to know the easiest way to write data, that are stored in a matrix after a computation, to a file with a specific format. To be more precise, I wish to have the possibility to change the format for a given column.&lt;/p&gt;
&lt;p&gt;Here is a trial (output is wrote to the terminal for simplification) based on some examples I found, but without success.&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=159721_1336107085/WritedataMatrix.mw"&gt;WritedataMatrix.mw&lt;/a&gt; &lt;/p&gt;
</description>
      <guid>133715</guid>
      <pubDate>Fri, 04 May 2012 05:18:36 Z</pubDate>
      <itunes:author>Manu</itunes:author>
      <author>Manu</author>
    </item>
    <item>
      <title>How do I set repeat count for a format descriptor in Maple?</title>
      <link>http://www.mapleprimes.com/questions/131863-How-Do-I-Set-Repeat-Count-For-A-Format?ref=Feed:MaplePrimes:Tagged With format</link>
      <itunes:summary>&lt;p&gt;Hi all!&lt;/p&gt;
&lt;p&gt;Please I'm having difficulties in specifying a repeat count for my format descriptor in Maple. For example,&lt;br&gt;If I want to repeat the format descriptor "%-+8.4f" ten times, is it compulsary that I write it explicitly as shown below?&lt;/p&gt;
&lt;p&gt;fprintf(file, "\n%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f",e[5],mp[5],zp[5],mt[5],zt[5],roc[5],ac[5],pnloc[5],fs[5],qcode[5]):&lt;/p&gt;
&lt;p&gt;I know in Fortran, a descriptor such as "10F8.4" is possible....</itunes:summary>
      <description>&lt;p&gt;Hi all!&lt;/p&gt;
&lt;p&gt;Please I'm having difficulties in specifying a repeat count for my format descriptor in Maple. For example,&lt;br&gt;If I want to repeat the format descriptor "%-+8.4f" ten times, is it compulsary that I write it explicitly as shown below?&lt;/p&gt;
&lt;p&gt;fprintf(file, "\n%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f",e[5],mp[5],zp[5],mt[5],zt[5],roc[5],ac[5],pnloc[5],fs[5],qcode[5]):&lt;/p&gt;
&lt;p&gt;I know in Fortran, a descriptor such as "10F8.4" is possible....</description>
      <guid>131863</guid>
      <pubDate>Sun, 18 Mar 2012 15:51:05 Z</pubDate>
      <itunes:author>Fizzle</itunes:author>
      <author>Fizzle</author>
    </item>
    <item>
      <title>turning off auto formatting and evaluate Pi</title>
      <link>http://www.mapleprimes.com/questions/131543-Turning-Off-Auto-Formatting-And-Evaluate-Pi?ref=Feed:MaplePrimes:Tagged With format</link>
      <itunes:summary>&lt;p&gt;&lt;br&gt;every time I enter / or ^, maple automatically changed the text I entered into fraction or power, and I am having hard time enter equations normally like the way I do in graphic calculator or matlab. I am forced to type all my equations on a text pad and then copy over.&lt;br&gt;&lt;br&gt;is there a way to stop maple from auto formatting my input text? I am more of a matlab guy and I really need to use symbolics and integration abilities right now, but this version of maple is making...</itunes:summary>
      <description>&lt;p&gt;&lt;br&gt;every time I enter / or ^, maple automatically changed the text I entered into fraction or power, and I am having hard time enter equations normally like the way I do in graphic calculator or matlab. I am forced to type all my equations on a text pad and then copy over.&lt;br&gt;&lt;br&gt;is there a way to stop maple from auto formatting my input text? I am more of a matlab guy and I really need to use symbolics and integration abilities right now, but this version of maple is making...</description>
      <guid>131543</guid>
      <pubDate>Thu, 08 Mar 2012 17:56:08 Z</pubDate>
      <itunes:author>muffinman123</itunes:author>
      <author>muffinman123</author>
    </item>
    <item>
      <title>How do I see contents of m file in a readable format</title>
      <link>http://www.mapleprimes.com/questions/130664-How-Do-I-See-Contents-Of-M-File-In-A?ref=Feed:MaplePrimes:Tagged With format</link>
      <itunes:summary>&lt;p&gt;I would like to see the contents of a .m file into a human readable form.&amp;nbsp; How do I do that?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I would like to see the contents of a .m file into a human readable form.&amp;nbsp; How do I do that?&lt;/p&gt;</description>
      <guid>130664</guid>
      <pubDate>Tue, 14 Feb 2012 14:38:02 Z</pubDate>
      <itunes:author>Christopher2222</itunes:author>
      <author>Christopher2222</author>
    </item>
    <item>
      <title>Text Format or Text???</title>
      <link>http://www.mapleprimes.com/questions/129520-Text-Format-Or-Text?ref=Feed:MaplePrimes:Tagged With format</link>
      <itunes:summary>&lt;p&gt;From http://www.maplesoft.com/view.aspx?SF=87640/0 \ Simple_Harmonic_Moti.mws&lt;br&gt;In several attempts I have downloaded the maple worksheet Simple_Harmonic_Moti.mws.&lt;br&gt;When I try to open I get the following message:&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=5794_1326203623/OpenWsMaple.jpg"&gt;&lt;img src="/ViewTemp.ashx?f=5794_1326203623/OpenWsMaple.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/ViewTemp.ashx?f=5794_1326203623/OpenWsMaple.jpg"&gt;link imagen&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;How to proceed to execute the worksheet?</itunes:summary>
      <description>&lt;p&gt;From http://www.maplesoft.com/view.aspx?SF=87640/0 \ Simple_Harmonic_Moti.mws&lt;br&gt;In several attempts I have downloaded the maple worksheet Simple_Harmonic_Moti.mws.&lt;br&gt;When I try to open I get the following message:&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=5794_1326203623/OpenWsMaple.jpg"&gt;&lt;img src="/ViewTemp.ashx?f=5794_1326203623/OpenWsMaple.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/ViewTemp.ashx?f=5794_1326203623/OpenWsMaple.jpg"&gt;link imagen&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;How to proceed to execute the worksheet?</description>
      <guid>129520</guid>
      <pubDate>Tue, 10 Jan 2012 14:04:36 Z</pubDate>
      <itunes:author>herclau</itunes:author>
      <author>herclau</author>
    </item>
    <item>
      <title>Computable Document Format - wasn't Maple first?</title>
      <link>http://www.mapleprimes.com/posts/129322-Computable-Document-Format--Wasnt-Maple-First?ref=Feed:MaplePrimes:Tagged With format</link>
      <itunes:summary>&lt;p&gt;If I'm not mistaken Maple already had technical interactive documents.&amp;nbsp; And Mathematica introduced cdf only in mid 2011, however why is there so much hype about cdf and media coverage about it replacing pdf's.&amp;nbsp; Of course it differs by one letter and probably done so by design.&amp;nbsp; And if pdf is so popular, then so might cdf be in the future.&amp;nbsp; Pretty slick and trick marketing by Wolfram if you ask me.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also&amp;nbsp;Maple released the maple Player in...</itunes:summary>
      <description>&lt;p&gt;If I'm not mistaken Maple already had technical interactive documents.&amp;nbsp; And Mathematica introduced cdf only in mid 2011, however why is there so much hype about cdf and media coverage about it replacing pdf's.&amp;nbsp; Of course it differs by one letter and probably done so by design.&amp;nbsp; And if pdf is so popular, then so might cdf be in the future.&amp;nbsp; Pretty slick and trick marketing by Wolfram if you ask me.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also&amp;nbsp;Maple released the maple Player in...</description>
      <guid>129322</guid>
      <pubDate>Wed, 04 Jan 2012 13:09:13 Z</pubDate>
      <itunes:author>Christopher2222</itunes:author>
      <author>Christopher2222</author>
    </item>
    <item>
      <title>Displaying calculations</title>
      <link>http://www.mapleprimes.com/questions/128329-Displaying-Calculations?ref=Feed:MaplePrimes:Tagged With format</link>
      <itunes:summary>&lt;p&gt;I have been using Maple in Document mode to provide documentation of engineering calculations according to various design standards.&lt;/p&gt;
&lt;p&gt;I have been asked to provide more detail about certain critical calculations.&lt;/p&gt;
&lt;p&gt;Ideally, I would want to enter the formula as a symbolic espression, then the output would begin with and echo of the expression with numberic values substituted for the variable names (ie without performing any mathematical operations), and then give the evaluated answer.</itunes:summary>
      <description>&lt;p&gt;I have been using Maple in Document mode to provide documentation of engineering calculations according to various design standards.&lt;/p&gt;
&lt;p&gt;I have been asked to provide more detail about certain critical calculations.&lt;/p&gt;
&lt;p&gt;Ideally, I would want to enter the formula as a symbolic espression, then the output would begin with and echo of the expression with numberic values substituted for the variable names (ie without performing any mathematical operations), and then give the evaluated answer.</description>
      <guid>128329</guid>
      <pubDate>Fri, 02 Dec 2011 16:07:47 Z</pubDate>
      <itunes:author>trosenberger</itunes:author>
      <author>trosenberger</author>
    </item>
    <item>
      <title>how can i convert my work sheet into a book for publishing</title>
      <link>http://www.mapleprimes.com/questions/126332-How-Can-I-Convert-My-Work-Sheet-Into?ref=Feed:MaplePrimes:Tagged With format</link>
      <itunes:summary>&lt;p&gt;I have solved my one chapter of my mathematics text book in maple. i want to get is published, but dont know how to format and how to make the page for book publishing, can any one help?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I have solved my one chapter of my mathematics text book in maple. i want to get is published, but dont know how to format and how to make the page for book publishing, can any one help?&lt;/p&gt;</description>
      <guid>126332</guid>
      <pubDate>Fri, 07 Oct 2011 05:13:19 Z</pubDate>
      <itunes:author>naseer</itunes:author>
      <author>naseer</author>
    </item>
    <item>
      <title>How to export worksheet into word document using Maple 15 MAC!!!! Version</title>
      <link>http://www.mapleprimes.com/questions/124363-How-To-Export-Worksheet-Into-Word-Document?ref=Feed:MaplePrimes:Tagged With format</link>
      <itunes:summary>&lt;p&gt;Hi im somehow not able to export my worksheet into a word document, as the rtf format doesnt seem to be available on the maple 15 mac version. converting into html is possible but not satisfying. i really need help here.&lt;/p&gt;
&lt;p&gt;thanks a lot !!!!&lt;/p&gt;
&lt;p&gt;greetings&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi im somehow not able to export my worksheet into a word document, as the rtf format doesnt seem to be available on the maple 15 mac version. converting into html is possible but not satisfying. i really need help here.&lt;/p&gt;
&lt;p&gt;thanks a lot !!!!&lt;/p&gt;
&lt;p&gt;greetings&lt;/p&gt;</description>
      <guid>124363</guid>
      <pubDate>Thu, 04 Aug 2011 10:23:21 Z</pubDate>
      <itunes:author>LucFay1988</itunes:author>
      <author>LucFay1988</author>
    </item>
    <item>
      <title>maple 10 changes + and - for C´s and K´s in Word 2007</title>
      <link>http://www.mapleprimes.com/questions/123838-Maple-10-Changes--And--For-Cs-And?ref=Feed:MaplePrimes:Tagged With format</link>
      <itunes:summary>&lt;p&gt;Hi i&amp;acute;m writing a paper about math and i use maple 10 and M. Word 2007&amp;nbsp;for it, i started with a&amp;nbsp;Laptop with Windows 7 and when i finished it, i open the archive in a desk computer having the same especifications&amp;nbsp;&amp;nbsp;i notice that the images of ecuations were altered changing "+" and "-" for "C&amp;acute;s" and "K&amp;acute;s", i tried a lot of computers with others especifications and my problem still the same, i changed the format and other stuff but i can&amp;acute;t...</itunes:summary>
      <description>&lt;p&gt;Hi i&amp;acute;m writing a paper about math and i use maple 10 and M. Word 2007&amp;nbsp;for it, i started with a&amp;nbsp;Laptop with Windows 7 and when i finished it, i open the archive in a desk computer having the same especifications&amp;nbsp;&amp;nbsp;i notice that the images of ecuations were altered changing "+" and "-" for "C&amp;acute;s" and "K&amp;acute;s", i tried a lot of computers with others especifications and my problem still the same, i changed the format and other stuff but i can&amp;acute;t...</description>
      <guid>123838</guid>
      <pubDate>Wed, 13 Jul 2011 17:22:53 Z</pubDate>
      <itunes:author>anardzm</itunes:author>
      <author>anardzm</author>
    </item>
    <item>
      <title>format polynomial outpu</title>
      <link>http://www.mapleprimes.com/questions/123690-Format-Polynomial-Outpu?ref=Feed:MaplePrimes:Tagged With format</link>
      <itunes:summary>&lt;p&gt;Hi. I have a function defined like this:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;myfun := proc(a11 ......)&lt;/p&gt;
&lt;p&gt;f := a11 * x^2 + 2*a12*x*y + a22*y^2 + 2*a13*x + 2*a23*y + a33;&lt;br&gt; printf("\n");&lt;br&gt;&amp;nbsp;printf("%a",f);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;end proc;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When i call this function from my worksheet, the "f" polynomial is printed unformatted. For example the output in my worksheet is&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;x^2+6*x*y+y^2-2*2^(1/2)*x-6*2^(1/2)*y-4&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Hi. I have a function defined like this:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;myfun := proc(a11 ......)&lt;/p&gt;
&lt;p&gt;f := a11 * x^2 + 2*a12*x*y + a22*y^2 + 2*a13*x + 2*a23*y + a33;&lt;br&gt; printf("\n");&lt;br&gt;&amp;nbsp;printf("%a",f);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;end proc;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When i call this function from my worksheet, the "f" polynomial is printed unformatted. For example the output in my worksheet is&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;x^2+6*x*y+y^2-2*2^(1/2)*x-6*2^(1/2)*y-4&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description>
      <guid>123690</guid>
      <pubDate>Sat, 09 Jul 2011 12:47:20 Z</pubDate>
      <itunes:author>raffamaiden</itunes:author>
      <author>raffamaiden</author>
    </item>
    <item>
      <title>Customizing MathML Output</title>
      <link>http://www.mapleprimes.com/questions/120393-Customizing-MathML-Output?ref=Feed:MaplePrimes:Tagged With format</link>
      <itunes:summary>&lt;p&gt;The original question I posed was whether I could control the output format of a complex array in MathML. I will pose the more general question, how could I customize the MathML output (much like LaTeX output can be customized)?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The original question I posed was whether I could control the output format of a complex array in MathML. I will pose the more general question, how could I customize the MathML output (much like LaTeX output can be customized)?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;</description>
      <guid>120393</guid>
      <pubDate>Wed, 25 May 2011 23:23:02 Z</pubDate>
      <itunes:author>Art Kalb</itunes:author>
      <author>Art Kalb</author>
    </item>
    <item>
      <title>numeric format output</title>
      <link>http://www.mapleprimes.com/questions/119591-Numeric-Format-Output?ref=Feed:MaplePrimes:Tagged With format</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;a very simple problem, but nevertheless I am really struggling with it and would appreciate any help.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;10.0/50.0;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This generates the output:&amp;nbsp; .20000000&lt;/p&gt;
&lt;p&gt;However, I need the output in the format 0.20&lt;/p&gt;
&lt;p&gt;I've already tried the numeric formatting dialogue but it didn't change anything.&lt;/p&gt;
&lt;p&gt;Any hints?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Andrea&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;a very simple problem, but nevertheless I am really struggling with it and would appreciate any help.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;10.0/50.0;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This generates the output:&amp;nbsp; .20000000&lt;/p&gt;
&lt;p&gt;However, I need the output in the format 0.20&lt;/p&gt;
&lt;p&gt;I've already tried the numeric formatting dialogue but it didn't change anything.&lt;/p&gt;
&lt;p&gt;Any hints?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Andrea&lt;/p&gt;</description>
      <guid>119591</guid>
      <pubDate>Tue, 03 May 2011 19:19:23 Z</pubDate>
      <itunes:author>ciccarese</itunes:author>
      <author>ciccarese</author>
    </item>
    <item>
      <title>Mathematical Modelling of a ships lookout in crow's nest</title>
      <link>http://www.mapleprimes.com/questions/102385-Mathematical-Modelling-Of-A-Ships-Lookout?ref=Feed:MaplePrimes:Tagged With format</link>
      <itunes:summary>&lt;p&gt;hi i am seeking help for a little problem The question is a part of my coursework but it doesnt make sense to me i dont know how to use maple to construct a model can you please help thanks. On board sailing ships or warships, a lookout stood watch in a crows nest high on the main mast. b)	Construct a mathematical model to show how far a lookout can see. Clearly indicate any assumptions you make and define any parameters you use in your formula and in the construction of your model. c...</itunes:summary>
      <description>&lt;p&gt;hi i am seeking help for a little problem The question is a part of my coursework but it doesnt make sense to me i dont know how to use maple to construct a model can you please help thanks. On board sailing ships or warships, a lookout stood watch in a crows nest high on the main mast. b)	Construct a mathematical model to show how far a lookout can see. Clearly indicate any assumptions you make and define any parameters you use in your formula and in the construction of your model. c...</description>
      <guid>102385</guid>
      <pubDate>Thu, 10 Mar 2011 00:52:09 Z</pubDate>
      <itunes:author>buntai91</itunes:author>
      <author>buntai91</author>
    </item>
  </channel>
</rss>
