<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with comment</title>
    <link>http://www.mapleprimes.com/tags/comment</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 15:56:56 GMT</lastBuildDate>
    <pubDate>Mon, 21 May 2012 15:56:56 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with comment</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with comment</title>
      <link>http://www.mapleprimes.com/tags/comment</link>
    </image>
    <item>
      <title>input loop data into a matrix</title>
      <link>http://www.mapleprimes.com/questions/132303-Input-Loop-Data-Into-A-Matrix?ref=Feed:MaplePrimes:Tagged With comment</link>
      <itunes:summary>&lt;p&gt;First of, thank you commenters, you have helped me so much in the past!&lt;/p&gt;
&lt;p&gt;I am doing a matrix inversion with random numbers and I would like to loop the process, and have each inverstion go into a matrix, such that the matrix will be a bunch of rows ( i number of rows) and three columns (the matrix inversion yeieds three values)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&amp;gt; for i to 2 do;&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; a1h := Generate(float(range = 0.1316881e-2 .. 0.1359706e-2)); a1f := Generate(float(range = .317149811 .. .327463626...&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;First of, thank you commenters, you have helped me so much in the past!&lt;/p&gt;
&lt;p&gt;I am doing a matrix inversion with random numbers and I would like to loop the process, and have each inverstion go into a matrix, such that the matrix will be a bunch of rows ( i number of rows) and three columns (the matrix inversion yeieds three values)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&amp;gt; for i to 2 do;&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; a1h := Generate(float(range = 0.1316881e-2 .. 0.1359706e-2)); a1f := Generate(float(range = .317149811 .. .327463626...&lt;/pre&gt;</description>
      <guid>132303</guid>
      <pubDate>Thu, 29 Mar 2012 16:49:42 Z</pubDate>
      <itunes:author>povault</itunes:author>
      <author>povault</author>
    </item>
    <item>
      <title>comments should be up-vote-able and listed</title>
      <link>http://www.mapleprimes.com/posts/125649-Comments-Should-Be-Upvoteable-And-Listed?ref=Feed:MaplePrimes:Tagged With comment</link>
      <itunes:summary>&lt;p&gt;I have remarked on this ever since the launch of the second incarnation of mapleprimes. And I recall others expressing similar feelings. &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It should be possible to "vote" for comments in the same way as we can vote for "answers". &lt;/li&gt;
&lt;li&gt;The comments should be listed, right there next to Answers:&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=124689_1316073661/PatrickTProfile.jpg"&gt;&lt;img src="/ViewTemp.ashx?f=124689_1316073661/PatrickTProfile.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I have remarked on this ever since the launch of the second incarnation of mapleprimes. And I recall others expressing similar feelings. &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It should be possible to "vote" for comments in the same way as we can vote for "answers". &lt;/li&gt;
&lt;li&gt;The comments should be listed, right there next to Answers:&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=124689_1316073661/PatrickTProfile.jpg"&gt;&lt;img src="/ViewTemp.ashx?f=124689_1316073661/PatrickTProfile.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <guid>125649</guid>
      <pubDate>Thu, 15 Sep 2011 08:07:19 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
    <item>
      <title>Extract the argument of a trigonometric function</title>
      <link>http://www.mapleprimes.com/questions/101690-Extract-The-Argument-Of-A-Trigonometric-Function?ref=Feed:MaplePrimes:Tagged With comment</link>
      <itunes:summary>&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;I have a very large equation which has an arctan(x,y). I need to be able to extract the arguments x,y and assign them in some variables.&lt;/p&gt;
&lt;p&gt;I have tried the solution given &lt;a href="http://www.mapleprimes.com/questions/40800-Extract-The-Argument-Of-A-Trig-Function%23comment75539"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Unfortunately, that solution only works for constants, not equations.&lt;/p&gt;
&lt;p&gt;For example, if I use the proc given in there with arctan(10,11) it works. But if I use something like arctan...</itunes:summary>
      <description>&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;I have a very large equation which has an arctan(x,y). I need to be able to extract the arguments x,y and assign them in some variables.&lt;/p&gt;
&lt;p&gt;I have tried the solution given &lt;a href="http://www.mapleprimes.com/questions/40800-Extract-The-Argument-Of-A-Trig-Function%23comment75539"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Unfortunately, that solution only works for constants, not equations.&lt;/p&gt;
&lt;p&gt;For example, if I use the proc given in there with arctan(10,11) it works. But if I use something like arctan...</description>
      <guid>101690</guid>
      <pubDate>Mon, 14 Feb 2011 20:56:21 Z</pubDate>
      <itunes:author>DarthVid</itunes:author>
      <author>DarthVid</author>
    </item>
    <item>
      <title>Parenthesis and brackets in Maple</title>
      <link>http://www.mapleprimes.com/questions/101301-Parenthesis-And-Brackets-In-Maple?ref=Feed:MaplePrimes:Tagged With comment</link>
      <itunes:summary>&lt;p&gt;Just a question about Maple's formatting. &amp;nbsp;When I type parenthesis, brackets, or absolute value bars, how do I control what size they are displayed? &amp;nbsp;I'm typing a bunch of expressions as in-line comments for an assignment, and there are multiple parts with parenthesis within brackets, etc. &amp;nbsp;On certain lines, ever time I put a space after typing, the size of brackets on a previous line will alternate between large and small. &amp;nbsp;I can insert spaces into random...</itunes:summary>
      <description>&lt;p&gt;Just a question about Maple's formatting. &amp;nbsp;When I type parenthesis, brackets, or absolute value bars, how do I control what size they are displayed? &amp;nbsp;I'm typing a bunch of expressions as in-line comments for an assignment, and there are multiple parts with parenthesis within brackets, etc. &amp;nbsp;On certain lines, ever time I put a space after typing, the size of brackets on a previous line will alternate between large and small. &amp;nbsp;I can insert spaces into random...</description>
      <guid>101301</guid>
      <pubDate>Mon, 31 Jan 2011 02:17:13 Z</pubDate>
      <itunes:author>johng23</itunes:author>
      <author>johng23</author>
    </item>
    <item>
      <title>What is the new MaplePrimes UI trying to indicate?</title>
      <link>http://www.mapleprimes.com/posts/99701-What-Is-The-New-MaplePrimes-UI-Trying?ref=Feed:MaplePrimes:Tagged With comment</link>
      <itunes:summary>&lt;p&gt;I am returning to Maple after a bit of a dry spell (I'll post about that in another posting) and see that each posting summary seems to be more about avatars and big thumbs than about content. I don't actually care about thumbs up or down; it's content that I want to know about. If 10 people think the post is not helpful, and I think that it is helpful, that's what counts. And it seems to me that the posts might be ordered by thumbs, and I'd like to see date order. Maybe I...</itunes:summary>
      <description>&lt;p&gt;I am returning to Maple after a bit of a dry spell (I'll post about that in another posting) and see that each posting summary seems to be more about avatars and big thumbs than about content. I don't actually care about thumbs up or down; it's content that I want to know about. If 10 people think the post is not helpful, and I think that it is helpful, that's what counts. And it seems to me that the posts might be ordered by thumbs, and I'd like to see date order. Maybe I...</description>
      <guid>99701</guid>
      <pubDate>Wed, 01 Dec 2010 17:02:50 Z</pubDate>
      <itunes:author>Ninetrees</itunes:author>
      <author>Ninetrees</author>
    </item>
    <item>
      <title>Small bug with escaping certain characters in comments in Maple 14</title>
      <link>http://www.mapleprimes.com/posts/99067-Small-Bug-With-Escaping-Certain-Characters?ref=Feed:MaplePrimes:Tagged With comment</link>
      <itunes:summary>&lt;p&gt;Just a small issue with how you insert a ^ (caret, wedge, circumflex, arrow, hat, what have you), / (forward slash), or * (star, asterisk) as a literal in a comment in Maple.&lt;/p&gt;
&lt;p&gt;In regular code, it works fine;&lt;/p&gt;
&lt;p&gt;Typing \_ produces _&lt;br&gt;Typing \^ produces ^&lt;br&gt;Typing \/ produces /&lt;br&gt;Typing \* produces *&lt;/p&gt;
&lt;p&gt;In a comment, only underscores work as expected.&amp;nbsp;&lt;em&gt; The caret, asterisk and slash leave behind the escaping backslash, which you will have to go back and delete yourself.&lt;/em&gt;</itunes:summary>
      <description>&lt;p&gt;Just a small issue with how you insert a ^ (caret, wedge, circumflex, arrow, hat, what have you), / (forward slash), or * (star, asterisk) as a literal in a comment in Maple.&lt;/p&gt;
&lt;p&gt;In regular code, it works fine;&lt;/p&gt;
&lt;p&gt;Typing \_ produces _&lt;br&gt;Typing \^ produces ^&lt;br&gt;Typing \/ produces /&lt;br&gt;Typing \* produces *&lt;/p&gt;
&lt;p&gt;In a comment, only underscores work as expected.&amp;nbsp;&lt;em&gt; The caret, asterisk and slash leave behind the escaping backslash, which you will have to go back and delete yourself.&lt;/em&gt;</description>
      <guid>99067</guid>
      <pubDate>Wed, 17 Nov 2010 15:29:29 Z</pubDate>
      <itunes:author>ExpHP</itunes:author>
      <author>ExpHP</author>
    </item>
    <item>
      <title>numeric solution3</title>
      <link>http://www.mapleprimes.com/questions/97890-Numeric-Solution2?ref=Feed:MaplePrimes:Tagged With comment#comment97898</link>
      <itunes:summary>&lt;p&gt;Thank you very much "&lt;a href="../users/Preben%20Alsholm"&gt;Preben Alsholm&lt;/a&gt;". Your help was very useful for me. I'm very happy now.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thank you very much "&lt;a href="../users/Preben%20Alsholm"&gt;Preben Alsholm&lt;/a&gt;". Your help was very useful for me. I'm very happy now.&lt;/p&gt;</description>
      <guid>97898</guid>
      <pubDate>Sun, 17 Oct 2010 15:38:10 Z</pubDate>
      <itunes:author>goli</itunes:author>
      <author>goli</author>
    </item>
    <item>
      <title>Possible bugs in Maple 14 (Evalf command and more)</title>
      <link>http://www.mapleprimes.com/posts/96064-Possible-Bugs-In-Maple-14-Evalf-Command-And-More?ref=Feed:MaplePrimes:Tagged With comment</link>
      <itunes:summary>&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=113001_1282055405/evalf_problem.gif"&gt;&lt;/a&gt;&lt;a href="/ViewTemp.ashx?f=113001_1282055405/massefylde.gif"&gt;&lt;/a&gt;Dear Maple users&lt;/p&gt;
&lt;p&gt;I use Maple in my physics class in high school. In connection to that I have stumbled on a couple of oddities with the new version 14:&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=113001_1282055405/evalf_problem.gif"&gt;&lt;img src="/ViewTemp.ashx?f=113001_1282055405/evalf_problem.gif" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It looks like a bug, that Maple...</itunes:summary>
      <description>&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=113001_1282055405/evalf_problem.gif"&gt;&lt;/a&gt;&lt;a href="/ViewTemp.ashx?f=113001_1282055405/massefylde.gif"&gt;&lt;/a&gt;Dear Maple users&lt;/p&gt;
&lt;p&gt;I use Maple in my physics class in high school. In connection to that I have stumbled on a couple of oddities with the new version 14:&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=113001_1282055405/evalf_problem.gif"&gt;&lt;img src="/ViewTemp.ashx?f=113001_1282055405/evalf_problem.gif" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It looks like a bug, that Maple...</description>
      <guid>96064</guid>
      <pubDate>Tue, 17 Aug 2010 15:32:44 Z</pubDate>
      <itunes:author>erik10</itunes:author>
      <author>erik10</author>
    </item>
    <item>
      <title>Last Action doesn't capture the latest comments in a thread</title>
      <link>http://www.mapleprimes.com/posts/89371-Last-Action-Doesnt-Capture-The-Latest?ref=Feed:MaplePrimes:Tagged With comment</link>
      <itunes:summary>&lt;p&gt;Adding a comment to an answer doesn't seem to register it as the last action in a thread.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Adding a comment to an answer doesn't seem to register it as the last action in a thread.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>89371</guid>
      <pubDate>Wed, 09 Jun 2010 16:34:30 Z</pubDate>
      <itunes:author>Christopher2222</itunes:author>
      <author>Christopher2222</author>
    </item>
    <item>
      <title>Badges updating</title>
      <link>http://www.mapleprimes.com/posts/89129-Badges-Updating?ref=Feed:MaplePrimes:Tagged With comment</link>
      <itunes:summary>&lt;p&gt;How the badges are updated? Is it done manually?&lt;/p&gt;
&lt;p&gt;In particular, I voted many posts up (Thumbs Up), used 2D-math more than 5 times (2-Dimensional), left more than 10 comments (Commenter) etc.&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;How the badges are updated? Is it done manually?&lt;/p&gt;
&lt;p&gt;In particular, I voted many posts up (Thumbs Up), used 2D-math more than 5 times (2-Dimensional), left more than 10 comments (Commenter) etc.&lt;/p&gt;
</description>
      <guid>89129</guid>
      <pubDate>Sat, 05 Jun 2010 21:39:28 Z</pubDate>
      <itunes:author>Alec Mihailovs</itunes:author>
      <author>Alec Mihailovs</author>
    </item>
  </channel>
</rss>
