Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Use of semicolon in an equation

0 views
Skip to first unread message

Alison Brown

unread,
Nov 28, 2002, 2:46:14 PM11/28/02
to
I've just come across an equation in an ISO health and safety standard which
puzzles me because I'm no mathematician and have never seen a semicolon used
in an equation before. Can anyone please translate this equation to plain
English for me (or as near as is possible)?
Lt,n = max (Lg,n ; Lt,n-1 - 2.5)

The n refers to a series of frequency bands from 1 to 33 and Lt,n and Lg,n
refer to the values at each frequency band n. What I can't work out is what
the semicolon says I should do to calculate Lt,n for each band (for the
first band in the series Lt = Lg)

Hope this is reasonably clear!

TIA
Alison


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.394 / Virus Database: 224 - Release Date: 03/10/2002


Nat Silver

unread,
Nov 28, 2002, 5:00:28 PM11/28/02
to
Alison Brown wrote:
> I've just come across an equation in an ISO health
> and safety standard which puzzles me because I'm no
> mathematician and have never seen a semicolon used
> in an equation before. Can anyone please translate this
> equation to plain English for me (or as near as is possible)?
> Lt,n = max (Lg,n ; Lt,n-1 - 2.5)
>
> The n refers to a series of frequency bands from 1 to 33
> and Lt,n and Lg,n refer to the values at each frequency band n.
> What I can't work out is what the semicolon says I should do
> to calculate Lt,n for each band (for the first band in the series Lt = Lg)
.

max(a, b) = the larger element in the set {a, b}.

If a = Lg,n and b = Lt,n-1 - 2.5,
then a comma is not available
anymore to be put between and
separate a from b. So, they use
a semicolon instead: max(a ; b).


Patrick Hamlyn

unread,
Nov 28, 2002, 11:46:46 PM11/28/02
to
"Nat Silver" <mat...@worldnet.att.net> wrote:

A comma surely is available:
Lt,n = max ((Lg,n), (Lt,n-1 - 2.5))
--
Patrick Hamlyn posting from Perth, Western Australia
Windsurfing capital of the Southern Hemisphere
Moderator: polyforms group (polyforms...@egroups.com)

0 new messages