Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Translate the entire conversation x

Right-Facing Arrow Above an Expression in Mathcad Prime 10

SS_11894517
5-Regular Member

Right-Facing Arrow Above an Expression in Mathcad Prime 10

SS_11894517_0-1742809468100.png

Hey everyone,

I've been working with Mathcad Prime 10 for a couple of months now, and I recently came across something that has me stuck. I’ve tried searching for a solution in multiple ways but haven’t been able to figure it out.

In the equation I’m working with (in reference to the attached image), there is a right-facing arrow above the expression: concat( num2str( d/mm ), "mm" )

I’d like to understand what this operator is called, it`s function, and how to insert it in Mathcad Prime 10. Any insights or guidance would be greatly appreciated!

 

— Srikar

ACCEPTED SOLUTION

Accepted Solutions

Look at the help for vectorize operator it has a video that describes it well
Look at menu Math | Operators and Symbols | Operators.  Look at lower right hand side and you will see the operator.
Vectorize Operator

 

Applies operators and functions element-wise to vectors or matrices.
Operands
M is a math expression.
Watch this video to learn more about the vectorize operator.
 
 
The vectorize operator affects all operators in the expression. For more information, see Example: Vectorize Operator.
The vectorize operator performs iterative calculations without using a range variable.
Since operations between two arrays are performed element by element, all arrays under a vectorize operator must have the same size. Operations between an array and a scalar are performed by applying the scalar to each element of the array.

View solution in original post

2 REPLIES 2

Look at the help for vectorize operator it has a video that describes it well
Look at menu Math | Operators and Symbols | Operators.  Look at lower right hand side and you will see the operator.
Vectorize Operator

 

Applies operators and functions element-wise to vectors or matrices.
Operands
M is a math expression.
Watch this video to learn more about the vectorize operator.
 
 
The vectorize operator affects all operators in the expression. For more information, see Example: Vectorize Operator.
The vectorize operator performs iterative calculations without using a range variable.
Since operations between two arrays are performed element by element, all arrays under a vectorize operator must have the same size. Operations between an array and a scalar are performed by applying the scalar to each element of the array.
SS_11894517
5-Regular Member
(To:terryhendicott)

Thanks a lot for the help! I’ll check out the video and go through the example to get a better understanding. Appreciate the clear explanation and pointers on where to find the operator.

Really helpful! 👍

— Srikar

Announcements

Top Tags