What is this mathematical/set notation?
May 11, 2005 2:16 AM
Subscribe
Two mathematical syntax questions--one easy, one astoundingly maybe not so complex
Ok, here are the guts of the easy one:
What does this mean?
l?{l:l>BID}
(or if that doesn't show up)
l (epsilon) {l:l >BID}
the epsilon is the typical "element L is a member of the following set"...BID is the bypass ID (related to the problem)--I presume it's an integer. L is also an integer...but what is the colon, exactly? I'm used to seeing a " | " in that place for a "such that", but this is throwing me for a loop. Would the significance change if it were a semicolon? The paper does have it that way once, and with a colon all other times (I'm used to random typos in academic papers these days)...
Ok, second question.
If one were to come across the following in an equation, how would you interpret it?
constant*( Max ( 0, ( variable/constant ) - constant ))
This is all within a quadruple summation, so there are actually a lot of them. The only reasonable suggestion I've heard yet is that it has something to do with setting the derivative equal to zero--finding the max, etc.
It's from this paper, if it helps:
Efficient Multilevel MINLP Strategies for Solving Large Combinatorial Problems in Engineering, by A. Sorsak, S. Kravanja, and Z. Kravanja, Computers and Engineering.
posted by hototogisu to science & nature (8 comments total)
I don't understand your second question. Do you not understand the max operator? This merely specifies that the multiplier is always less than or equal to 0. If (x/k)-k > 0, then 0 is replaced.
posted by grouse at 3:11 AM on May 11, 2005