<?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: Getting Started with PTC Mathcad Prime 3.0 in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/Getting-Started-with-PTC-Mathcad-Prime/m-p/741392#M196774</link>
    <description>&lt;P&gt;"It looked inconsistent to me." It isn't.&lt;/P&gt;
&lt;P&gt;The definition:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_0-1627656045125.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44557i94E661223E200323/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_0-1627656045125.png" alt="LucMeekes_0-1627656045125.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;defines a &lt;U&gt;function&lt;/U&gt; F, with a 'formal' or dummy parameter &lt;EM&gt;m&lt;/EM&gt;. You should realise that this &lt;EM&gt;m&lt;/EM&gt; has NOTHING to do with the &lt;EM&gt;m&lt;/EM&gt; that appears in the definition of the &lt;U&gt;variable&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt;:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_0-1627656824347.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44563i976FE2D22516038B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_0-1627656824347.png" alt="LucMeekes_0-1627656824347.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;a little earlier in the example. Because this is a definition of a variable in terms of other variables, all these variables (&lt;EM&gt;m&lt;/EM&gt;, &lt;EM&gt;v0&lt;/EM&gt;,&lt;EM&gt;d&lt;/EM&gt; , &lt;FONT color="#008000"&gt;&lt;EM&gt;g&lt;/EM&gt;&lt;/FONT&gt; and &lt;EM&gt;theta&lt;/EM&gt;) must be defined prior to the definition of the &lt;U&gt;variable&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt;. Well &lt;FONT color="#008000"&gt;&lt;EM&gt;g&lt;/EM&gt;&lt;/FONT&gt; is a predefined constant in Prime. The other variables are defined explicitly in the sheet.&lt;/P&gt;
&lt;P&gt;But now &lt;EM&gt;F&lt;/EM&gt; is (essentially re-)defined as a &lt;U&gt;function&lt;/U&gt;, with only one dummy parameter: &lt;EM&gt;m&lt;/EM&gt;. The other variables in the function definition must still be defined prior to that definition.&lt;/P&gt;
&lt;P&gt;When calling the &lt;U&gt;function&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt; you can fill in any value (or variable name) for &lt;EM&gt;m&lt;/EM&gt;. As an example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_1-1627656179774.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44558i6EA74576DFB2A0E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_1-1627656179774.png" alt="LucMeekes_1-1627656179774.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you've defined the variable &lt;EM&gt;m3&lt;/EM&gt; as:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_2-1627656219889.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44559iD4346B9B086F54AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_2-1627656219889.png" alt="LucMeekes_2-1627656219889.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;you can use it:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_3-1627656250929.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44560i543FFACC24ECD90D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_3-1627656250929.png" alt="LucMeekes_3-1627656250929.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The example defines an array of mass values, with the variable name &lt;EM&gt;mass&lt;/EM&gt;:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_4-1627656297384.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44561i611A897028397BF1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_4-1627656297384.png" alt="LucMeekes_4-1627656297384.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;then the result of calling F with that variable is:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_5-1627656323150.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44562iE2F5C8958595C979/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_5-1627656323150.png" alt="LucMeekes_5-1627656323150.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And because a variable &lt;EM&gt;m&lt;/EM&gt; is also (still) predefined, you can also get:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_1-1627657202226.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44564iE56A11D011E49A83/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_1-1627657202226.png" alt="LucMeekes_1-1627657202226.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;(So this is where the &lt;U&gt;function&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt; is called with variable &lt;EM&gt;m&lt;/EM&gt; as value for its formal parameter &lt;EM&gt;m&lt;/EM&gt;.)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;You should also note that, because the &lt;U&gt;variable&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt; was redefined to a &lt;U&gt;function&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt;, you can no longer evaluate the &lt;U&gt;variable&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt; (to the right of, and below the definition of the &lt;U&gt;function&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt;). If you try to evaluate the &lt;U&gt;variable&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt; below the definition of the function you get:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_0-1627657459662.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44565iA64A383094EB29A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_0-1627657459662.png" alt="LucMeekes_0-1627657459662.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Which indicates that &lt;EM&gt;F&lt;/EM&gt; should be treated as a function with one formal parameter (Prime expects a variable or value as the parameter to that function).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps to clarify.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Success!&lt;BR /&gt;Luc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jul 2021 15:11:51 GMT</pubDate>
    <dc:creator>LucMeekes</dc:creator>
    <dc:date>2021-07-30T15:11:51Z</dc:date>
    <item>
      <title>Getting Started with PTC Mathcad Prime</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Getting-Started-with-PTC-Mathcad-Prime/m-p/449306#M176161</link>
      <description>&lt;P&gt;This PTC Mathcad Prime 9 worksheet uses a simple physics problem to provide introductory information on some important fundamentals of Mathcad. The principles covered in this worksheet are at the core of using Mathcad, and should be helpful for those who are new to Mathcad and just getting started.&lt;/P&gt;
