<?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: Element-Wise Multiplication and Division with Column Vector Variables in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055759#M220582</link>
    <description>&lt;P&gt;Thank you Sir. It is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great week.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;thodij&lt;/P&gt;</description>
    <pubDate>Mon, 23 Feb 2026 00:41:23 GMT</pubDate>
    <dc:creator>thodij</dc:creator>
    <dc:date>2026-02-23T00:41:23Z</dc:date>
    <item>
      <title>Element-Wise Multiplication and Division with Column Vector Variables</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055512#M220548</link>
      <description>&lt;P&gt;Hello PTC Community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am posting a Mathcad Prime 11.0.1.0 worksheet wherein I am evaluating certain quantities by performing element-wise multiplication and division of column vector variables. I believe that I am not doing this right.&lt;/P&gt;&lt;P&gt;Your help will be appreciated.&lt;/P&gt;&lt;P&gt;In MATLAB, it is .* &amp;amp; ./ for element-wise multiplication and division, respectively.&lt;/P&gt;&lt;P&gt;Both the attached Mathcad &amp;amp; Excel sheets work together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your assistance.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 05:06:23 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055512#M220548</guid>
      <dc:creator>thodij</dc:creator>
      <dc:date>2026-02-20T05:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Element-Wise Multiplication and Division with Column Vector Variables</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055526#M220551</link>
      <description>&lt;P&gt;Vectorization makes evry T&amp;nbsp; calculation. But nor sure what you want to do.&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="image.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/134863i16C6A8DADA8CC55C/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, 20 Feb 2026 08:27:14 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055526#M220551</guid>
      <dc:creator>ttokoro</dc:creator>
      <dc:date>2026-02-20T08:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Element-Wise Multiplication and Division with Column Vector Variables</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055532#M220552</link>
      <description>&lt;P&gt;As ttokoro already had shown, what you are looking for is called "vectorization" in Mathcad and Prime.&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="B0.png" style="width: 819px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/134867i5B3093F15F917CFB/image-dimensions/819x542?v=v2" width="819" height="542" role="button" title="B0.png" alt="B0.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Vectorization is applied if you want a scalar calculation to be done with vectors element-wise. All involved vectors must have the same size and vectorization does not work recursively.&lt;/P&gt;
&lt;P&gt;Prime applies vectorization automatically if the operation is not defined for vectors. So when v is a vector (in Prime only column vectors are considered vectors), Prime applies implicit vectorization if you type &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;v&lt;SUP&gt;2&lt;/SUP&gt;&lt;/FONT&gt;&lt;/STRONG&gt; but uses the scalar vector product when you use &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;v*v&lt;/FONT&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Exponentiation (and likewise division) is not defined for vectors, so instead of issuing an error message, Prime automatically applies vectorization. While this is a convenient approach, it also means that, as in the example below for &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;a*a/b&lt;/FONT&gt;&lt;/STRONG&gt;, one might initially assume that the calculation is being performed element by element and continue to compute with incorrect results.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="B1.png" style="width: 554px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/134866i49F234DD955ECB69/image-dimensions/554x315?v=v2" width="554" height="315" role="button" title="B1.png" alt="B1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 09:29:57 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055532#M220552</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2026-02-20T09:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Element-Wise Multiplication and Division with Column Vector Variables</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055582#M220555</link>
      <description>&lt;P&gt;Excellent! I can always count on my PTC community Brothers and Sisters to share their knowledge and take the time to provide feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 14:20:19 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055582#M220555</guid>
      <dc:creator>thodij</dc:creator>
      <dc:date>2026-02-20T14:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Element-Wise Multiplication and Division with Column Vector Variables</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055604#M220556</link>
      <description>&lt;P&gt;Hi - How were you able to add the constant T = 277°C vertical line with the temperature marker?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 15:26:20 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055604#M220556</guid>
      <dc:creator>thodij</dc:creator>
      <dc:date>2026-02-20T15:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Element-Wise Multiplication and Division with Column Vector Variables</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055606#M220557</link>
      <description>&lt;P&gt;Hello again -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for plotting these up.&lt;/P&gt;&lt;P&gt;For some reason, even after vectorization, my QSL&amp;nbsp;variable is not evaluating and plotting as you have shown in your plot.&lt;/P&gt;&lt;P&gt;Any thoughts on that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 15:44:30 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055606#M220557</guid>
      <dc:creator>thodij</dc:creator>
      <dc:date>2026-02-20T15:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Element-Wise Multiplication and Division with Column Vector Variables</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055608#M220558</link>
      <description>&lt;P&gt;Hi - I was able to add the vertical marker, but could not figure out how to change the line style on the vertical marker!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 15:47:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055608#M220558</guid>
      <dc:creator>thodij</dc:creator>
      <dc:date>2026-02-20T15:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Element-Wise Multiplication and Division with Column Vector Variables</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055610#M220559</link>
      <description>&lt;P&gt;Hi, I got this vertical marker line style figured out ... it was in plain sight.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only the QSL plot remains a mystery!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 15:52:29 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055610#M220559</guid>
      <dc:creator>thodij</dc:creator>
      <dc:date>2026-02-20T15:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Element-Wise Multiplication and Division with Column Vector Variables</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055619#M220561</link>
      <description>&lt;P&gt;Actually QSL &lt;U&gt;&lt;STRONG&gt;is&lt;/STRONG&gt;&lt;/U&gt; evaluating and also plotting. The blue trace simply looks like its the x-axis because of a scaling problem.&lt;/P&gt;
