What is the significance of the semicolon in function notation?

  • Level: Undergrad 
  • Thread starter Thread starter Swamp Thing
  • Start date Start date
  • Tags Tags
    Notation
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 2K views
Swamp Thing
Insights Author
Messages
1,075
Reaction score
841
What does the semicolon mean in the notation for a function like G(r1, r2; z) ?
 
Physics news on Phys.org
In what context is this ? Can you link to the original source ?
 
I think ( though not 100% sure ) that the semicolon is used in these examples to separate variables from parameters; for example, in G(r1,r2;z), the z is a complex parameter which you choose to be of a specific value ( and which doesn't vary within the function ), whereas r1 and r2 are actual variables in the Green's function. If we were talking about computer programming, this would be analogous to the difference between constants and variables.

Let's wait for one of the experts here to confirm or correct this, though.