Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Standard for expressing a 'range' of values?

Status
Not open for further replies.

juz_ad

Full Member level 2
Joined
Dec 17, 2011
Messages
130
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
2,541
Another (pedantic) notation/terminology question (that's been bugging me :roll: )...

Is there an accepted way writing a range of values e.g. 100R to 500R or -6 Volts to +8 Volts?

For my own notes I've been writing e.g. 100:500R or -6:+8V ...neat and simple - but is ':' generally used for ratios like gears or scale?

Thanks in advance.
 

A colon :)) is usually for a ratio. A hyphen (-) is usually for a range. But a hyphen is easily mystaken for a negative sign so you must either reverse the order of the numbers (-5V - +5V) or use parens ( +5V - (-5V) ) or use "to" ( +5V to -5V).

It is simple crap like this that crashes Mars probes!
 

Mathematicaly you can express it the following way:

[100R, 500R] or [100, 500]R

The bracket means that the extreme value is included in the interval. Parenthesis means that it is not, for example, (100R, 500R) would be a range from 100R to 500R but the actual values of 100R and 500R are not included.

You can mix them up

(-6V, 8V] means and interval from -6V to 8V but the -6V is not included in the interval.
 
  • Like
Reactions: juz_ad

    juz_ad

    Points: 2
    Helpful Answer Positive Rating
Your mathematicaly defined expressions look nice, but I have never encountered them in engineering. Additionally in standard "Windows" nomenclature comma serarated values like "100, 500" would indicate only those two distinct values. Ie. if you print pages 100,500 you would get two sheets of paper.

I may start using (), [], (], etc in my own notes but I won't expect anyone else to understand them without explanation. Imagine if you could program a "for loop" as I=(1,10] :)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top