&lt;P&gt;Both QVL and QSL start in the hundreds of Watt, but QVL goes up to 4,8 * 10^8 W, while QSL just up to 2.2*10^5.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/134891i9CA06076056AF088/image-size/medium?v=v2&amp;amp;px=400" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you need both in the same plot you may limit the y-axis to something like 10^5&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 576px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/134892i4772729B3AE6CB0F/image-dimensions/576x413?v=v2" width="576" height="413" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;or you multiply the QSL values by, let's say, 10^3 which is the same as showing them in mW instead of W (which is what ttokoro had done &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 520px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/134893i2F477B3EAD884932/image-dimensions/520x365?v=v2" width="520" height="365" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 16:11:18 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055619#M220561</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2026-02-20T16:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Element-Wise Multiplication and Division with Column Vector Variables</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055633#M220564</link>
      <description>&lt;P&gt;Perfect. That makes sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a good weekend!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 17:10:18 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055633#M220564</guid>
      <dc:creator>thodij</dc:creator>
      <dc:date>2026-02-20T17:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Element-Wise Multiplication and Division with Column Vector Variables</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055749#M220576</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I wonder why the expressions for ge, QBL, and QFL are grayed out!&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Feb 2026 23:28:43 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055749#M220576</guid>
      <dc:creator>thodij</dc:creator>
      <dc:date>2026-02-22T23:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Element-Wise Multiplication and Division with Column Vector Variables</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055756#M220580</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/807366"&gt;@thodij&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I wonder why the expressions for ge, QBL, and QFL are grayed out!&lt;/P&gt;
&lt;P&gt;See attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Looks like you turned off automatic calculation and are in manual calculation mode. So when an expression is edited, the sheet does not update automatically but the edited region and all regions depending on it are greyed out to indicate that they may not show the correct current value.&lt;/P&gt;
&lt;P&gt;Once you recalculate the sheet or turn auto calculation on again the regions should update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 00:09:52 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055756#M220580</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2026-02-23T00:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Element-Wise Multiplication and Division with Column Vector Variables</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055759#M220582</link>
      <description>&lt;P&gt;Thank you Sir. It is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great week.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;thodij&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 00:41:23 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Element-Wise-Multiplication-and-Division-with-Column-Vector/m-p/1055759#M220582</guid>
      <dc:creator>thodij</dc:creator>
      <dc:date>2026-02-23T00:41:23Z</dc:date>
    </item>
  </channel>
</rss>

