Skip to main content
1-Visitor
June 1, 2022
Solved

matrix I would like to have differences betweene two lenghts.

  • June 1, 2022
  • 3 replies
  • 1744 views

Hi

 

I would like to subtract the values in the column by subtracting 2 from 1, 3 from 2, etc. and have results in a new column. Basacly i would like to have differences betweene two lenghts.

leghts.JPG

Best answer by terryhendicott

Hi,

Capture.JPG

3 replies

21-Topaz II
June 1, 2022
23-Emerald V
June 1, 2022

@AZ_7383307 wrote:

Hi

 

I would like to subtract the values in the column by subtracting 2 from 1, 3 from 2, etc. and have results in a new column. Basacly i would like to have differences betweene two lenghts.

leghts.JPG


 

Here's a functional version that should work in Mathcad Express

 

Using ORIGIN = 0 makes life easier:

 

2022 06 01 a.png

 

But if you have a different ORIGIN, ...

 

2022 06 01 b.png

 

A programmed version would be more compact (and easier to read!), but I don't have a full Mathcad Prime at the moment.

 

Stuart

 

Mathcad Prime 8 version attached.

25-Diamond I
June 1, 2022

Here are my 2 cents

Werner_E_0-1654090764750.png

 

Its more versatile to use a utility function, especially when you intend to treat more than vector that way

Werner_E_1-1654090802828.png

 

 

1-Visitor
June 1, 2022

Wow,... Thanks guys for your guidance,