<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with academic</title>
    <link>http://www.mapleprimes.com/tags/academic</link>
    <language>en-us</language>
    <copyright>2012 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 17 May 2012 09:34:21 GMT</lastBuildDate>
    <pubDate>Thu, 17 May 2012 09:34:21 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with academic</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with academic</title>
      <link>http://www.mapleprimes.com/tags/academic</link>
    </image>
    <item>
      <title>over defined problem</title>
      <link>http://www.mapleprimes.com/questions/134290-Over-Defined-Problem?ref=Feed:MaplePrimes:Tagged With academic</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;Have to solve and ODE in the domain of [-infnity +infinity ] via specific analytical method but due to some restrictions it could not be solved. In order to solve it, I have separated the domain into [-infinity 0 ] and [0 infinity]. So, I have to add some boundary values at x=0 to the problem. Assuming the solution of the mentioned ODE in &amp;nbsp;[-infinity 0 ] is g(x) and in [0 infinity]&amp;nbsp; is f(x), I added the boundary values of f(0)=g(0)=a and f ' (0)=b and obtained f(x...</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;Have to solve and ODE in the domain of [-infnity +infinity ] via specific analytical method but due to some restrictions it could not be solved. In order to solve it, I have separated the domain into [-infinity 0 ] and [0 infinity]. So, I have to add some boundary values at x=0 to the problem. Assuming the solution of the mentioned ODE in &amp;nbsp;[-infinity 0 ] is g(x) and in [0 infinity]&amp;nbsp; is f(x), I added the boundary values of f(0)=g(0)=a and f ' (0)=b and obtained f(x...</description>
      <guid>134290</guid>
      <pubDate>Wed, 16 May 2012 20:02:29 Z</pubDate>
      <itunes:author>farazhedayati</itunes:author>
      <author>farazhedayati</author>
    </item>
    <item>
      <title>NO Solution for ode</title>
      <link>http://www.mapleprimes.com/questions/133957-NO-Solution-For-Ode?ref=Feed:MaplePrimes:Tagged With academic</link>
      <itunes:summary>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;i have the following ode&lt;/p&gt;
&lt;p&gt;.7246228659*(diff(f(x), x, x, x))+f(x)*(diff(f(x), x, x))+.6666666666-.6666666666*(diff(f(x), x))^2&lt;/p&gt;
&lt;p&gt;with boundary conditions&lt;/p&gt;
&lt;p&gt;f(0) = 0, D(f)(0) = a, (D(f))(b) = 1&amp;nbsp;&amp;nbsp; (b corresponds to infinity and we can assume it 4 or 10 such that the solution converge)&lt;/p&gt;
&lt;p&gt;i know the the solutions exist up to a critical value of "a" that beyonds no solution exist. for example for the following ode the critical value is...</itunes:summary>
      <description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;i have the following ode&lt;/p&gt;
&lt;p&gt;.7246228659*(diff(f(x), x, x, x))+f(x)*(diff(f(x), x, x))+.6666666666-.6666666666*(diff(f(x), x))^2&lt;/p&gt;
&lt;p&gt;with boundary conditions&lt;/p&gt;
&lt;p&gt;f(0) = 0, D(f)(0) = a, (D(f))(b) = 1&amp;nbsp;&amp;nbsp; (b corresponds to infinity and we can assume it 4 or 10 such that the solution converge)&lt;/p&gt;
&lt;p&gt;i know the the solutions exist up to a critical value of "a" that beyonds no solution exist. for example for the following ode the critical value is...</description>
      <guid>133957</guid>
      <pubDate>Wed, 09 May 2012 11:57:31 Z</pubDate>
      <itunes:author>samiyare</itunes:author>
      <author>samiyare</author>
    </item>
    <item>
      <title>multiple solution for ode</title>
      <link>http://www.mapleprimes.com/questions/133924-Multiple-Solution-For-Ode?ref=Feed:MaplePrimes:Tagged With academic</link>
      <itunes:summary>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;considering the following ode&lt;/p&gt;
