0
$\begingroup$

I've got a homework problem which states "use a range of 0:01 < x < 10:0"

I'm thinking this would mean the range 0.00, 0.01, 0.02, ... 9.98, 9.99, 10.00

Has anyone seen this notation before that can tell me what this range would be?

Thanks, Joe

  • 1
    You might want to edit that into your question. That being said, I don't know why they're using ":"...2011-08-30

3 Answers 3

2

I don't know what $0{:}01$ means, but if it means $0.01$ then what a range of $0{:}01 means is that $x$ is greater than $0.01$ meters and less than $10$ meters. I suppose the $0$ is excluded so that you can take logarithms.

  • 0
    This answer should be right. If I google something like "use a range of 0:01 < x", I get one of results "and x(0) = _x(0) = 0:1, solve the VdP system for h = 0:01", whereas in the referenced book this string is "and x(0) = _x(0) = 0.1, solve the VdP system for h = 0.01". Maybe it's some weird and rare OCR problem.2015-06-03
1

This is not the usual decimal symbol anywhere. Even in Europe they will use the comma instead (e.g. 0,05). This just means (0.01,10.00) not including the endpoints.

0

I think all it means is, when you plot your points, use only values of $x$ between $.01$ and $10$. But I am confused as to why someone would write $0{:}01$ and $10{:}0$ instead of $0.01$ and $10.0$.