StuartBruff wrote:
It's a shame that Mathcad Prime doesn't support a Mathcad 15 feature, namely the ability to enter a "range definition" (that is expressions of the form "a,b..c").
It is a shame as I use both of those feature in the majority of cases when creating vectors.
StuartBruff wrote:
In M15, using my vec or seq functions, I can write, for example, x:= vec(0,0.1..1) and get back the vector [0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1], or even r:=0,0.1..1 , x:=vec(r) ... I think this last form might work, but I'm not sure.
Stuart
Correct, it does work in that format but does not look as neat.