&lt;P&gt;Please note that this is not intended to be an in-depth tutorial, and therefore won't provide details on every mouse click and keyboard entry. There are tutorials available in the Getting Started tab on the ribbon, so if you find yourself needing a little extra explanation, the tutorials would be a good resource.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 18:50:33 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Getting-Started-with-PTC-Mathcad-Prime/m-p/449306#M176161</guid>
      <dc:creator>bedmonds</dc:creator>
      <dc:date>2023-04-17T18:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with PTC Mathcad Prime 3.0</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Getting-Started-with-PTC-Mathcad-Prime/m-p/500869#M178550</link>
      <description />
      <pubDate>Sat, 10 Feb 2018 12:46:54 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Getting-Started-with-PTC-Mathcad-Prime/m-p/500869#M178550</guid>
      <dc:creator>Дмитрий</dc:creator>
      <dc:date>2018-02-10T12:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with PTC Mathcad Prime 3.0</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Getting-Started-with-PTC-Mathcad-Prime/m-p/535856#M178592</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I downloaded Mathcad and Creo but can not find Mathcad on my computer.&lt;/P&gt;
&lt;P&gt;Can you please help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 18:52:09 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Getting-Started-with-PTC-Mathcad-Prime/m-p/535856#M178592</guid>
      <dc:creator>Rob3</dc:creator>
      <dc:date>2018-02-16T18:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with PTC Mathcad Prime 3.0</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Getting-Started-with-PTC-Mathcad-Prime/m-p/537751#M178840</link>
      <description>&lt;P&gt;Check the following directories.&lt;/P&gt;
&lt;P&gt;For regular Mathcad version:&amp;nbsp;C:\Program Files\Mathcad\Mathcad 15&lt;/P&gt;
&lt;P&gt;And&amp;nbsp;Mathcad Prime version:&amp;nbsp;C:\Program Files\PTC\Mathcad Prime&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 13:16:34 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Getting-Started-with-PTC-Mathcad-Prime/m-p/537751#M178840</guid>
      <dc:creator>VladimirN</dc:creator>
      <dc:date>2018-03-01T13:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with PTC Mathcad Prime 3.0</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Getting-Started-with-PTC-Mathcad-Prime/m-p/741385#M196773</link>
      <description>&lt;P&gt;In this example, F(m) was defined. Then later a vector was created F(mass). How did the program understand that m = mass, too? It looked inconsistent to me.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 14:25:31 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Getting-Started-with-PTC-Mathcad-Prime/m-p/741385#M196773</guid>
      <dc:creator>Albert_FE2021</dc:creator>
      <dc:date>2021-07-30T14:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with PTC Mathcad Prime 3.0</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Getting-Started-with-PTC-Mathcad-Prime/m-p/741392#M196774</link>
      <description>&lt;P&gt;"It looked inconsistent to me." It isn't.&lt;/P&gt;
