Does a symbol exist for this operation?

  • Context: Undergrad 
  • Thread starter Thread starter brydustin
  • Start date Start date
  • Tags Tags
    Symbol
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
brydustin
Messages
201
Reaction score
0
(*)_pq = 1 if p> q else 0

This is kinda like kronecker delta in that its a relational operation. Any clue?
 
Physics news on Phys.org
brydustin said:
(*)_pq = 1 if p> q else 0

This is kinda like kronecker delta in that its a relational operation. Any clue?

I think something with characteristic functions would work. Maybe something like

[tex] a_{pq} = \chi_{(q, \infty)}(p)[/tex]

where
[tex] \chi_A(x) =<br /> \begin{cases}<br /> 0 & \text{if} \; \; x \notin A \\<br /> 1 & \text{if} \; \; x \in A \; .<br /> \end{cases}[/tex]
Does that help? Are p and q real numbers?
 
the Heaviside step function can also be used for this (just a special case of a characteristic function):

[itex]u(t)[/itex] is 1 for [itex]t>0[/itex] and 0 for [itex]t<0[/itex].

Some folks capitalize the U.

jason