<?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: Multi-Level Parenthesis in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/720261#M195111</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 891px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/39248i49E3ECB2485896CB/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>Tue, 23 Mar 2021 02:10:08 GMT</pubDate>
    <dc:creator>ttokoro</dc:creator>
    <dc:date>2021-03-23T02:10:08Z</dc:date>
    <item>
      <title>Multi-Level Parenthesis</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/720253#M195109</link>
      <description>&lt;P&gt;How to write a simple expression with multi-level parenthesis in Math Cad Prime:&lt;/P&gt;
&lt;P&gt;A={[(2+3)*5+(4+1)*8]*7+(2+4)}*6&lt;/P&gt;
&lt;P&gt;This is very easy in Math Cad 15, but in Math Cad Prime when I open a parenthesis the program automatically inserts closing parenthesis not in the location I need; very frustrating.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 00:05:46 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/720253#M195109</guid>
      <dc:creator>MJ-StrEng</dc:creator>
      <dc:date>2021-03-23T00:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Level Parenthesis</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/720261#M195111</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 891px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/39248i49E3ECB2485896CB/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>Tue, 23 Mar 2021 02:10:08 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/720261#M195111</guid>
      <dc:creator>ttokoro</dc:creator>
      <dc:date>2021-03-23T02:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Level Parenthesis</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/720307#M195114</link>
      <description>&lt;P&gt;You should only use ( and ) for parentheses in equations.&amp;nbsp; If you type [ you are creating a vector.&lt;/P&gt;
&lt;P&gt;If Prime detects it is necessary, it will automatically display some brackets in an expression as [&amp;nbsp; and ]. There is no user control on that.&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;</description>
      <pubDate>Tue, 23 Mar 2021 05:51:29 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/720307#M195114</guid>
      <dc:creator>LucMeekes</dc:creator>
      <dc:date>2021-03-23T05:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Level Parenthesis</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/720542#M195138</link>
      <description>&lt;P&gt;You may type three opening parenthesis&amp;nbsp; to start with and then type in the numbers at the position needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But you can also type in the whole expression without having to type a single parenthesis if you take advantage of the space key to highlight subexpressions:&lt;/P&gt;
&lt;P&gt;Type in as follows (sp means pressing the space key) :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;2 + 3 sp sp * 5 + 4 + 1 sp sp * 8 sp sp sp * 7 + 2 + 4 sp sp sp * 6 =&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In case you insist on the unnecessary pair of parentheses around (2+4) you may type it as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;2 + 3 sp sp * 5 + 4 + 1 sp sp * 8 sp sp sp * 7 + 2 + 4 sp sp ) sp sp * 6 =&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 05:27:19 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/720542#M195138</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2021-03-24T05:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Level Parenthesis</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/720813#M195162</link>
      <description>&lt;P&gt;I have found that one method of adding parentheses is to highlight the portion of the equation or expression you want to separate with the parentheses, and then add a parentheses at the beginning or end:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1aidaho_2-1616643235728.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/39431i61B5EF30574A032F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1aidaho_2-1616643235728.png" alt="1aidaho_2-1616643235728.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1aidaho_1-1616643185583.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/39430i4C60C0346E473EF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1aidaho_1-1616643185583.png" alt="1aidaho_1-1616643185583.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 03:34:39 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/720813#M195162</guid>
      <dc:creator>idahoan</dc:creator>
      <dc:date>2021-03-25T03:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Level Parenthesis</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/721025#M195178</link>
      <description>&lt;P&gt;Thank you all for helping me with my Multi-Level Parenthesis dilemma.&lt;/P&gt;