&lt;P&gt;The definition:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_0-1627656045125.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44557i94E661223E200323/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_0-1627656045125.png" alt="LucMeekes_0-1627656045125.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;defines a &lt;U&gt;function&lt;/U&gt; F, with a 'formal' or dummy parameter &lt;EM&gt;m&lt;/EM&gt;. You should realise that this &lt;EM&gt;m&lt;/EM&gt; has NOTHING to do with the &lt;EM&gt;m&lt;/EM&gt; that appears in the definition of the &lt;U&gt;variable&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt;:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_0-1627656824347.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44563i976FE2D22516038B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_0-1627656824347.png" alt="LucMeekes_0-1627656824347.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;a little earlier in the example. Because this is a definition of a variable in terms of other variables, all these variables (&lt;EM&gt;m&lt;/EM&gt;, &lt;EM&gt;v0&lt;/EM&gt;,&lt;EM&gt;d&lt;/EM&gt; , &lt;FONT color="#008000"&gt;&lt;EM&gt;g&lt;/EM&gt;&lt;/FONT&gt; and &lt;EM&gt;theta&lt;/EM&gt;) must be defined prior to the definition of the &lt;U&gt;variable&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt;. Well &lt;FONT color="#008000"&gt;&lt;EM&gt;g&lt;/EM&gt;&lt;/FONT&gt; is a predefined constant in Prime. The other variables are defined explicitly in the sheet.&lt;/P&gt;
&lt;P&gt;But now &lt;EM&gt;F&lt;/EM&gt; is (essentially re-)defined as a &lt;U&gt;function&lt;/U&gt;, with only one dummy parameter: &lt;EM&gt;m&lt;/EM&gt;. The other variables in the function definition must still be defined prior to that definition.&lt;/P&gt;
&lt;P&gt;When calling the &lt;U&gt;function&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt; you can fill in any value (or variable name) for &lt;EM&gt;m&lt;/EM&gt;. As an example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_1-1627656179774.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44558i6EA74576DFB2A0E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_1-1627656179774.png" alt="LucMeekes_1-1627656179774.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you've defined the variable &lt;EM&gt;m3&lt;/EM&gt; as:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_2-1627656219889.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44559iD4346B9B086F54AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_2-1627656219889.png" alt="LucMeekes_2-1627656219889.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;you can use it:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_3-1627656250929.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44560i543FFACC24ECD90D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_3-1627656250929.png" alt="LucMeekes_3-1627656250929.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The example defines an array of mass values, with the variable name &lt;EM&gt;mass&lt;/EM&gt;:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_4-1627656297384.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44561i611A897028397BF1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_4-1627656297384.png" alt="LucMeekes_4-1627656297384.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;then the result of calling F with that variable is:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_5-1627656323150.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44562iE2F5C8958595C979/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_5-1627656323150.png" alt="LucMeekes_5-1627656323150.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And because a variable &lt;EM&gt;m&lt;/EM&gt; is also (still) predefined, you can also get:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_1-1627657202226.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44564iE56A11D011E49A83/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_1-1627657202226.png" alt="LucMeekes_1-1627657202226.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;(So this is where the &lt;U&gt;function&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt; is called with variable &lt;EM&gt;m&lt;/EM&gt; as value for its formal parameter &lt;EM&gt;m&lt;/EM&gt;.)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;You should also note that, because the &lt;U&gt;variable&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt; was redefined to a &lt;U&gt;function&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt;, you can no longer evaluate the &lt;U&gt;variable&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt; (to the right of, and below the definition of the &lt;U&gt;function&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt;). If you try to evaluate the &lt;U&gt;variable&lt;/U&gt; &lt;EM&gt;F&lt;/EM&gt; below the definition of the function you get:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_0-1627657459662.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/44565iA64A383094EB29A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_0-1627657459662.png" alt="LucMeekes_0-1627657459662.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Which indicates that &lt;EM&gt;F&lt;/EM&gt; should be treated as a function with one formal parameter (Prime expects a variable or value as the parameter to that function).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps to clarify.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Success!&lt;BR /&gt;Luc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 15:11:51 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Getting-Started-with-PTC-Mathcad-Prime/m-p/741392#M196774</guid>
      <dc:creator>LucMeekes</dc:creator>
      <dc:date>2021-07-30T15:11:51Z</dc:date>
    </item>
  </channel>
</rss>

