<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with float</title>
    <link>http://www.mapleprimes.com/tags/float</link>
    <language>en-us</language>
    <copyright>2013 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Mon, 20 May 2013 06:51:04 GMT</lastBuildDate>
    <pubDate>Mon, 20 May 2013 06:51:04 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with float</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with float</title>
      <link>http://www.mapleprimes.com/tags/float</link>
    </image>
    <item>
      <title>Float(undefined) error when trying to find Real part</title>
      <link>http://www.mapleprimes.com/questions/146652-Floatundefined-Error-When-Trying-To?ref=Feed:MaplePrimes:Tagged With float</link>
      <itunes:summary>&lt;p&gt;Hi, was wondering if any of you could help me, when I try and find the real part of a function to plot, I get a float(undefined) error, however by just using evalf if gives gives me the real and comlex parts.&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=170220_1367582285/zetaroots.mw"&gt;zetaroots.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The function i want to find realy parts for is f(x).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Matt&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi, was wondering if any of you could help me, when I try and find the real part of a function to plot, I get a float(undefined) error, however by just using evalf if gives gives me the real and comlex parts.&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=170220_1367582285/zetaroots.mw"&gt;zetaroots.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The function i want to find realy parts for is f(x).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Matt&lt;/p&gt;</description>
      <guid>146652</guid>
      <pubDate>Fri, 03 May 2013 12:04:02 Z</pubDate>
      <itunes:author>mattmorris</itunes:author>
      <author>mattmorris</author>
    </item>
    <item>
      <title>Detect symbolic exponent/floating point in an expression</title>
      <link>http://www.mapleprimes.com/questions/141158-Detect-Symbolic-Exponentfloating-Point?ref=Feed:MaplePrimes:Tagged With float</link>
      <itunes:summary>&lt;p&gt;Dear Readers,&lt;/p&gt;
&lt;p&gt;Given an expression for e.g. x^n+ y^3.5, how to extract the symbolic/floating point exponent, I tried with degree method but it fails whenvever there is symbolic or floating point exponent. Is there any alternative ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards, Satya&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Dear Readers,&lt;/p&gt;
&lt;p&gt;Given an expression for e.g. x^n+ y^3.5, how to extract the symbolic/floating point exponent, I tried with degree method but it fails whenvever there is symbolic or floating point exponent. Is there any alternative ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards, Satya&lt;/p&gt;</description>
      <guid>141158</guid>
      <pubDate>Wed, 05 Dec 2012 22:13:25 Z</pubDate>
      <itunes:author>satya123999</itunes:author>
      <author>satya123999</author>
    </item>
    <item>
      <title>unable to store HFloat</title>
      <link>http://www.mapleprimes.com/questions/139310-Unable-To-Store-HFloat?ref=Feed:MaplePrimes:Tagged With float</link>
      <itunes:summary>&lt;p&gt;Hello every one,&lt;/p&gt;
&lt;p&gt;I am gettting this error "unable to store HFloat", while solving a system of ODES numerically.&lt;/p&gt;
&lt;p&gt;restart:&lt;/p&gt;
&lt;p&gt;eq1:=n*(-diff(f(eta),eta$2))^(n-1)*diff(f(eta),eta$3)+(2*n/(n+1))*f(eta)*diff(f(eta),eta$2)&lt;/p&gt;
&lt;p&gt;-diff(f(eta),eta$1)^2-M*diff(f(eta),eta$1)+M*epsilon+epsilon^2+lambda*f1(eta)=0;&lt;/p&gt;
&lt;p&gt;eq2:=diff(f1(eta),eta$2)+P*(2*n/(n+1))*(f(eta)*diff(f1(eta),eta$1))=0;&lt;/p&gt;
&lt;p&gt;bc:=f(0)=0,D(f)(0)=1,D(f1)(0)=1,D(f)(N)=epsilon,f1(N)=0;&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Hello every one,&lt;/p&gt;
&lt;p&gt;I am gettting this error "unable to store HFloat", while solving a system of ODES numerically.&lt;/p&gt;
&lt;p&gt;restart:&lt;/p&gt;
&lt;p&gt;eq1:=n*(-diff(f(eta),eta$2))^(n-1)*diff(f(eta),eta$3)+(2*n/(n+1))*f(eta)*diff(f(eta),eta$2)&lt;/p&gt;
&lt;p&gt;-diff(f(eta),eta$1)^2-M*diff(f(eta),eta$1)+M*epsilon+epsilon^2+lambda*f1(eta)=0;&lt;/p&gt;
&lt;p&gt;eq2:=diff(f1(eta),eta$2)+P*(2*n/(n+1))*(f(eta)*diff(f1(eta),eta$1))=0;&lt;/p&gt;
&lt;p&gt;bc:=f(0)=0,D(f)(0)=1,D(f1)(0)=1,D(f)(N)=epsilon,f1(N)=0;&lt;/p&gt;
</description>
      <guid>139310</guid>
      <pubDate>Thu, 08 Nov 2012 00:53:32 Z</pubDate>
      <itunes:author>J4James</itunes:author>
      <author>J4James</author>
    </item>
    <item>
      <title>Matlab to Maple</title>
      <link>http://www.mapleprimes.com/questions/139144-Matlab-To-Maple?ref=Feed:MaplePrimes:Tagged With float</link>
      <itunes:summary>&lt;p&gt;Dear All&lt;/p&gt;
