Skip to main content
3-Newcomer
May 28, 2025
Solved

Non Zero starting range

  • May 28, 2025
  • 2 replies
  • 742 views

Hi,

I just want a simple range in matchad but it seems really difficult

 

All I want is a range from 5 to 45 in 0.1 steps. The typical definition doesn't work. Is there an easy way to do this?

 

I tried the typical 5, 0.1 .. 45 but i get an error even though the mathcad support docs show that this should be allowed....

Best answer by ttokoro

image.png

2 replies

ttokoro
21-Topaz I
ttokoro21-Topaz IAnswer
21-Topaz I
May 28, 2025

image.png

t.t.
25-Diamond I
May 28, 2025

The second value in a range definition is NOT the step width but rather the second range value.

So you would have to define      5, 5.01 .. 45

The second value obviously must a value between the first and last value. Decreasing values are allowed, so you also could use     45, 44.99 .. 5  for a range with reversed values.

See Range Variables