Function Differences: f and f(n) vs. (f \circ g)(n)

  • Context: Undergrad 
  • Thread starter Thread starter Swapnil
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Swapnil
Messages
459
Reaction score
6
What is exactly the difference between [tex]f[/tex] and [tex]f(n)[/tex] and why can't we write [tex](f \circ g)(n)[/tex] as [tex]f(n) \circ g(n)[/tex]?
 
Last edited:
Mathematics news on Phys.org
f is the function, f(n) is the value of the function at the point n. The ball operator [tex]\circ[/tex] acts on functions, not values, so your second expression is wrong.
 
You can, however, write it as f(g(n)).
 
u can write it
no proplem...i thenk
 
Last edited by a moderator: