Skip to main content
1-Visitor
September 16, 2013
Solved

submission of various value

  • September 16, 2013
  • 13 replies
  • 4677 views

Capture.JPG

I'm a new user.

What can I do to make the result show the first line and last line only? Thanks in advance!

Best answer by Werner_E

16.09.png

13 replies

24-Ruby IV
September 16, 2013

24.png

Werner_E
25-Diamond I
September 16, 2013

Looks to me as if your goal is vector addition, right?

So you would not use range variables but rather vecors. You can use Ctrl-M to insert a vector/matrix or chose the approprate symbol in the Vector&Matrix toolbar.

VectAdd.png

23-Emerald I
September 16, 2013

Insteaad of range variables, make X and Y vectors. Maathcad will then add element by element.

1-Visitor
September 16, 2013

First of all, thanks Valery, Werner, Fred;

actually, the situation here is mostly like below, I simplified it in my orginal post:

X:=5,10...10

E:=2,4...4

f(a):=a+1

f(X)=

6

11

g(b):=b+5

g(E)=

7

9

h(a,b):=f(a)+g(b)

h(X,E)=

13

15

18

20

anyway to display the result

h(X,E)=

13

20

only?

appreciate your kindness help!

23-Emerald I
September 16, 2013

You can still get the result using vectors.

1-Visitor
September 16, 2013

Fred, would you capture a picture for me?

I'm not able to use the software rightnow, thanks very much. I'll check it tomorrow in office anyway.