Skip to main content
11-Garnet
April 29, 2016
Question

Column to column multiply

  • April 29, 2016
  • 2 replies
  • 5460 views

Hi,

How to myltiply single column to column in matched prime like excel

2 replies

16-Pearl
April 29, 2016

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

You obtain the vectorized result by highlighting a*b, then hit SHIFT+CONTROL+^
ranto11-GarnetAuthor
11-Garnet
April 30, 2016

Thank you boss

23-Emerald V
April 29, 2016

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!)

ranto11-GarnetAuthor
11-Garnet
April 30, 2016

thank you boss