&lt;P&gt;I do not care if my multi-level parenthesis are in format {[(abc)]} or (((abc))) either one is ok. What bothers me it that the program automatically inserts closing parenthesis and not in a place I want. I can work around it but it is very inconvenient.&lt;/P&gt;
&lt;P&gt;Mathcad 15 do not have this problem, user controls closing parenthesis. I hope that Mathcad Prime developers can look into this and fix it.&lt;/P&gt;
&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 17:33:40 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/721025#M195178</guid>
      <dc:creator>MJ-StrEng</dc:creator>
      <dc:date>2021-03-25T17:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Level Parenthesis</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/721183#M195192</link>
      <description>&lt;P&gt;This is not something that needs to be fixed.&amp;nbsp; It's maybe different than what you're used to, but it takes very little effort to figure out how to use it.&amp;nbsp; Just move your cursor to where you want and start typing.&amp;nbsp; The alternative is having mismatched parenthesis.&amp;nbsp; I've dealt with that in Excel, Matlab, etc for decades and I'm convinced it isn't better and is even more prone to error.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that said it would be nice if Prime increased the size of outer parenthesis or changed their shape.&amp;nbsp; But that would take 1-2 hours of programming and I'm sure they can't afford the time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 13:06:20 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/721183#M195192</guid>
      <dc:creator>DJF</dc:creator>
      <dc:date>2021-03-26T13:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Level Parenthesis</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/721235#M195194</link>
      <description>&lt;P&gt;Yes, you are right, I can and have to get used to the way parenthesis work in M-C Prime.&lt;/P&gt;
&lt;P&gt;I used a wrong word&amp;nbsp; saying parenthesis insertions method should be "fixed," I should've said "modified."&lt;/P&gt;
&lt;P&gt;I will adjust to the current method, no problem, but I still do not like the fact that the program and not the user controls the closing parenthesis.&lt;/P&gt;
&lt;P&gt;To me changing size and shape of parenthesis is a secondary issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 15:39:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/721235#M195194</guid>
      <dc:creator>MJ-StrEng</dc:creator>
      <dc:date>2021-03-26T15:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Level Parenthesis</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/721261#M195197</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/292440"&gt;@idahoan&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have found that one method of adding parentheses is to highlight the portion of the equation or expression you want to separate with the parentheses, and then add a parentheses at the beginning or end:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Not necessary! If you highlight the subexpression 2+3 and then type *, Prime will add the necessary pair of parentheses automatically.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 20:11:10 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/721261#M195197</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2021-03-26T20:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Level Parenthesis</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/721262#M195198</link>
      <description>&lt;P&gt;In my last answer I showed you how to input the expression without having to type any parenthesis at all just using the feature of highlighting partial expressions using the space key. Admittedly it requires some new thinking but it can be quite convenient (and its not new, you could do similarly in real Mathcad, too).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I understand that you would like to be able to type in the expression exactly as its written (&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="de" data-phrase-index="0"&gt;&lt;SPAN&gt;with the exception that you can only use round brackets for structuring and no square or curved brackets). You want to type in the closing brackets yourself, right?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="de" data-phrase-index="0"&gt;&lt;SPAN&gt;The good news is that you can do exactly that in Prime. Even though Prime adds the closing bracket automatically, you can type it yourself and the cursor will jump to the correct position.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="de" data-phrase-index="0"&gt;&lt;SPAN&gt;Give it a try and type in exactly &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="de" data-phrase-index="0"&gt;&lt;SPAN&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;( ( ( 2 + 3 ) * 5 + ( 4 + 1 ) * 8 ) * 7 + ( 2 + 4 ) ) * 6 =&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;and you get your expression - even with the unnecessary pair of parenthesis around (2+4)&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="de" data-phrase-index="0"&gt;&lt;SPAN&gt;Pressing ) will position the cursor behind the closing bracket which is already there (otherwise you would have to press the right arrow key twice, which is annoying).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="de" data-phrase-index="0"&gt;&lt;SPAN&gt;So Prime gives you full control but it won't allow you to type in an expression with unpaired or wrongly paired parenthesis. I wouldn't call that loosing control &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 20:16:08 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Multi-Level-Parenthesis/m-p/721262#M195198</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2021-03-26T20:16:08Z</dc:date>
    </item>
  </channel>
</rss>

