Skip to main content
13-Aquamarine
September 6, 2024
Solved

Augment in Mathcad

  • September 6, 2024
  • 2 replies
  • 1153 views

Hello everyone,
i want to the chop the matrix Rm into equal parts based on the row(Loads), which is 3 here.
And then i want to augment the equally chopped parts, like i did in 'K'.
I did not get what is wrong in the program K, it only augments first and last parts.
Could someone help me here
I can not attach Mathcad sheet as per my companies policy. 

NM_10165576_0-1725625337344.png

 

Best answer by Werner_E

To attach a file here you may create a dummy sheet with dummy data, showing the same undesired behaviour but with non-sensible data.

 

Try the following two modifications:

1) Replace "Augmatrix" with "Matrix"

2) Add a line at the end of the program just reading "Matrix" to define the output value.

 

The second modification may not be necessary as the return value of a program automatically is the last calculation done, but its good programming behaviour.

2 replies

24-Ruby III
September 6, 2024

Hi,

it is always a good idea to upload a Mathcad file

Werner_E25-Diamond IAnswer
25-Diamond I
September 7, 2024

To attach a file here you may create a dummy sheet with dummy data, showing the same undesired behaviour but with non-sensible data.

 

Try the following two modifications:

1) Replace "Augmatrix" with "Matrix"

2) Add a line at the end of the program just reading "Matrix" to define the output value.

 

The second modification may not be necessary as the return value of a program automatically is the last calculation done, but its good programming behaviour.

13-Aquamarine
September 9, 2024

This works. Thanks a lot.