<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with math</title>
    <link>http://www.mapleprimes.com/tags/math</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 19:31:40 GMT</lastBuildDate>
    <pubDate>Mon, 21 May 2012 19:31:40 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with math</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with math</title>
      <link>http://www.mapleprimes.com/tags/math</link>
    </image>
    <item>
      <title>how to use dot (time derivative)</title>
      <link>http://www.mapleprimes.com/questions/132963-How-To-Use-Dot-time-Derivative?ref=Feed:MaplePrimes:Tagged With math</link>
      <itunes:summary>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I wish to enter in the math dot operator but I can't find the way to enter it in the document mod. I also searched the help and did not find a way.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;all I want is to enter dot(varphi)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;Rami&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I wish to enter in the math dot operator but I can't find the way to enter it in the document mod. I also searched the help and did not find a way.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;all I want is to enter dot(varphi)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;Rami&lt;/p&gt;</description>
      <guid>132963</guid>
      <pubDate>Sat, 14 Apr 2012 20:37:19 Z</pubDate>
      <itunes:author>ramivei</itunes:author>
      <author>ramivei</author>
    </item>
    <item>
      <title>create math page exercises to print for my daughter</title>
      <link>http://www.mapleprimes.com/questions/132194-Create-Math-Page-Exercises-To-Print?ref=Feed:MaplePrimes:Tagged With math</link>
      <itunes:summary>&lt;p&gt;I'm creating a table of random math problems for my daughter to print out.&amp;nbsp; How do I get more columns?&lt;/p&gt;
&lt;p&gt;a := rand(1 .. 15):&lt;br&gt;b := ["+", "-", "x", "/"]:&lt;/p&gt;
&lt;p&gt;for i to 15 do&lt;br&gt;&amp;nbsp; print(cat(a(),b[rand(1..nops(b))()],a(),"_____")):&lt;br&gt;&amp;nbsp; print(``):&lt;br&gt;end do;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13x4_____</itunes:summary>
      <description>&lt;p&gt;I'm creating a table of random math problems for my daughter to print out.&amp;nbsp; How do I get more columns?&lt;/p&gt;
&lt;p&gt;a := rand(1 .. 15):&lt;br&gt;b := ["+", "-", "x", "/"]:&lt;/p&gt;
&lt;p&gt;for i to 15 do&lt;br&gt;&amp;nbsp; print(cat(a(),b[rand(1..nops(b))()],a(),"_____")):&lt;br&gt;&amp;nbsp; print(``):&lt;br&gt;end do;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13x4_____</description>
      <guid>132194</guid>
      <pubDate>Tue, 27 Mar 2012 14:13:52 Z</pubDate>
      <itunes:author>Christopher2222</itunes:author>
      <author>Christopher2222</author>
    </item>
    <item>
      <title>Express algebraic expressions as a single fraction</title>
      <link>http://www.mapleprimes.com/questions/132118-Express-Algebraic-Expressions-As-A-Single?ref=Feed:MaplePrimes:Tagged With math</link>
      <itunes:summary>&lt;p&gt;Hi all, I found that the expression:&lt;/p&gt;
&lt;p&gt;(2x+7)/5+(6x-3)/3&lt;/p&gt;
&lt;p&gt;automatically simplifies to&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=9ecd9e37d853b950f04672e81e973617.gif" alt="12/5*x+2/5"&gt;&lt;/p&gt;
&lt;p&gt;Is there a function that will return&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=5b236ba797c47e58e3bf6736a7fd904f.gif" alt="(12x+2)/5"&gt;&lt;/p&gt;
&lt;p&gt;which is one fraction, instead?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi all, I found that the expression:&lt;/p&gt;
&lt;p&gt;(2x+7)/5+(6x-3)/3&lt;/p&gt;
&lt;p&gt;automatically simplifies to&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=9ecd9e37d853b950f04672e81e973617.gif" alt="12/5*x+2/5"&gt;&lt;/p&gt;
&lt;p&gt;Is there a function that will return&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=5b236ba797c47e58e3bf6736a7fd904f.gif" alt="(12x+2)/5"&gt;&lt;/p&gt;
&lt;p&gt;which is one fraction, instead?&lt;/p&gt;</description>
      <guid>132118</guid>
      <pubDate>Mon, 26 Mar 2012 08:23:26 Z</pubDate>
      <itunes:author>Yew Hong</itunes:author>
      <author>Yew Hong</author>
    </item>
    <item>
      <title>Change to 1-D math (math input) with command in initialisation file</title>
      <link>http://www.mapleprimes.com/questions/130190-Change-To-1D-Math-math-Input-With?ref=Feed:MaplePrimes:Tagged With math</link>
      <itunes:summary>&lt;p&gt;I've made exam questions for students that they have to answer by doing some calculations in Maple.&lt;/p&gt;
