| New Reply |
Confused about simple max{,} notation |
Share Thread | Thread Tools |
| May7-12, 07:21 PM | #1 |
|
|
Confused about simple max{,} notation
I'm working on a project that required me to go through the literature to find some information on Compton and Rayleigh scattering. I came across a key expression, part of it which read:
max{ f(x,Z), g(x,Z) } if Z > 10 and f(x,Z) < 2 where f(x,Z) and g(x,Z) are known functions. The problem is I don't understand the max{f(x,Z),g(x,Z)} notation. I have done some poking around on the interwebs but nothing really helpful has come up. Thanks for future help! D |
| May7-12, 07:24 PM | #2 |
|
Mentor
|
|
| May9-12, 07:58 AM | #3 |
|
|
Here are some examples for you:
max{10, 3} = 10 max{-1, -100} = -1 if x = 30*3 and y = 40! and z = 40^2 then max{x, y, z} = y if f(x) = 2x + 10 and g(x) = x^3 then when x = 1 max{f(x), g(x)} = f(x) |
| May9-12, 08:10 AM | #4 |
|
|
Confused about simple max{,} notation
Notice that max{a, b} applied to numbers a and b. max{f(x), g(x)} is actually a function, h(x), that, to each value of x, gives the larger of the two numbers f(x) and g(x) for that particular x.
|
| May9-12, 10:23 AM | #5 |
|
|
|
| New Reply |
| Tags |
| compton, max, notation, rayleigh, scattering |
| Thread Tools | |
Similar Threads for: Confused about simple max{,} notation
|
||||
| Thread | Forum | Replies | ||
| Notation - help, I'm confused! | Calculus | 0 | ||
| Confused on sigma notation | Calculus | 4 | ||
| Confused on Theta notation | Calculus & Beyond Homework | 1 | ||
| confused on this notation! partial derivatives! | Calculus & Beyond Homework | 2 | ||
| Confused about Dirac notation | Quantum Physics | 4 | ||