<?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: matrix gives [1x1] as result, why? in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/matrix-gives-1x1-as-result-why/m-p/781009#M200042</link>
    <description>&lt;P&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/53484iD000BD472CA9FFE6/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>Sun, 27 Feb 2022 07:26:52 GMT</pubDate>
    <dc:creator>ttokoro</dc:creator>
    <dc:date>2022-02-27T07:26:52Z</dc:date>
    <item>
      <title>matrix gives [1x1] as result, why?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/matrix-gives-1x1-as-result-why/m-p/780992#M200035</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;can anybody please tell me why I get [1x1] as a result for Acyl on page 4 of the attached document?&lt;/P&gt;&lt;P&gt;I don´t know what I am doing wrong but with this results I can not use it in the further calculations.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Seb&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 20:27:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/matrix-gives-1x1-as-result-why/m-p/780992#M200035</guid>
      <dc:creator>Seb</dc:creator>
      <dc:date>2022-02-26T20:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: matrix gives [1x1] as result, why?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/matrix-gives-1x1-as-result-why/m-p/780996#M200036</link>
      <description>&lt;P&gt;[1x1] means that you have created a matrix with one element in it. So the result is hidden in a nested matrix (you could expand via the options it to see the number calculated).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have not yet looked at your sheet, but the reason might be that you manually typed a square bracket instead of a pair of parentheses.&lt;/P&gt;
&lt;P&gt;Typing a square bracket creates a matrix!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: &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" data-number-of-phrases="2"&gt;&lt;SPAN&gt;A look at your file has now confirmed my assumption.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="de" data-phrase-index="1" data-number-of-phrases="2"&gt;&lt;SPAN&gt;Replace the square brackets and everything works as expected.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1645910206522.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/53481iD95CBB2AF912E5E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Werner_E_0-1645910206522.png" alt="Werner_E_0-1645910206522.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 21:17:34 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/matrix-gives-1x1-as-result-why/m-p/780996#M200036</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2022-02-26T21:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: matrix gives [1x1] as result, why?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/matrix-gives-1x1-as-result-why/m-p/780998#M200037</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/66934"&gt;@Werner_E&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;[1x1] means that you have created a matrix with one element in it and this element is a 1x1 matrix itself. So the result is hidden in a nested matrix (you could expand via the options it to see the number calculated).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;I have not yet looked at your sheet, but the reason might be that you manually typed a square bracket instead of a pair of parentheses.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Typing a square bracket creates a matrix!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Indeed, that's exactly what the OP has done.&amp;nbsp; The Qcyl_12 and Qcyl_13 expressions are surrounded by square brackets instead of parentheses.&amp;nbsp; &amp;nbsp;Replacing them fixes the problem.&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="StuartBruff_0-1645910094449.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/53480i500E1EBD324DD45B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StuartBruff_0-1645910094449.png" alt="StuartBruff_0-1645910094449.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Stuart&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 21:15:04 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/matrix-gives-1x1-as-result-why/m-p/780998#M200037</guid>
      <dc:creator>StuartBruff</dc:creator>
      <dc:date>2022-02-26T21:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: matrix gives [1x1] as result, why?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/matrix-gives-1x1-as-result-why/m-p/781009#M200042</link>
      <description>&lt;P&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/53484iD000BD472CA9FFE6/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>Sun, 27 Feb 2022 07:26:52 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/matrix-gives-1x1-as-result-why/m-p/781009#M200042</guid>
      <dc:creator>ttokoro</dc:creator>
      <dc:date>2022-02-27T07:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: matrix gives [1x1] as result, why?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/matrix-gives-1x1-as-result-why/m-p/781017#M200044</link>
      <description>&lt;P&gt;Apart from the confusion with [ ] vs ( ) I wonder what the reason for the sums in you matrix should be. After all no summand is really dependent on t or n and the matrix could be calculated much easier like shown in the following pic:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1645951506568.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/53489i265B0C69D6000CB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Werner_E_0-1645951506568.png" alt="Werner_E_0-1645951506568.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 08:45:36 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/matrix-gives-1x1-as-result-why/m-p/781017#M200044</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2022-02-27T08:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: matrix gives [1x1] as result, why?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/matrix-gives-1x1-as-result-why/m-p/781029#M200046</link>
      <description>&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/66934"&gt;@Werner_E&lt;/a&gt;:&lt;/P&gt;&lt;P&gt;Thank you for your advice&lt;/P&gt;&lt;P&gt;I got the equations from Schürmann Helmut. Konstruieren mit Faser-Kunststoff-Verbunde. s.1.: Springer, 2007. ISBN 978-3-540-72189-5, Chapter 10&lt;/P&gt;&lt;P&gt;However, it is possible that I made a mistake in the definition of n. I would be very grateful for any further help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Seb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 11:59:46 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/matrix-gives-1x1-as-result-why/m-p/781029#M200046</guid>
      <dc:creator>Seb</dc:creator>
      <dc:date>2022-02-27T11:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: matrix gives [1x1] as result, why?</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/matrix-gives-1x1-as-result-why/m-p/781039#M200047</link>
      <description>&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" data-number-of-phrases="8"&gt;&lt;SPAN&gt;Technically, I don't have the slightest knowledge of what you're doing.&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="2" data-number-of-phrases="8"&gt;&lt;SPAN&gt;But the sums in your matrix would only make sense if the summands that are added up there were dependent on the running index t.&lt;/SPAN&gt;&lt;/SPAN&gt; And &lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="de" data-phrase-index="3" data-number-of-phrases="8"&gt;&lt;SPAN&gt;thats not the case in your calculation and so you add up the same product (a Q.cylxx times h.t.) n times.&lt;/SPAN&gt;&lt;/SPAN&gt; So&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="de" data-phrase-index="4" data-number-of-phrases="8"&gt;&lt;SPAN&gt; you could just omit the sum and simply multiply the addend by n.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="de" data-phrase-index="5" data-number-of-phrases="8"&gt;&lt;SPAN&gt;And since n*h.t = h, you can use that too.&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="7" data-number-of-phrases="8"&gt;&lt;SPAN&gt;If the thickness of each layer is not the same (then h.t would depend on t)&amp;nbsp; the sums would make sense and so maybe your calculation is correct anyway and just can be simplified the way I had shown because you just deal with layers of equal thickness. But I don't know that for sure - I just noticed that the sums would not be necessary mathematically and could be replaced by a simpler multiplication..&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="7" data-number-of-phrases="8"&gt;&lt;SPAN&gt;So maybe someone who is technically familiar with the matter can say something more about it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 15:09:45 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/matrix-gives-1x1-as-result-why/m-p/781039#M200047</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2022-02-27T15:09:45Z</dc:date>
    </item>
  </channel>
</rss>