&lt;p&gt;I would like to let them copy the commands they used to a Maple TA text field.&lt;/p&gt;
&lt;p&gt;However, the standard worksheet in our computer lab uses 2-D math. Copying this 2-D math to Maple TA works fine with "paste as plain text", but copying 1-D math also works with ctrl-v in Maple TA, which is more convenient for students under stress.&lt;/p&gt;
&lt;p&gt;Since I am not allowed change...</itunes:summary>
      <description>&lt;p&gt;I've made exam questions for students that they have to answer by doing some calculations in Maple.&lt;/p&gt;
&lt;p&gt;I would like to let them copy the commands they used to a Maple TA text field.&lt;/p&gt;
&lt;p&gt;However, the standard worksheet in our computer lab uses 2-D math. Copying this 2-D math to Maple TA works fine with "paste as plain text", but copying 1-D math also works with ctrl-v in Maple TA, which is more convenient for students under stress.&lt;/p&gt;
&lt;p&gt;Since I am not allowed change...</description>
      <guid>130190</guid>
      <pubDate>Mon, 30 Jan 2012 14:24:28 Z</pubDate>
      <itunes:author>Petra  Heijnen</itunes:author>
      <author>Petra  Heijnen</author>
    </item>
    <item>
      <title>comparing expressions in expanded and factorized forms</title>
      <link>http://www.mapleprimes.com/questions/129091-Comparing-Expressions-In-Expanded-And?ref=Feed:MaplePrimes:Tagged With math</link>
      <itunes:summary>&lt;p&gt;Hi I teach in a high school. Basically I have found that if I ask a question like: Factorize fully (x&lt;sup&gt;4&lt;/sup&gt;-y&lt;sup&gt;4&lt;/sup&gt;), and use a MathContainer for both the question and the answer (to be filled by students), I can't find a way to see whether the students have fully factorized the expression. Suppose (x&lt;sup&gt;4&lt;/sup&gt;-y&lt;sup&gt;4&lt;/sup&gt;) is in MathContainer1 and MathContainer2 is to be filled in by students.&amp;nbsp;Using the code:&lt;/p&gt;
