<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Correct upto 7 decimal figurs (not significant digits)</title>
    <link>http://www.mapleprimes.com/questions/142211-Correct-Upto-7-Decimal-Figurs-not-Significant-Digits</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 00:44:46 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 00:44:46 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Correct upto 7 decimal figurs (not significant digits)</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Correct upto 7 decimal figurs (not significant digits)</title>
      <link>http://www.mapleprimes.com/questions/142211-Correct-Upto-7-Decimal-Figurs-not-Significant-Digits</link>
    </image>
    <item>
      <title>Reference</title>
      <link>http://www.mapleprimes.com/questions/142211-Correct-Upto-7-Decimal-Figurs-not-Significant-Digits?ref=Feed:MaplePrimes:Correct upto 7 decimal figurs (not significant digits):Comments#answer142212</link>
      <itunes:summary>&lt;p&gt;A similar question was recently discussed here &lt;a href="http://www.mapleprimes.com/questions/136468-Bug-Using-Evalf"&gt;http://www.mapleprimes.com/questions/136468-Bug-Using-Evalf&lt;/a&gt; .&lt;/p&gt;
&lt;p&gt;This link can be found by the "evalf" search in MaplePrimes at the top of this page.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;A similar question was recently discussed here &lt;a href="http://www.mapleprimes.com/questions/136468-Bug-Using-Evalf"&gt;http://www.mapleprimes.com/questions/136468-Bug-Using-Evalf&lt;/a&gt; .&lt;/p&gt;
&lt;p&gt;This link can be found by the "evalf" search in MaplePrimes at the top of this page.&lt;/p&gt;</description>
      <guid>142212</guid>
      <pubDate>Sat, 12 Jan 2013 01:36:17 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
    <item>
      <title>something like this?</title>
      <link>http://www.mapleprimes.com/questions/142211-Correct-Upto-7-Decimal-Figurs-not-Significant-Digits?ref=Feed:MaplePrimes:Correct upto 7 decimal figurs (not significant digits):Comments#answer142216</link>
      <itunes:summary>&lt;p&gt;Are you looking for something like this, perhaps?&lt;/p&gt;
&lt;pre&gt;F:=x-&amp;gt;parse(sprintf("%.7f",x)):

F(66666.123456789);
                                66666.1234568

F(0.123456789);
                                  0.1234568

F(0.12345);
                                  0.1234500

expr:=(lambda1-2.9881355172134833*lambda2
       +16.044692204509636*lambda1^2
       -114.31727386075951*lambda1*lambda2
       +202.36051939112247*lambda2^2):

subsindets(expr,float,F);
                                                           2
           lambda1 - 2.9881355 lambda2 + 16.0446922 lambda1 

                                                                 2
              - 114.3172739 lambda1 lambda2 + 202.3605194 lambda2 
&lt;/pre&gt;
&lt;!--break--&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Are you looking for something like this, perhaps?&lt;/p&gt;
&lt;pre&gt;F:=x-&amp;gt;parse(sprintf("%.7f",x)):

F(66666.123456789);
                                66666.1234568

F(0.123456789);
                                  0.1234568

F(0.12345);
                                  0.1234500

expr:=(lambda1-2.9881355172134833*lambda2
       +16.044692204509636*lambda1^2
       -114.31727386075951*lambda1*lambda2
       +202.36051939112247*lambda2^2):

subsindets(expr,float,F);
                                                           2
           lambda1 - 2.9881355 lambda2 + 16.0446922 lambda1 

                                                                 2
              - 114.3172739 lambda1 lambda2 + 202.3605194 lambda2 
