<?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 Iteration in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/Iteration/m-p/481054#M172715</link>
    <description>&lt;P&gt;Hey ,&lt;/P&gt;
&lt;P&gt;can anyone help me with that failure in my code?&lt;/P&gt;
&lt;P&gt;I want to understand this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best thx ,&lt;/P&gt;
&lt;P&gt;Stefan&lt;/P&gt;</description>
    <pubDate>Thu, 03 May 2018 13:30:34 GMT</pubDate>
    <dc:creator>sm�ller-2</dc:creator>
    <dc:date>2018-05-03T13:30:34Z</dc:date>
    <item>
      <title>Iteration</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Iteration/m-p/481054#M172715</link>
      <description>&lt;P&gt;Hey ,&lt;/P&gt;
&lt;P&gt;can anyone help me with that failure in my code?&lt;/P&gt;
&lt;P&gt;I want to understand this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best thx ,&lt;/P&gt;
&lt;P&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 13:30:34 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Iteration/m-p/481054#M172715</guid>
      <dc:creator>sm�ller-2</dc:creator>
      <dc:date>2018-05-03T13:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Iteration/m-p/481056#M172716</link>
      <description>&lt;P&gt;Right-click the error and select "Trace Error".&lt;/P&gt;
&lt;P&gt;Then select "First".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It takes you to the for loop in the "Iter_neu" function. &amp;nbsp;You have specified the end of your for loop to be last(G), but you have not defined G. &amp;nbsp;Therefore, Mathcad sees G as the built-in dimension for magnetic-flux density, Gauss, which is not a vector so Mathcad cannot accept it in the function last(G).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 15:26:54 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Iteration/m-p/481056#M172716</guid>
      <dc:creator>MJG</dc:creator>
      <dc:date>2017-08-08T15:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Iteration/m-p/481058#M172717</link>
      <description>&lt;P&gt;After looking at your program a little more, I see that you are calling Inter_neu within Inter_neu. &amp;nbsp;Is that intentional? &amp;nbsp;What are you trying to achieve?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 15:34:27 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Iteration/m-p/481058#M172717</guid>
      <dc:creator>MJG</dc:creator>
      <dc:date>2017-08-08T15:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Iteration/m-p/481066#M172718</link>
      <description>&lt;P&gt;One more observation for you: your for loop can only contain&amp;nbsp;2,147,483,647 elements (2^31 - 1). &amp;nbsp;That's the&amp;nbsp;largest number&amp;nbsp;for a 32-bit integer. &amp;nbsp;So in your first "Iter" function, the for loop cannot go from 1 to 10^99. &amp;nbsp;If you try, it will give the error "Object reference not set to an instance of an object."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I took a guess at what you were trying to do and attached it here.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 16:06:45 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Iteration/m-p/481066#M172718</guid>
      <dc:creator>MJG</dc:creator>
      <dc:date>2017-08-08T16:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Iteration</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Iteration/m-p/481123#M172727</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for the help and good morrning &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;greetings Stefan&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 02:38:37 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Iteration/m-p/481123#M172727</guid>
      <dc:creator>sm�ller-2</dc:creator>
      <dc:date>2017-08-09T02:38:37Z</dc:date>
    </item>
  </channel>
</rss>

