subtract two functions
Hello dear community,
I actually have a simple question. I'd like to subtract two functions in Mathcad that work but not the way I want.
Here is my problem as an example:
x1:=1..5
A(x1)=2*x1+3
B(x1)=4*x1+1
C(x1)=A(x1)-B(x1)
At the beginning I defined the range of the function.
In the function C(x1) I want to calculate the difference between the two functions. If I do this, the vector C(x1) does not have 5 sizes, but 25.
What do I have to do, so that C(x1) is only the difference of the individual sizes of the function?
Thank you very much!