&lt;/pre&gt;
&lt;!--break--&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>142216</guid>
      <pubDate>Sat, 12 Jan 2013 02:22:24 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
    <item>
      <title>interface(displayprecision=7):</title>
      <link>http://www.mapleprimes.com/questions/142211-Correct-Upto-7-Decimal-Figurs-not-Significant-Digits?ref=Feed:MaplePrimes:Correct upto 7 decimal figurs (not significant digits):Comments#answer142223</link>
      <itunes:summary>&lt;pre&gt;Depending on what the purpose is:&lt;br&gt;&lt;br&gt;restart;&lt;br&gt;interface(displayprecision=7):&lt;br&gt;lambda1-2.9881355172134833*lambda2+16.044692204509636*lambda1^2-114.31727386075951*lambda1*lambda2+202.36051939112247*lambda2^2;&lt;/pre&gt;</itunes:summary>
      <description>&lt;pre&gt;Depending on what the purpose is:&lt;br&gt;&lt;br&gt;restart;&lt;br&gt;interface(displayprecision=7):&lt;br&gt;lambda1-2.9881355172134833*lambda2+16.044692204509636*lambda1^2-114.31727386075951*lambda1*lambda2+202.36051939112247*lambda2^2;&lt;/pre&gt;</description>
      <guid>142223</guid>
      <pubDate>Sat, 12 Jan 2013 06:28:38 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
    <item>
      <title>Precedent</title>
      <link>http://www.mapleprimes.com/questions/142211-Correct-Upto-7-Decimal-Figurs-not-Significant-Digits?ref=Feed:MaplePrimes:Correct upto 7 decimal figurs (not significant digits):Comments#comment142217</link>
      <itunes:summary>&lt;p&gt;See the answer by Alec Mihailovs in &lt;a href="http://www.mapleprimes.com/questions/43633-Round-To-A-Certain-Number-Of-Digits"&gt;http://www.mapleprimes.com/questions/43633-Round-To-A-Certain-Number-Of-Digits&lt;/a&gt; . This link can be found by the "digits" search in MaplePrimes at the top of this page.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;See the answer by Alec Mihailovs in &lt;a href="http://www.mapleprimes.com/questions/43633-Round-To-A-Certain-Number-Of-Digits"&gt;http://www.mapleprimes.com/questions/43633-Round-To-A-Certain-Number-Of-Digits&lt;/a&gt; . This link can be found by the "digits" search in MaplePrimes at the top of this page.&lt;/p&gt;</description>
      <guid>142217</guid>
      <pubDate>Sat, 12 Jan 2013 03:08:06 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
    <item>
      <title>if that is in fact the question</title>
      <link>http://www.mapleprimes.com/questions/142211-Correct-Upto-7-Decimal-Figurs-not-Significant-Digits?ref=Feed:MaplePrimes:Correct upto 7 decimal figurs (not significant digits):Comments#comment142220</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/142211-Correct-Upto-7-Decimal-Figurs-not-Significant-Digits#comment142217"&gt;@Markiyan Hirnyk&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Converting with parse(sprintf(..)) of a float format is one obvious way to treat individual floats (if this is in fact what the Asker wants).&lt;/p&gt;
&lt;p&gt;The `subsindets` selection of all things of type `float` may work for this particular example where only the coefficients are to be changed. But it could be too heavy handed in other scenarios where some floats (eg, coefficients) were on target but other floats (eg. exponents) were not. Finer discrimination might be needed. But that too is pretty obvious.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/142211-Correct-Upto-7-Decimal-Figurs-not-Significant-Digits#comment142217"&gt;@Markiyan Hirnyk&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Converting with parse(sprintf(..)) of a float format is one obvious way to treat individual floats (if this is in fact what the Asker wants).&lt;/p&gt;
&lt;p&gt;The `subsindets` selection of all things of type `float` may work for this particular example where only the coefficients are to be changed. But it could be too heavy handed in other scenarios where some floats (eg, coefficients) were on target but other floats (eg. exponents) were not. Finer discrimination might be needed. But that too is pretty obvious.&lt;/p&gt;</description>
      <guid>142220</guid>
      <pubDate>Sat, 12 Jan 2013 05:22:18 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
    <item>
      <title>One more precedent</title>
      <link>http://www.mapleprimes.com/questions/142211-Correct-Upto-7-Decimal-Figurs-not-Significant-Digits?ref=Feed:MaplePrimes:Correct upto 7 decimal figurs (not significant digits):Comments#comment142228</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/142211-Correct-Upto-7-Decimal-Figurs-not-Significant-Digits#comment142220"&gt;@acer&lt;/a&gt; See &lt;a href="http://www.mapleprimes.com/questions/43784-Significant-Digits"&gt;http://www.mapleprimes.com/questions/43784-Significant-Digits&lt;/a&gt; . This can be found by the "digits" search in MaplePrimes at the top of this page.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/142211-Correct-Upto-7-Decimal-Figurs-not-Significant-Digits#comment142220"&gt;@acer&lt;/a&gt; See &lt;a href="http://www.mapleprimes.com/questions/43784-Significant-Digits"&gt;http://www.mapleprimes.com/questions/43784-Significant-Digits&lt;/a&gt; . This can be found by the "digits" search in MaplePrimes at the top of this page.&lt;/p&gt;</description>
      <guid>142228</guid>
      <pubDate>Sat, 12 Jan 2013 12:05:57 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
  </channel>
</rss>