Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi,
How to myltiply single column to column in matched prime like excel
I think you mean how to multiply the first two entries by each other, then the next two? Mathcad will by default give you the dot product of any two vectors. But if you 'vectorize' the multiplication you get row by row multiplication

Thank you boss
Robert anto wrote:
Hi,
How to myltiply single column to column in matched prime like excel
Use the Vectorize operator (should be shown under the operator ribbon in Prime). The example below is from Mathcad 15, but should give the same results in Prime.

Stuart
(Note: seq is a user-defined function and not a built-in (although something similar should be!)
thank you boss
