Skip to main content
1-Visitor
November 17, 2020
Solved

Can anyone help me to simplify this equation

  • November 17, 2020
  • 2 replies
  • 2079 views

I have troubles in simplfying this equation normally in Mathcad15 it can be simplfied as following equation shown in the picture. However this doesn´t work on mathcad prime as shown on next picture.

YL_9713387_1-1605623960594.png

 

YL_9713387_2-1605624186015.png

 

 

Best answer by Werner_E

As already written above - you need to define variable i

Thats also what the error message is telling you.

I am not sure what you are trying to achieve, but maybe you are looking for something like this:

Werner_E_0-1605629535162.png

You could also use

Werner_E_0-1605630216409.png

for the same result.

 

If this is, as I think, what you are looking for and if you need that kind of calculation more often you may consider writing a small utility function like this, which you can use on various vectors of arbitrary size and without having to define ranges, etc.:

Werner_E_1-1605629971743.png

 

Worksheet in P6 format attached

 

 

 

 

2 replies

25-Diamond I
November 17, 2020

In real Mathcad you would also have to define i (presumably as a range)

Don't post just pictures, attach your worksheet

1-Visitor
November 17, 2020

Please see the attached for worksheet

Werner_E25-Diamond IAnswer
25-Diamond I
November 17, 2020

As already written above - you need to define variable i

Thats also what the error message is telling you.

I am not sure what you are trying to achieve, but maybe you are looking for something like this:

Werner_E_0-1605629535162.png

You could also use

Werner_E_0-1605630216409.png

for the same result.

 

If this is, as I think, what you are looking for and if you need that kind of calculation more often you may consider writing a small utility function like this, which you can use on various vectors of arbitrary size and without having to define ranges, etc.:

Werner_E_1-1605629971743.png

 

Worksheet in P6 format attached

 

 

 

 

23-Emerald I
November 17, 2020

Fred_Kohlhepp_0-1605634173127.png

 

1-Visitor
November 18, 2020

Thank you very much for further simplification!