<?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: mathcad 15 variable undefined in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/mathcad-15-variable-undefined/m-p/143935#M56471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just note that after the variable definition, you can change the display of the sign equal (right-click on the definition and select "&lt;STRONG&gt;View Definition As&lt;/STRONG&gt;" --&amp;gt; "&lt;STRONG&gt;Colon Equal&lt;/STRONG&gt;"/"&lt;STRONG&gt;Equal&lt;/STRONG&gt;").&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="94131" alt="Pic_1.png" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/94131_Pic_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2015 18:54:03 GMT</pubDate>
    <dc:creator>VladimirN</dc:creator>
    <dc:date>2015-11-04T18:54:03Z</dc:date>
    <item>
      <title>mathcad 15 variable undefined</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/mathcad-15-variable-undefined/m-p/143932#M56468</link>
      <description>Can anyone please tell me why mathcad 15 chooses to not recognise variable definition when you are using the equation directly under it's definition ie x=x&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2*x</description>
      <pubDate>Thu, 03 May 2018 14:58:35 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/mathcad-15-variable-undefined/m-p/143932#M56468</guid>
      <dc:creator>astevenson-3</dc:creator>
      <dc:date>2018-05-03T14:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: mathcad 15 variable undefined</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/mathcad-15-variable-undefined/m-p/143933#M56469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You probably need to provide some more information to get a better answer.&amp;nbsp; However, here are two possible options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign a value to x:&lt;/P&gt;&lt;P&gt;x:=5&lt;/P&gt;&lt;P&gt;2*x=10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write a function:&lt;/P&gt;&lt;P&gt;f(x):=2*x&lt;/P&gt;&lt;P&gt;f(5)=10&lt;/P&gt;&lt;P&gt;f(7)=14&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 14:59:51 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/mathcad-15-variable-undefined/m-p/143933#M56469</guid>
      <dc:creator>MJG</dc:creator>
      <dc:date>2015-11-02T14:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: mathcad 15 variable undefined</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/mathcad-15-variable-undefined/m-p/143934#M56470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;x=x is not a definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x := 2&amp;nbsp;&amp;nbsp; defines the variable x as being equal to the number 2&amp;nbsp; (shift &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x = x&amp;nbsp; defines a Boolean constraint (cntrl &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 15:29:37 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/mathcad-15-variable-undefined/m-p/143934#M56470</guid>
      <dc:creator>Fred_Kohlhepp</dc:creator>
      <dc:date>2015-11-02T15:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: mathcad 15 variable undefined</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/mathcad-15-variable-undefined/m-p/143935#M56471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just note that after the variable definition, you can change the display of the sign equal (right-click on the definition and select "&lt;STRONG&gt;View Definition As&lt;/STRONG&gt;" --&amp;gt; "&lt;STRONG&gt;Colon Equal&lt;/STRONG&gt;"/"&lt;STRONG&gt;Equal&lt;/STRONG&gt;").&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="94131" alt="Pic_1.png" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/94131_Pic_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 18:54:03 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/mathcad-15-variable-undefined/m-p/143935#M56471</guid>
      <dc:creator>VladimirN</dc:creator>
      <dc:date>2015-11-04T18:54:03Z</dc:date>
    </item>
  </channel>
</rss>

