Skip to main content
5-Regular Member
January 27, 2014
Solved

Possible Vector Output Error with a function

  • January 27, 2014
  • 1 reply
  • 1044 views

Hello,

I'm wondering if this is a ligitimate error, or if there is something I may be missing. In the sheet you can see that I was trying to get a vector output from a vector input. If the expression is factored, is it possible that this will not work?

Please see the attached sheet.

Best answer by Werner_E

It not an error at all. The expressions in both parantheses are vectors and so their product is calculated as scalar product.

To avoid this, Mathcad offers the Vectorize operator - look it up in the help.

28.01.png

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
January 28, 2014

It not an error at all. The expressions in both parantheses are vectors and so their product is calculated as scalar product.

To avoid this, Mathcad offers the Vectorize operator - look it up in the help.

28.01.png

jroth5-Regular MemberAuthor
5-Regular Member
January 28, 2014

Thank you again for your help Werner, it has been much appreciated. I was not aware of the vectorize operator.