&lt;p&gt;I trying to solve the following in MAPLE, the code works fine in MATLAB but I am not sure why it doesn't give me values in MAPLE&lt;/p&gt;
&lt;p&gt;n:=3: alpha_p:=1: p:=2: mu0:=4*Pi*1e-7: Br:=1.12:&lt;/p&gt;
&lt;p&gt;A1:=unapply(sin((n*p+1)*alpha_p*Pi/(2*p))/((n*p+1)*alpha_p*Pi/(2*p)),n):&lt;/p&gt;
&lt;p&gt;A2:=unapply(sin((n*p-1)*alpha_p*Pi/(2*p))/((n*p-1)*alpha_p*Pi/(2*p)),n):&lt;/p&gt;
&lt;p&gt;M1:=unapply((Br/mu0)*alpha_p*(A1(n)+A2(n)),n):&lt;/p&gt;
&lt;p&gt;M2:=unapply((Br/mu0)*alpha_p*(A1(n)-A2(n)),n):</itunes:summary>
      <description>&lt;p&gt;Dear All&lt;/p&gt;
&lt;p&gt;I trying to solve the following in MAPLE, the code works fine in MATLAB but I am not sure why it doesn't give me values in MAPLE&lt;/p&gt;
&lt;p&gt;n:=3: alpha_p:=1: p:=2: mu0:=4*Pi*1e-7: Br:=1.12:&lt;/p&gt;
&lt;p&gt;A1:=unapply(sin((n*p+1)*alpha_p*Pi/(2*p))/((n*p+1)*alpha_p*Pi/(2*p)),n):&lt;/p&gt;
&lt;p&gt;A2:=unapply(sin((n*p-1)*alpha_p*Pi/(2*p))/((n*p-1)*alpha_p*Pi/(2*p)),n):&lt;/p&gt;
&lt;p&gt;M1:=unapply((Br/mu0)*alpha_p*(A1(n)+A2(n)),n):&lt;/p&gt;
&lt;p&gt;M2:=unapply((Br/mu0)*alpha_p*(A1(n)-A2(n)),n):</description>
      <guid>139144</guid>
      <pubDate>Sat, 03 Nov 2012 11:59:02 Z</pubDate>
      <itunes:author>AliKhan</itunes:author>
      <author>AliKhan</author>
    </item>
    <item>
      <title>Using random numbers</title>
      <link>http://www.mapleprimes.com/questions/137189-Using-Random-Numbers?ref=Feed:MaplePrimes:Tagged With float</link>
      <itunes:summary>&lt;p&gt;I have been using random numbers in other applications than Maple. Usually there is a function, which will give a pseudo random real number between 0 and 1. When I looked for it in Maple I got quite confused, because there are a lot of different options here - obviously because Maple can deliver random numbers/objects in many ways, even following a certain distrubution. I found out it doesn't work by just using rand(), since it is always starting with the same value. Then I found the command randomize(...</itunes:summary>
      <description>&lt;p&gt;I have been using random numbers in other applications than Maple. Usually there is a function, which will give a pseudo random real number between 0 and 1. When I looked for it in Maple I got quite confused, because there are a lot of different options here - obviously because Maple can deliver random numbers/objects in many ways, even following a certain distrubution. I found out it doesn't work by just using rand(), since it is always starting with the same value. Then I found the command randomize(...</description>
      <guid>137189</guid>
      <pubDate>Sun, 09 Sep 2012 00:48:07 Z</pubDate>
      <itunes:author>erik10</itunes:author>
      <author>erik10</author>
    </item>
    <item>
      <title>about scientific notation</title>
      <link>http://www.mapleprimes.com/questions/136295-About-Scientific-Notation?ref=Feed:MaplePrimes:Tagged With float</link>
      <itunes:summary>&lt;p&gt;consider:&lt;/p&gt;
&lt;pre&gt;assume(k[f1]&amp;gt;0,k[f2]&amp;gt;0,k[f2]&amp;gt;k[f1],h_bar&amp;gt;0,m&amp;gt;0);&lt;/pre&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;h_bar:=1.0545e-34;m:=0.10938e-31;n[0]=1e28;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; eq1:=n=(k[f1]^3+k[f2]^3)/6/Pi^2;&lt;br&gt;&lt;br&gt;&amp;gt; eq2:=e*V=h_bar^2/2/m*(k[f2]^2-k[f1]^2);&lt;br&gt;&lt;br&gt;&lt;/pre&gt;
&lt;pre&gt;&amp;gt; solve({eq1,eq2},{k[f1],k[f2]});&lt;/pre&gt;
&lt;p&gt;in the final command i get a very messy numerical&amp;amp;symbolic results like&lt;/p&gt;
&lt;pre&gt;{k[f1] = 1016612041.*
(-1.*RootOf(9456017282782496601177464289*n^2*Pi^4...&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;consider:&lt;/p&gt;
&lt;pre&gt;assume(k[f1]&amp;gt;0,k[f2]&amp;gt;0,k[f2]&amp;gt;k[f1],h_bar&amp;gt;0,m&amp;gt;0);&lt;/pre&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;h_bar:=1.0545e-34;m:=0.10938e-31;n[0]=1e28;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; eq1:=n=(k[f1]^3+k[f2]^3)/6/Pi^2;&lt;br&gt;&lt;br&gt;&amp;gt; eq2:=e*V=h_bar^2/2/m*(k[f2]^2-k[f1]^2);&lt;br&gt;&lt;br&gt;&lt;/pre&gt;
&lt;pre&gt;&amp;gt; solve({eq1,eq2},{k[f1],k[f2]});&lt;/pre&gt;
&lt;p&gt;in the final command i get a very messy numerical&amp;amp;symbolic results like&lt;/p&gt;
&lt;pre&gt;{k[f1] = 1016612041.*
(-1.*RootOf(9456017282782496601177464289*n^2*Pi^4...&lt;/pre&gt;</description>
      <guid>136295</guid>
      <pubDate>Tue, 07 Aug 2012 15:02:33 Z</pubDate>
      <itunes:author>key01023</itunes:author>
      <author>key01023</author>
    </item>
  </channel>
</rss>