&lt;p&gt;&lt;br&gt;eq1 := .6740221708*(diff(f(x), x, x, x))+f(x)*(diff(f(x), x, x))+1-(diff(f(x), x))^2&lt;/p&gt;
&lt;p&gt;i solve it by&lt;/p&gt;
&lt;p&gt;sol := dsolve({eq1 = 0, f(0) = 0, D(f)(0) = -1.2, (D(f))(b) = 1}, numeric);&lt;br&gt;&lt;br&gt;this give me one solution but i know that this ode have dual solutions. how can i found all solutions of ODE.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks for youe attention in advance&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;considering the following ode&lt;/p&gt;
&lt;p&gt;&lt;br&gt;eq1 := .6740221708*(diff(f(x), x, x, x))+f(x)*(diff(f(x), x, x))+1-(diff(f(x), x))^2&lt;/p&gt;
&lt;p&gt;i solve it by&lt;/p&gt;
&lt;p&gt;sol := dsolve({eq1 = 0, f(0) = 0, D(f)(0) = -1.2, (D(f))(b) = 1}, numeric);&lt;br&gt;&lt;br&gt;this give me one solution but i know that this ode have dual solutions. how can i found all solutions of ODE.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks for youe attention in advance&lt;/p&gt;</description>
      <guid>133924</guid>
      <pubDate>Tue, 08 May 2012 17:53:56 Z</pubDate>
      <itunes:author>samiyare</itunes:author>
      <author>samiyare</author>
    </item>
    <item>
      <title>How to do simple linear regression in Maple T.A.?</title>
      <link>http://www.mapleprimes.com/questions/133316-How-To-Do-Simple-Linear-Regression-In-Maple-TA?ref=Feed:MaplePrimes:Tagged With academic</link>
      <itunes:summary>&lt;p&gt;I decided to convert an old LR question to Maple 15 syntax and update my Maple T.A. questions. I have it working in Maple, but in MTA I get an error: "&lt;span&gt;java.io.IOException: Maple computation error&lt;/span&gt;", I've eliminated lines until I found out the error is when I use Fit to solve for the equation. What am I doing wrong?&lt;/p&gt;
&lt;p&gt;Thanks, Stephen&lt;/p&gt;
&lt;p&gt;I define 8 x values, and calculate 8 y values with random residuals. Then I solve using least squares.&lt;/p&gt;
&lt;pre&gt;$x1=180;&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;I decided to convert an old LR question to Maple 15 syntax and update my Maple T.A. questions. I have it working in Maple, but in MTA I get an error: "&lt;span&gt;java.io.IOException: Maple computation error&lt;/span&gt;", I've eliminated lines until I found out the error is when I use Fit to solve for the equation. What am I doing wrong?&lt;/p&gt;
&lt;p&gt;Thanks, Stephen&lt;/p&gt;
&lt;p&gt;I define 8 x values, and calculate 8 y values with random residuals. Then I solve using least squares.&lt;/p&gt;
&lt;pre&gt;$x1=180;&lt;/pre&gt;</description>
      <guid>133316</guid>
      <pubDate>Mon, 23 Apr 2012 18:01:43 Z</pubDate>
      <itunes:author>sreid</itunes:author>
      <author>sreid</author>
    </item>
    <item>
      <title>Problem with type conversion (I think)</title>
      <link>http://www.mapleprimes.com/questions/133273-Problem-With-Type-Conversion-I-Think?ref=Feed:MaplePrimes:Tagged With academic</link>
      <itunes:summary>&lt;p&gt;Ok, I am not a very experienced user, but I am mystified by this.&amp;nbsp; The essence of the problem is that when entering a range of values in an integration, I get a different answer if the range is given as 0..1 to if it is given as 0.0..1 or 0..1.0. Here is the program&lt;/p&gt;
&lt;p&gt;&lt;br&gt;### dgig&lt;br&gt;dgig := proc(psi, chi, lambda, t)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (psi/chi)^(lambda/2)*t^(lambda - 1)*exp(-(psi*t+chi/t)/2)/\&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (2*BesselK(lambda,sqrt(chi*psi))):&lt;br&gt;end: ## End of dgig</itunes:summary>
      <description>&lt;p&gt;Ok, I am not a very experienced user, but I am mystified by this.&amp;nbsp; The essence of the problem is that when entering a range of values in an integration, I get a different answer if the range is given as 0..1 to if it is given as 0.0..1 or 0..1.0. Here is the program&lt;/p&gt;
&lt;p&gt;&lt;br&gt;### dgig&lt;br&gt;dgig := proc(psi, chi, lambda, t)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (psi/chi)^(lambda/2)*t^(lambda - 1)*exp(-(psi*t+chi/t)/2)/\&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (2*BesselK(lambda,sqrt(chi*psi))):&lt;br&gt;end: ## End of dgig</description>
      <guid>133273</guid>
      <pubDate>Mon, 23 Apr 2012 04:23:23 Z</pubDate>
      <itunes:author>dscottoz</itunes:author>
      <author>dscottoz</author>
    </item>
    <item>
      <title>solving pdes of the following form</title>
      <link>http://www.mapleprimes.com/questions/132878-Solving-Pdes-Of-The-Following-Form?ref=Feed:MaplePrimes:Tagged With academic</link>
      <itunes:summary>&lt;p&gt;how can i solve pdes of the following form in maple&lt;/p&gt;
