<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can I use Polyroots in a in a loop ? in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111995#M44060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ross. Since it is not clear what do you want to plot, for now, I can advise you to read the mathcad guide on 3D graphics and of which I am attaching a photo.&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;F. M.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3D graphing.jpg" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/101434_3D graphing.jpg" style="height: 3806px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 May 2016 16:10:43 GMT</pubDate>
    <dc:creator>-MFra-</dc:creator>
    <dc:date>2016-05-09T16:10:43Z</dc:date>
    <item>
      <title>Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111987#M44052</link>
      <description>Hi, I am wishing to solve a Hertzian contact problem for sub-surface stresses for multiple points in order to plot contours. The solution routine uses Polyroots to extract the maximum root for use in the calculation and works fine for a single point. Is it possible to automate the</description>
      <pubDate>Thu, 03 May 2018 14:30:32 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111987#M44052</guid>
      <dc:creator>remslie</dc:creator>
      <dc:date>2018-05-03T14:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111988#M44053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Ross Emslie wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi, I am wishing to solve a Hertzian contact problem for sub-surface stresses for multiple points in order to plot contours. The solution routine uses Polyroots to extract the maximum root for use in the calculation and works fine for a single point. Is it possible to automate the process in a loop for variable x, y and z using Polyroots? I tried a couple of attempts but get errors.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I'm not sure you need to use the symbolic processor as you already know the form of the polynomial.&amp;nbsp;&amp;nbsp; You should be able to wrap the S1S equations up into a function like this ...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/101042_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which you can then call as part of a loop (program or range variable)&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Stuart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 09:19:23 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111988#M44053</guid>
      <dc:creator>StuartBruff</dc:creator>
      <dc:date>2016-04-29T09:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111989#M44054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you think about my solution?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ESDU.jpg" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/101045_ESDU.jpg" style="height: 876px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 10:37:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111989#M44054</guid>
      <dc:creator>-MFra-</dc:creator>
      <dc:date>2016-04-29T10:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111990#M44055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stuart, Thanks for looking into my problem.&lt;/P&gt;&lt;P&gt;I have tried splicing your routine into the program and assigned a range variable to z (ultimately I would like to vary all x, y and z) but running into difficulty with extracting the maximum root for each iteration z. My function f(x1,y1,z1) now has complex roots and includes all roots. So I need to extract the max root for each iteration and use this as s1s in subsequent equations. The current&amp;nbsp; max(f(x1,y1,z1)) only gives&amp;nbsp; a single value and not the multiple values for the range variable z1?&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ross&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 May 2016 13:37:21 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111990#M44055</guid>
      <dc:creator>remslie</dc:creator>
      <dc:date>2016-05-01T13:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111991#M44056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM, I can see where you are going with this enhancement. Your programming skills are a level above mine. I have tried reproducing your routine but something basic is missing.I think there are some errors in the definition of deltax, deltay and deltaz but that does not seem to be the reason for the undefined variable ? Perhaps you could send your version of the mathcad sheet.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ross&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 May 2016 13:45:18 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111991#M44056</guid>
      <dc:creator>remslie</dc:creator>
      <dc:date>2016-05-01T13:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111992#M44057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;In my file goes all "smoothly". You have incorrectly written the name of the rootsdistr routine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Bye&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;IMG alt="rootdistr.jpg" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/101187_rootdistr.jpg" style="width: 620px; height: 463px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 13:35:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111992#M44057</guid>
      <dc:creator>-MFra-</dc:creator>
      <dc:date>2016-05-02T13:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111993#M44058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM, That leaves me a bit red faced with embarrassment! Thanks for the correction to a simple error. I will include this routine in the progarm. thanks for your help.&lt;/P&gt;&lt;P&gt;Ross&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 23:01:34 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111993#M44058</guid>
      <dc:creator>remslie</dc:creator>
      <dc:date>2016-05-02T23:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111994#M44059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM, I have incorporated&amp;nbsp; your suggested routine into my calculation and now get results for a 3D grid which is just what I wanted. Brilliant!! However, I am having difficulty plotting contours for a specific X-Z or Y-Z plane. Do you have any ideas on how to assign the 3D x,y,z coordinates to a 2D plane subset of the results so the contours can be plotted?&amp;nbsp; Any assistance would be appreciated.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;ross&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 May 2016 10:56:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111994#M44059</guid>
      <dc:creator>remslie</dc:creator>
      <dc:date>2016-05-08T10:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111995#M44060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ross. Since it is not clear what do you want to plot, for now, I can advise you to read the mathcad guide on 3D graphics and of which I am attaching a photo.&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;F. M.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3D graphing.jpg" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/101434_3D graphing.jpg" style="height: 3806px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 16:10:43 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111995#M44060</guid>
      <dc:creator>-MFra-</dc:creator>
      <dc:date>2016-05-09T16:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111996#M44061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM,&lt;/P&gt;&lt;P&gt;In Rev3 above I have a 3D matrix of all computed stress values (called Testroot), which is essentially the stress values distributed through a 3D solid rectangle with geometric coordinates (x1,y1,z1). I now wish to plot the stress results in contour from for a plane cut through this solid say the plane (1.0,y1,z1). The examples showing how to plot contours of data in the Mathcad tutorials use range variables for a predefined function e.g. f(xsubi,ysubi). My results matrix has no asssociativity to the geometry co-ordinates. Is there an easy&amp;nbsp; way of extracting the data for a 2D plane from the 3D matrix of results and plotting this as a contour?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ross&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 08:16:55 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111996#M44061</guid>
      <dc:creator>remslie</dc:creator>
      <dc:date>2016-05-10T08:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111997#M44062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ross, it's ok so? &lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="forRoss.jpg" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/101467_forRoss.jpg" style="height: 405px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 11:43:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111997#M44062</guid>
      <dc:creator>-MFra-</dc:creator>
      <dc:date>2016-05-10T11:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111998#M44063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM, Surprisingly simple! Many thanks for your assistance. Cheers ross&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 21:58:19 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111998#M44063</guid>
      <dc:creator>remslie</dc:creator>
      <dc:date>2016-05-10T21:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111999#M44064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM,&lt;/P&gt;&lt;P&gt;I am continuing to have difficulty obtaining correct answers for the three level&amp;nbsp; nested loop. I believe the syntax I am using is incorrect. In the attached Example 3a sheet, I have bypassed the polyroots result I am attempting to calculate and simply sending the x1 increment to the output matrix (see XRoot). I am also doing this for y1 and z1 in separate calculations (YRoot and ZRoot).For each of the x1, y1 and z1 increments there should only be three different values(i.e. Nx=Ny=Nz=3). This is correct for x1 but not correct for y1 and z1. There are 7 different values of y1 in YRoot and 19 different values of z1 in ZRoot.&lt;/P&gt;&lt;P&gt;Can you advise where the problem lies.&lt;/P&gt;&lt;P&gt;Many Thanks Ross&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 22:58:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/111999#M44064</guid>
      <dc:creator>remslie</dc:creator>
      <dc:date>2016-05-30T22:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/112000#M44065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM,&lt;/P&gt;&lt;P&gt;I located an error in the loop in Example 3a sheet above which was incrementing x1, y1, z1&amp;nbsp; from the previous value in addition to the increment Deltax1 etc. this has been corrected in example sheet 3b attached. My understanding is that each of the 3x3 matricies should have alll elements the same for x1, y1 &amp;amp; z1. Can you advise how I can ensure that there will be 3x3x3=27 unique elements in the 3D Nx-Ny-Nz matrix.&lt;/P&gt;&lt;P&gt;Any ideas how to correct this?&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ross&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:31:21 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/112000#M44065</guid>
      <dc:creator>remslie</dc:creator>
      <dc:date>2016-05-31T09:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/112001#M44066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi E. R., I realize that my little program is unsatisfactory. I'm trying to reinterpret your problem. A point P moves in a lattice going from one plane to another and in each point must calculate a particular property at that same point. I wrote this little program that does what I said. The result is rather strange.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="102238" alt="Moving P.jpg" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/102238_Moving P.jpg" style="height: 610px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I have considered the modulo of each root since in pairs they can be complex conjugates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps it is more acceptable my previous version, of course, after eliminating some mistakes.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Moving P1.jpg" class="jive-image image-2" src="https://community.ptc.com/legacyfs/online/102270_Moving P1.jpg" style="height: 1739px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 12:47:28 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/112001#M44066</guid>
      <dc:creator>-MFra-</dc:creator>
      <dc:date>2016-05-31T12:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/112002#M44067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM,&lt;/P&gt;&lt;P&gt;This is a baffling problem. I have included your "ESDU first part" program on the same sheet as the original equations to derive the Polyroots from my "Example 1" sheet and the program values do not correlate with the matrix values from your program. The maximum root for the example (x,y,z) = (1.0,0.5,0.2) equals 0.07287.&amp;nbsp; I have also calculated several other points using this manual method and included the results in an Excel table in the attached sheet. The 3x3x3 matrix output for the example in the attached sheet should include the result for &lt;SPAN style="font-size: 13.3333px;"&gt;(x,y,z) = (1.0,0.5,0.2) equals 0.07287. But this value does not appear anywhere in the program results???&amp;nbsp; This seems to indicate that the nested loop is still not computing the correct or expected results.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Many thanks for your continued assistsance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Ross&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 08:19:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/112002#M44067</guid>
      <dc:creator>remslie</dc:creator>
      <dc:date>2016-06-01T08:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/112003#M44068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Dear Mr. RE, I would like to know what values can take the integer constants Nx, Ny, Nz. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Also, if you could enlighten me, wanting to know more, at least all that leads to the polynomial equation used.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I attached the revised version 4 with some modest results.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;With best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;FM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 14:41:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/112003#M44068</guid>
      <dc:creator>-MFra-</dc:creator>
      <dc:date>2016-06-01T14:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/112004#M44069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM,&lt;/P&gt;&lt;P&gt;Your revised program in&amp;nbsp; version 4 now calculates the correct value for the first point in the calculation being (x,y,z) = (0,0,0.1) = 0.00278. &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/happy.png" /&gt;.&amp;nbsp; However, all other points seem to deviate from what is expected and grow in magnitude&lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/angry.png" /&gt;.&lt;/P&gt;&lt;P&gt;The Nx, Ny and Nz integer values represent the number of points along each axis within the 3D lattice that stresses are to be calculated. The calculation routine is not valid for the surface (z=0) but is valid for z&amp;gt;0 (i.e. below the surface of contact- see diagram for orientation of axes at the head of the sheet).&lt;SPAN style="color: #3d3d3d; font-family: ff-din-web, Arial, sans-serif; font-size: 15px;"&gt;The maximum root for the example (x,y,z) = (1.0,0.5,0.2) equals 0.07287 is a value given in the technical paper as a worked example and the manual method computes this value correctly. The nested loops certainly count correctly but do not seem to increment correctly. I have attached an extract from the technical paper providing the methodology and equations. The worked example is at the end of this extract. I trust this assists.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: ff-din-web, Arial, sans-serif; font-size: 15px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: ff-din-web, Arial, sans-serif; font-size: 15px;"&gt;Ross&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 07:40:43 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/112004#M44069</guid>
      <dc:creator>remslie</dc:creator>
      <dc:date>2016-06-02T07:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/112005#M44070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM,&lt;/P&gt;&lt;P&gt;Your question about Nx,Ny,Nz prompted a review and the deltax, deltay and delta z need to have the denominator reduced by one i.e. Nx-1, Ny-1 and Nz-1. This now gives three correct results as shown in attached sheet. It still seems the increments are not being computed correctly??&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ross&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 08:33:09 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/112005#M44070</guid>
      <dc:creator>remslie</dc:creator>
      <dc:date>2016-06-02T08:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Polyroots in a in a loop ?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/112006#M44071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, RE,&lt;/P&gt;&lt;P&gt;I made some changes and compared the result with the solution provided by the posted document, which already provides the formula for calculating the maximum root at a point P (x, y, z) , so there would be no need to use polyroots. Given that the increments are made at the end of each loop, you have to replace Nx-1, Ny-1, Nz-1 with Nx, Ny, Nz in the two programs, as follows:&lt;/P&gt;&lt;P&gt;Yours sincerely.&lt;/P&gt;&lt;P&gt;FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="correzione.jpg" class="jive-image image-3" src="https://community.ptc.com/legacyfs/online/102368_correzione.jpg" style="height: 577px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="102364" alt="indici.jpg" class="jive-image image-2" src="https://community.ptc.com/legacyfs/online/102364_indici.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 10:37:13 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Can-I-use-Polyroots-in-a-in-a-loop/m-p/112006#M44071</guid>
      <dc:creator>-MFra-</dc:creator>
      <dc:date>2016-06-02T10:37:13Z</dc:date>
    </item>
  </channel>
</rss>