&lt;p&gt;if GetProperty('MathContainer1','expression'...</itunes:summary>
      <description>&lt;p&gt;Hi I teach in a high school. Basically I have found that if I ask a question like: Factorize fully (x&lt;sup&gt;4&lt;/sup&gt;-y&lt;sup&gt;4&lt;/sup&gt;), and use a MathContainer for both the question and the answer (to be filled by students), I can't find a way to see whether the students have fully factorized the expression. Suppose (x&lt;sup&gt;4&lt;/sup&gt;-y&lt;sup&gt;4&lt;/sup&gt;) is in MathContainer1 and MathContainer2 is to be filled in by students.&amp;nbsp;Using the code:&lt;/p&gt;
&lt;p&gt;if GetProperty('MathContainer1','expression'...</description>
      <guid>129091</guid>
      <pubDate>Mon, 26 Dec 2011 04:26:45 Z</pubDate>
      <itunes:author>Yew Hong</itunes:author>
      <author>Yew Hong</author>
    </item>
    <item>
      <title>Enter the solution of differential equations</title>
      <link>http://www.mapleprimes.com/questions/128847-Enter-The-Solution-Of-Differential-Equations?ref=Feed:MaplePrimes:Tagged With math</link>
      <itunes:summary>&lt;p&gt;Hello Everybody.&lt;/p&gt;
&lt;p&gt;Im new to Maple, so i have a couple of questions. In the last few days I have learned the basic of Maple, and now i would like to solve an differential equation.&lt;/p&gt;
&lt;p&gt;The Math question is:&lt;/p&gt;
&lt;p&gt;Enter the solution of differential equation:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.studieportalen.dk/forums/ShowFile.aspx?id=1122047"&gt;http://www.studieportalen.dk/forums/ShowFile.aspx?id=1122047&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the link i have put in the informations from the math question.</itunes:summary>
      <description>&lt;p&gt;Hello Everybody.&lt;/p&gt;
&lt;p&gt;Im new to Maple, so i have a couple of questions. In the last few days I have learned the basic of Maple, and now i would like to solve an differential equation.&lt;/p&gt;
&lt;p&gt;The Math question is:&lt;/p&gt;
&lt;p&gt;Enter the solution of differential equation:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.studieportalen.dk/forums/ShowFile.aspx?id=1122047"&gt;http://www.studieportalen.dk/forums/ShowFile.aspx?id=1122047&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the link i have put in the informations from the math question.</description>
      <guid>128847</guid>
      <pubDate>Thu, 15 Dec 2011 21:27:15 Z</pubDate>
      <itunes:author>McDuck4</itunes:author>
      <author>McDuck4</author>
    </item>
    <item>
      <title>2d Math - Numerical integer with index</title>
      <link>http://www.mapleprimes.com/questions/128711-2d-Math--Numerical-Integer-With-Index?ref=Feed:MaplePrimes:Tagged With math</link>
      <itunes:summary>&lt;p&gt;HI,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;at first I have to admit, that I'm totaly new to maple and have only few experience with the programm.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That's the problem. I've got an old maple-code which I want to rewrite in the 2d-Math-syntax. In the code there are a lot of variables of the type "numerical integer" with a form like&lt;/p&gt;
&lt;p&gt;"rho_a"&lt;/p&gt;
&lt;p&gt;"N_A"&lt;/p&gt;
&lt;p&gt;....&lt;/p&gt;
&lt;p&gt;--&amp;gt; with index in the name&lt;/p&gt;
&lt;p&gt;It's a code for a physical-/chemical- process so the...</itunes:summary>
      <description>&lt;p&gt;HI,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;at first I have to admit, that I'm totaly new to maple and have only few experience with the programm.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That's the problem. I've got an old maple-code which I want to rewrite in the 2d-Math-syntax. In the code there are a lot of variables of the type "numerical integer" with a form like&lt;/p&gt;
&lt;p&gt;"rho_a"&lt;/p&gt;
&lt;p&gt;"N_A"&lt;/p&gt;
&lt;p&gt;....&lt;/p&gt;
&lt;p&gt;--&amp;gt; with index in the name&lt;/p&gt;
&lt;p&gt;It's a code for a physical-/chemical- process so the...</description>
      <guid>128711</guid>
      <pubDate>Tue, 13 Dec 2011 05:49:20 Z</pubDate>
      <itunes:author>Xilyte</itunes:author>
      <author>Xilyte</author>
    </item>
    <item>
      <title>bifurcation diagram help</title>
      <link>http://www.mapleprimes.com/questions/128437-Bifurcation-Diagram-Help?ref=Feed:MaplePrimes:Tagged With math</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;It is the mathematica code for bifurcation diagram of the model that i am working with now. is there anybody who can translate it into maple code? or does anyone can help me with making a bifurcation diagram for such a ODE system in maple??&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=128437/426330/Unavngivet.jpg"&gt;&lt;img src="/view.aspx?sf=128437/426330/Unavngivet.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;It is the mathematica code for bifurcation diagram of the model that i am working with now. is there anybody who can translate it into maple code? or does anyone can help me with making a bifurcation diagram for such a ODE system in maple??&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=128437/426330/Unavngivet.jpg"&gt;&lt;img src="/view.aspx?sf=128437/426330/Unavngivet.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <guid>128437</guid>
      <pubDate>Tue, 06 Dec 2011 14:53:10 Z</pubDate>
      <itunes:author>ukendt123</itunes:author>
      <author>ukendt123</author>
    </item>
    <item>
      <title>An Epidemic Model</title>
      <link>http://www.mapleprimes.com/posts/128278-An-Epidemic-Model?ref=Feed:MaplePrimes:Tagged With math</link>
      <itunes:summary>&lt;p&gt;&lt;span class="mainBody document"&gt;I've submitted an application to the &lt;a href="http://www.maplesoft.com/applications/"&gt;Application Center&lt;/a&gt;: &lt;a href="http://www.maplesoft.com/applications/view.aspx?SID=127836"&gt;An Epidemic Model (for Influenza or Zombies)&lt;/a&gt;.&amp;nbsp; This is an interactive Maple document, suitable for instructional use in an undergraduate course in mathematical biology or differential equations, or a calculus course that include differential equations.&amp;nbsp;...&lt;/span&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;span class="mainBody document"&gt;I've submitted an application to the &lt;a href="http://www.maplesoft.com/applications/"&gt;Application Center&lt;/a&gt;: &lt;a href="http://www.maplesoft.com/applications/view.aspx?SID=127836"&gt;An Epidemic Model (for Influenza or Zombies)&lt;/a&gt;.&amp;nbsp; This is an interactive Maple document, suitable for instructional use in an undergraduate course in mathematical biology or differential equations, or a calculus course that include differential equations.&amp;nbsp;...&lt;/span&gt;</description>
      <guid>128278</guid>
      <pubDate>Thu, 01 Dec 2011 02:53:15 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>Great Expectations</title>
      <link>http://www.mapleprimes.com/posts/127382-Great-Expectations?ref=Feed:MaplePrimes:Tagged With math</link>
      <itunes:summary>&lt;p&gt;I've submitted an application to the &lt;a href="http://www.maplesoft.com/applications/"&gt;Application Center&lt;/a&gt;: &lt;a href="http://www.maplesoft.com/applications/view.aspx?SID=127116"&gt;Great Expectations&lt;/a&gt;.&amp;nbsp; This is an interactive Maple document, suitable for instructional use in an undergraduate course in Probability.&amp;nbsp; The mathematical content is related to the Laws of Large Numbers and Central &lt;br&gt;Limit Theorem.&amp;nbsp; It requires no knowledge of Maple to use.&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;I've submitted an application to the &lt;a href="http://www.maplesoft.com/applications/"&gt;Application Center&lt;/a&gt;: &lt;a href="http://www.maplesoft.com/applications/view.aspx?SID=127116"&gt;Great Expectations&lt;/a&gt;.&amp;nbsp; This is an interactive Maple document, suitable for instructional use in an undergraduate course in Probability.&amp;nbsp; The mathematical content is related to the Laws of Large Numbers and Central &lt;br&gt;Limit Theorem.&amp;nbsp; It requires no knowledge of Maple to use.&lt;/p&gt;
</description>
      <guid>127382</guid>
      <pubDate>Fri, 04 Nov 2011 14:54:33 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>Newton's Method in Maple</title>
      <link>http://www.mapleprimes.com/questions/127237-Newtons-Method-In-Maple?ref=Feed:MaplePrimes:Tagged With math</link>
      <itunes:summary>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'm doing a math assignment for numerical methods and I had to answer a question - solving Newton's method in maple to submit. I need to solve the question to an accuracy of 10^-5. I don't have access to the software right now as I only have it on the computers at our school, but I did take a maple course in my first year of university and have some experience with it. I wrote up this formula, but I'm not 100% sure if its correct. Could someone...</itunes:summary>
      <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'm doing a math assignment for numerical methods and I had to answer a question - solving Newton's method in maple to submit. I need to solve the question to an accuracy of 10^-5. I don't have access to the software right now as I only have it on the computers at our school, but I did take a maple course in my first year of university and have some experience with it. I wrote up this formula, but I'm not 100% sure if its correct. Could someone...</description>
      <guid>127237</guid>
      <pubDate>Mon, 31 Oct 2011 16:32:41 Z</pubDate>
      <itunes:author>AbuGabu</itunes:author>
      <author>AbuGabu</author>
    </item>
    <item>
      <title>Splitting nested sums into a set of single sums</title>
      <link>http://www.mapleprimes.com/questions/126733-Splitting-Nested-Sums-Into-A-Set-Of-Single-Sums?ref=Feed:MaplePrimes:Tagged With math</link>
      <itunes:summary>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have a derivation to do for my PhD thesis, and it is long and tedious. It is essentially a case of splitting sums, making substitutions and then simplifying. I believe maple can do this for me, but have not found how yet. Any suggestions would be more than welcome. I have done this for a third order problem (three nested sums) and the derivation runs to many pages. I now need to do so for the 4th order problem, and it is a more than daunting prospect</itunes:summary>
      <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have a derivation to do for my PhD thesis, and it is long and tedious. It is essentially a case of splitting sums, making substitutions and then simplifying. I believe maple can do this for me, but have not found how yet. Any suggestions would be more than welcome. I have done this for a third order problem (three nested sums) and the derivation runs to many pages. I now need to do so for the 4th order problem, and it is a more than daunting prospect</description>
      <guid>126733</guid>
      <pubDate>Mon, 17 Oct 2011 15:43:42 Z</pubDate>
      <itunes:author>jimbo_cambridge</itunes:author>
      <author>jimbo_cambridge</author>
    </item>
    <item>
      <title>problem using components</title>
      <link>http://www.mapleprimes.com/questions/124538-Problem-Using-Components?ref=Feed:MaplePrimes:Tagged With math</link>
      <itunes:summary>&lt;p&gt;Good afternoon&lt;/p&gt;
&lt;p&gt;i have problem when i am using components.&lt;/p&gt;
&lt;p&gt;i want to solve a determinant equation and show in MathContainer4&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thank you for your help&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=136928_1312911976/ejemplo_09-08-201.mw"&gt;ejemplo_09-08-201.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Good afternoon&lt;/p&gt;
&lt;p&gt;i have problem when i am using components.&lt;/p&gt;
&lt;p&gt;i want to solve a determinant equation and show in MathContainer4&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thank you for your help&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=136928_1312911976/ejemplo_09-08-201.mw"&gt;ejemplo_09-08-201.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>124538</guid>
      <pubDate>Tue, 09 Aug 2011 17:50:37 Z</pubDate>
      <itunes:author>Jorgenecochea</itunes:author>
      <author>Jorgenecochea</author>
    </item>
    <item>
      <title>Problems finding the inverse of an algebraic 12x12 matrix</title>
      <link>http://www.mapleprimes.com/questions/123635-Problems-Finding-The-Inverse-Of-An-Algebraic?ref=Feed:MaplePrimes:Tagged With math</link>
      <itunes:summary>&lt;p&gt;Hello&amp;nbsp;mathematicians :)&lt;/p&gt;
&lt;p&gt;I have a problem finding the inverse of the following 12x12 matrix:&lt;/p&gt;
&lt;p&gt;C:=Matrix([&lt;/p&gt;
&lt;p&gt;[ 1, x1, y1,&amp;nbsp;&amp;nbsp;&amp;nbsp; x1^2, x1*y1, y1^2,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x1^3,&amp;nbsp;&amp;nbsp;&amp;nbsp; x1^2*y1, x1*y1^2,&amp;nbsp;&amp;nbsp; y1^3,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x1^3*y1,&amp;nbsp;&amp;nbsp; x1*y1^3],&lt;br&gt;[ 0,&amp;nbsp; 0,&amp;nbsp; 1,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0,&amp;nbsp;&amp;nbsp;&amp;nbsp; x1, 2*y1,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;...</itunes:summary>
      <description>&lt;p&gt;Hello&amp;nbsp;mathematicians :)&lt;/p&gt;
&lt;p&gt;I have a problem finding the inverse of the following 12x12 matrix:&lt;/p&gt;
&lt;p&gt;C:=Matrix([&lt;/p&gt;
&lt;p&gt;[ 1, x1, y1,&amp;nbsp;&amp;nbsp;&amp;nbsp; x1^2, x1*y1, y1^2,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x1^3,&amp;nbsp;&amp;nbsp;&amp;nbsp; x1^2*y1, x1*y1^2,&amp;nbsp;&amp;nbsp; y1^3,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x1^3*y1,&amp;nbsp;&amp;nbsp; x1*y1^3],&lt;br&gt;[ 0,&amp;nbsp; 0,&amp;nbsp; 1,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0,&amp;nbsp;&amp;nbsp;&amp;nbsp; x1, 2*y1,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;...</description>
      <guid>123635</guid>
      <pubDate>Thu, 07 Jul 2011 08:12:12 Z</pubDate>
      <itunes:author>KajkagenDK</itunes:author>
      <author>KajkagenDK</author>
    </item>
    <item>
      <title>Update math component</title>
      <link>http://www.mapleprimes.com/questions/123418-Update-Math-Component?ref=Feed:MaplePrimes:Tagged With math</link>
      <itunes:summary>&lt;p&gt;Good Afternoon.&lt;/p&gt;
&lt;p&gt;I have a problem with that project, because the when i move the dial (DialKp1) the component Mathbase don&amp;acute;t update the lat change.&lt;/p&gt;
&lt;p&gt;I don&amp;acute;t know how can i do for updating it?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=136928_1309371656/23-06-2011-modelo_di.mw"&gt;23-06-2011-modelo_di.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Good Afternoon.&lt;/p&gt;
&lt;p&gt;I have a problem with that project, because the when i move the dial (DialKp1) the component Mathbase don&amp;acute;t update the lat change.&lt;/p&gt;
&lt;p&gt;I don&amp;acute;t know how can i do for updating it?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=136928_1309371656/23-06-2011-modelo_di.mw"&gt;23-06-2011-modelo_di.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>123418</guid>
      <pubDate>Wed, 29 Jun 2011 18:26:15 Z</pubDate>
      <itunes:author>Jorgenecochea</itunes:author>
      <author>Jorgenecochea</author>
    </item>
  </channel>
</rss>