&lt;p&gt;[tex] tc(t,x)\frac{\partial a(t,x)}{\partial t} - ta(t,x)\frac{\partial c(t,x)}{\partial t} = a(t,x)c(t,x) + t(a(t,x))^2 and be able to find both functions a(t,x) and b(t,x)&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;how can i solve pdes of the following form in maple&lt;/p&gt;
&lt;p&gt;[tex] tc(t,x)\frac{\partial a(t,x)}{\partial t} - ta(t,x)\frac{\partial c(t,x)}{\partial t} = a(t,x)c(t,x) + t(a(t,x))^2 and be able to find both functions a(t,x) and b(t,x)&lt;/p&gt;</description>
      <guid>132878</guid>
      <pubDate>Wed, 11 Apr 2012 13:17:30 Z</pubDate>
      <itunes:author>dyson</itunes:author>
      <author>dyson</author>
    </item>
    <item>
      <title>Tablet Handwriting App that works well with Maple?</title>
      <link>http://www.mapleprimes.com/questions/132669-Tablet-Handwriting-App-That-Works-Well?ref=Feed:MaplePrimes:Tagged With academic</link>
      <itunes:summary>&lt;p&gt;I have an older tablet PC on which I recently used Windows Journal for handwriting and storing my lecture notes (on the swivel screen with a stylus). However, Windows Journal is very basic (doesn't interact with Maple or anything else other than pasting images into it) and has very limited drawing capabilities (rectangles, ellipses, and only &lt;strong&gt;horizontal&lt;/strong&gt; lines).&lt;/p&gt;
&lt;p&gt;What tablet PC apps do you recommend for handwriting, drawing, etc. &lt;strong&gt;that interact well with Maple&lt;/strong&gt;</itunes:summary>
      <description>&lt;p&gt;I have an older tablet PC on which I recently used Windows Journal for handwriting and storing my lecture notes (on the swivel screen with a stylus). However, Windows Journal is very basic (doesn't interact with Maple or anything else other than pasting images into it) and has very limited drawing capabilities (rectangles, ellipses, and only &lt;strong&gt;horizontal&lt;/strong&gt; lines).&lt;/p&gt;
&lt;p&gt;What tablet PC apps do you recommend for handwriting, drawing, etc. &lt;strong&gt;that interact well with Maple&lt;/strong&gt;</description>
      <guid>132669</guid>
      <pubDate>Thu, 05 Apr 2012 20:06:50 Z</pubDate>
      <itunes:author>Dakota</itunes:author>
      <author>Dakota</author>
    </item>
    <item>
      <title>export out of Maple 16?</title>
      <link>http://www.mapleprimes.com/questions/132595-Export-Out-Of-Maple-16?ref=Feed:MaplePrimes:Tagged With academic</link>
      <itunes:summary>&lt;p&gt;Hi evryone.&lt;/p&gt;
&lt;p&gt;Does anyone have experience on what is the best format to export an entire worksheet (code and graphics) out of Maple. I tried all different formats but none comes even close to being publication quality.&lt;/p&gt;
&lt;p&gt;thanks a lot&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi evryone.&lt;/p&gt;
&lt;p&gt;Does anyone have experience on what is the best format to export an entire worksheet (code and graphics) out of Maple. I tried all different formats but none comes even close to being publication quality.&lt;/p&gt;
&lt;p&gt;thanks a lot&lt;/p&gt;</description>
      <guid>132595</guid>
      <pubDate>Wed, 04 Apr 2012 13:52:33 Z</pubDate>
      <itunes:author>karamand</itunes:author>
      <author>karamand</author>
    </item>
    <item>
      <title>Trial ZNO in Maple 16</title>
      <link>http://www.mapleprimes.com/posts/132510-Trial-ZNO-In-Maple-16?ref=Feed:MaplePrimes:Tagged With academic</link>
      <itunes:summary>&lt;p&gt;&lt;a href="/view.aspx?sf=132510/433798/2012.zip"&gt;2012.zip&lt;/a&gt;&lt;a href="/view.aspx?sf=132510/433794/mapleprimes.gif"&gt;&lt;img src="/view.aspx?sf=132510/433794/mapleprimes.gif" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Ukraine. External independent evaluation (ZNO) in 2012. Trial in Maple &lt;strong&gt;16&lt;/strong&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;html 3-interactive in Ukrainian: &lt;a href="/view.aspx?sf=132510/433794/zno.zip"&gt;zno.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;link: &lt;a href="http://webmath.narod.ru/zno/pro.html"&gt;http://webmath.narod.ru/zno/pro.html&lt;/a&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="/view.aspx?sf=132510/433798/2012.zip"&gt;2012.zip&lt;/a&gt;&lt;a href="/view.aspx?sf=132510/433794/mapleprimes.gif"&gt;&lt;img src="/view.aspx?sf=132510/433794/mapleprimes.gif" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Ukraine. External independent evaluation (ZNO) in 2012. Trial in Maple &lt;strong&gt;16&lt;/strong&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;html 3-interactive in Ukrainian: &lt;a href="/view.aspx?sf=132510/433794/zno.zip"&gt;zno.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;link: &lt;a href="http://webmath.narod.ru/zno/pro.html"&gt;http://webmath.narod.ru/zno/pro.html&lt;/a&gt;</description>
      <guid>132510</guid>
      <pubDate>Mon, 02 Apr 2012 08:18:08 Z</pubDate>
      <itunes:author>Valery Cyboulko</itunes:author>
      <author>Valery Cyboulko</author>
    </item>
    <item>
      <title>How to find roots of complex number</title>
      <link>http://www.mapleprimes.com/questions/132331-How-To-Find-Roots-Of-Complex-Number?ref=Feed:MaplePrimes:Tagged With academic</link>
      <itunes:summary>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;So the question is to find complex number W from :&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: -4px;"&gt;&lt;img src="https://mapleta.telt.unsw.edu.au:8443/mapleta/tmp/dl/ek/en/ijejkfcfnhgliecpkclojdkllk.gif" alt=""&gt;&lt;/span&gt; .&lt;/p&gt;
&lt;p&gt;but I want the answer in polar form using e (Euler's number).&lt;/p&gt;
&lt;p&gt;The question is specific to ask for the complex number W that lying in the first quadrant and having the largest possible real part. I calculated and got :&lt;/p&gt;
&lt;p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;So the question is to find complex number W from :&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: -4px;"&gt;&lt;img src="https://mapleta.telt.unsw.edu.au:8443/mapleta/tmp/dl/ek/en/ijejkfcfnhgliecpkclojdkllk.gif" alt=""&gt;&lt;/span&gt; .&lt;/p&gt;
&lt;p&gt;but I want the answer in polar form using e (Euler's number).&lt;/p&gt;
&lt;p&gt;The question is specific to ask for the complex number W that lying in the first quadrant and having the largest possible real part. I calculated and got :&lt;/p&gt;
&lt;p&gt;</description>
      <guid>132331</guid>
      <pubDate>Fri, 30 Mar 2012 12:34:24 Z</pubDate>
      <itunes:author>french_fries</itunes:author>
      <author>french_fries</author>
    </item>
    <item>
      <title>How Can I use Maple to caculate Clifford Algebra??</title>
      <link>http://www.mapleprimes.com/questions/132132-How-Can-I-Use-Maple-To-Caculate-Clifford?ref=Feed:MaplePrimes:Tagged With academic</link>
      <itunes:summary>&lt;p&gt;how can I caculate the Clifford Algebra in using symbolic expression?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;how can I caculate the Clifford Algebra in using symbolic expression?&lt;/p&gt;</description>
      <guid>132132</guid>
      <pubDate>Mon, 26 Mar 2012 13:14:44 Z</pubDate>
      <itunes:author>hustfzt</itunes:author>
      <author>hustfzt</author>
    </item>
    <item>
      <title>Routh Table for a polynonial equations</title>
      <link>http://www.mapleprimes.com/questions/131606-Routh-Table-For-A-Polynonial-Equations?ref=Feed:MaplePrimes:Tagged With academic</link>
      <itunes:summary>&lt;p&gt;Hi everyone, I am getting this error message in maple can i get any help&lt;/p&gt;
&lt;p&gt;Error, (in DynamicSystems:-RouthTable:-RouthTable) the polynomial must not contain complex values&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi everyone, I am getting this error message in maple can i get any help&lt;/p&gt;
&lt;p&gt;Error, (in DynamicSystems:-RouthTable:-RouthTable) the polynomial must not contain complex values&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>131606</guid>
      <pubDate>Sat, 10 Mar 2012 11:50:34 Z</pubDate>
      <itunes:author>jotieno</itunes:author>
      <author>jotieno</author>
    </item>
    <item>
      <title>densityplot as background</title>
      <link>http://www.mapleprimes.com/questions/131492-Densityplot-As-Background?ref=Feed:MaplePrimes:Tagged With academic</link>
      <itunes:summary>&lt;p&gt;I have a problem with animations using a density plot as background.&lt;/p&gt;
&lt;p&gt;The density plot covers the animation.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is an example:&lt;/p&gt;
&lt;p&gt;plt:=densityplot(-(x^2+y^2),x=-1..1,y=-1..1);&lt;br&gt;animate(plot,[[sin(r)*cos(t),sin(r)*sin(t),t=0..2*Pi],thickness=10],r=0..Pi,background=plt);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can this be solved?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;&amp;nbsp; anthei&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I have a problem with animations using a density plot as background.&lt;/p&gt;
&lt;p&gt;The density plot covers the animation.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is an example:&lt;/p&gt;
&lt;p&gt;plt:=densityplot(-(x^2+y^2),x=-1..1,y=-1..1);&lt;br&gt;animate(plot,[[sin(r)*cos(t),sin(r)*sin(t),t=0..2*Pi],thickness=10],r=0..Pi,background=plt);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can this be solved?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;&amp;nbsp; anthei&amp;nbsp;&lt;/p&gt;</description>
      <guid>131492</guid>
      <pubDate>Tue, 06 Mar 2012 17:11:26 Z</pubDate>
      <itunes:author>anthei</itunes:author>
      <author>anthei</author>
    </item>
    <item>
      <title>Plot functions numerically in three dimension</title>
      <link>http://www.mapleprimes.com/questions/131348-Plot-Functions-Numerically-In-Three-Dimension?ref=Feed:MaplePrimes:Tagged With academic</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If I have a function defined as&amp;nbsp;&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;F[i]:=&lt;span class="Apple-style-span" style="font-size: 9px;"&gt;x[i]^2&amp;nbsp;+x[i]*y[i]+y[i]^2 &amp;nbsp; &amp;nbsp;where &amp;nbsp;x[i]:= (i-1)0.1 &amp;nbsp;and y[i]:=(i-1)0.2 , &amp;nbsp; &amp;nbsp;i=1..100&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If I have a function defined as&amp;nbsp;&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;F[i]:=&lt;span class="Apple-style-span" style="font-size: 9px;"&gt;x[i]^2&amp;nbsp;+x[i]*y[i]+y[i]^2 &amp;nbsp; &amp;nbsp;where &amp;nbsp;x[i]:= (i-1)0.1 &amp;nbsp;and y[i]:=(i-1)0.2 , &amp;nbsp; &amp;nbsp;i=1..100&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;</description>
      <guid>131348</guid>
      <pubDate>Thu, 01 Mar 2012 09:54:32 Z</pubDate>
      <itunes:author>amrramadaneg</itunes:author>
      <author>amrramadaneg</author>
    </item>
    <item>
      <title>matrix inside matrix</title>
      <link>http://www.mapleprimes.com/questions/130901-Matrix-Inside-Matrix?ref=Feed:MaplePrimes:Tagged With academic</link>
      <itunes:summary>&lt;p&gt;Hi, &amp;nbsp;if i have a matrix 4x4 as&lt;/p&gt;
&lt;p&gt;A=[I &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Y &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-X &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;aX&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;bY &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Z &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; o &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; X^T &amp;nbsp; &amp;nbsp; O^T &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o^T &amp;nbsp;O^T &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; q ] &amp;nbsp;&amp;nbsp;</itunes:summary>
      <description>&lt;p&gt;Hi, &amp;nbsp;if i have a matrix 4x4 as&lt;/p&gt;
&lt;p&gt;A=[I &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Y &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-X &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;aX&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;bY &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Z &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; o &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; X^T &amp;nbsp; &amp;nbsp; O^T &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o^T &amp;nbsp;O^T &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; q ] &amp;nbsp;&amp;nbsp;</description>
      <guid>130901</guid>
      <pubDate>Sun, 19 Feb 2012 10:50:14 Z</pubDate>
      <itunes:author>amrramadaneg</itunes:author>
      <author>amrramadaneg</author>
    </item>
  </channel>
</rss>
