<?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 Finding symbolic solution for 18 unknowns in Prime 3.1 in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/Finding-symbolic-solution-for-18-unknowns-in-Prime-3-1/m-p/712402#M194330</link>
    <description>&lt;P&gt;Hello, dear Mathcad community!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working with 18 equations and I need to get the result of 18 unknowns symbolically.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have searched through the PTC community and tutorials, but Mathcad is telling me about the error with undefined parameter in the function. Can you please help to figure that out? And is it possible to solve such many equations symbolically in Prime 3.1?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2021 13:50:09 GMT</pubDate>
    <dc:creator>anton_didenko</dc:creator>
    <dc:date>2021-02-11T13:50:09Z</dc:date>
    <item>
      <title>Finding symbolic solution for 18 unknowns in Prime 3.1</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Finding-symbolic-solution-for-18-unknowns-in-Prime-3-1/m-p/712402#M194330</link>
      <description>&lt;P&gt;Hello, dear Mathcad community!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working with 18 equations and I need to get the result of 18 unknowns symbolically.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have searched through the PTC community and tutorials, but Mathcad is telling me about the error with undefined parameter in the function. Can you please help to figure that out? And is it possible to solve such many equations symbolically in Prime 3.1?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 13:50:09 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Finding-symbolic-solution-for-18-unknowns-in-Prime-3-1/m-p/712402#M194330</guid>
      <dc:creator>anton_didenko</dc:creator>
      <dc:date>2021-02-11T13:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Finding symbolic solution for 18 unknowns in Prime 3.1</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Finding-symbolic-solution-for-18-unknowns-in-Prime-3-1/m-p/712414#M194331</link>
      <description>&lt;P&gt;The very first thing you should do is check the labels of all your variables. Start with phi. Are all your phi's labelled the same? If one is labelled as a 'variable' and another is labelled '-' the symbolic processor may treat them as different variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Success!&lt;BR /&gt;Luc&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 14:32:01 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Finding-symbolic-solution-for-18-unknowns-in-Prime-3-1/m-p/712414#M194331</guid>
      <dc:creator>LucMeekes</dc:creator>
      <dc:date>2021-02-11T14:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Finding symbolic solution for 18 unknowns in Prime 3.1</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Finding-symbolic-solution-for-18-unknowns-in-Prime-3-1/m-p/712439#M194332</link>
      <description>&lt;P&gt;If you want solve symbolical a system of equations try at first to solve one equation!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sys.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/37184i5B58B403688CF387/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sys.png" alt="Sys.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 16:02:02 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Finding-symbolic-solution-for-18-unknowns-in-Prime-3-1/m-p/712439#M194332</guid>
      <dc:creator>ValeryOchkov</dc:creator>
      <dc:date>2021-02-11T16:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Finding symbolic solution for 18 unknowns in Prime 3.1</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Finding-symbolic-solution-for-18-unknowns-in-Prime-3-1/m-p/712526#M194339</link>
      <description>&lt;P&gt;The reason you get this error is because you can't solve symbolically for variables which already have been assigned a value.&lt;/P&gt;
&lt;P&gt;You have to clear those variables - either with "clear(...)" or at least with "clear.sym(...)" for symbolic calculations&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1613082011260.png" style="width: 678px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/37204iE8AD07FC9475A9B8/image-dimensions/678x39?v=v2" width="678" height="39" role="button" title="Werner_E_0-1613082011260.png" alt="Werner_E_0-1613082011260.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I did this and now the region still fails (tried it with Prime 5) with&amp;nbsp; an "unknown error".&lt;BR /&gt;I might be worth to follow Luc's suggestion an label ALL variables the same (either all "Variable" or all "-"(automatic)). Don't forget the variables in the vector after "solve" !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 22:27:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Finding-symbolic-solution-for-18-unknowns-in-Prime-3-1/m-p/712526#M194339</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2021-02-11T22:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Finding symbolic solution for 18 unknowns in Prime 3.1</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Finding-symbolic-solution-for-18-unknowns-in-Prime-3-1/m-p/712626#M194345</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 213px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/37233i232532F50FF784E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/37234i4F2DFC53172B750B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 88px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/37235iA956CFAAE5B921F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/37236i73D703BDF8618B21/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 106px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/37237i8357BEBD4C4778F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/37238i89F56514DCA4BE97/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 12:08:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Finding-symbolic-solution-for-18-unknowns-in-Prime-3-1/m-p/712626#M194345</guid>
      <dc:creator>ttokoro</dc:creator>
      <dc:date>2021-02-12T12:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Finding symbolic solution for 18 unknowns in Prime 3.1</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Finding-symbolic-solution-for-18-unknowns-in-Prime-3-1/m-p/712773#M194356</link>
      <description>&lt;P&gt;Alas, (fully) symbolic appears to be beyond Mathcad capacity. The combination of many variables with 2nd order term may result in a problem exceeding 4th order, for which there is no symbolic solution possible in Mathcad.&lt;/P&gt;
&lt;P&gt;But numerically you can get the values of all your output variables as a function of t:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_1-1613256584320.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/37276iFA01936C2B1EFB2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_1-1613256584320.png" alt="LucMeekes_1-1613256584320.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is how it was set up:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_2-1613256642594.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/37277i160A8DDF8D5DC994/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_2-1613256642594.png" alt="LucMeekes_2-1613256642594.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;From there you can extract the variables as a function:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_3-1613256679379.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/37278i4F06E02650F70D1A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_3-1613256679379.png" alt="LucMeekes_3-1613256679379.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Next you can plot them as shown above.&lt;/P&gt;
&lt;P&gt;Oh, don't forget. I assumed that your x.J0 (and y.J0 and z.J0) knowns are on the 4th row (the one with index 3) of you HP matrix. The Prime file didn't (appear to) use these matrix elements. You forgot them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Success!&lt;/P&gt;
&lt;P&gt;Luc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2021 22:54:32 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Finding-symbolic-solution-for-18-unknowns-in-Prime-3-1/m-p/712773#M194356</guid>
      <dc:creator>LucMeekes</dc:creator>
      <dc:date>2021-02-13T22:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Finding symbolic solution for 18 unknowns in Prime 3.1</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Finding-symbolic-solution-for-18-unknowns-in-Prime-3-1/m-p/712904#M194379</link>
      <description>&lt;P&gt;Hello, Luc!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your replies! I was pretty sure that this is not kind of the task to solve the way I was trying to &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is absolutely the result I was trying to get, Luc! I have tried it in Prime 3.1 and it worked!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And about the 3'd row in the HP matrix... Yes, I missed it on purpose, since I am assuming that the upper point of the spring is the same as the upper point of the strut. But in the general case, you are right and we should consider the 3'd row also.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 08:27:09 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Finding-symbolic-solution-for-18-unknowns-in-Prime-3-1/m-p/712904#M194379</guid>
      <dc:creator>anton_didenko</dc:creator>
      <dc:date>2021-02-15T08:27:09Z</dc:date>
    </item>
  </channel>
</rss>

