Operator Equations: Add, Subtract, Multiply & Divide

  • Context: Undergrad 
  • Thread starter Thread starter mpkannan
  • Start date Start date
  • Tags Tags
    Operator
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
mpkannan
Messages
15
Reaction score
0
A mathematical operator (Aop) operates on a function (f) to generate a new function (f '):
Aop (f) = f ' (1)

Consider that I subtract a from b to get c:
b-a = c (2)

Can I write this subtraction operation as an operator equation of the form (1) as shown below?

(-a) (b) = c (3)

where (-a) represents the operator "subtract a".

Similarly for +, x and /.
 
Physics news on Phys.org
You can write either as:

1) A bilinear operator, that is, one that takes as inputs pairs of arguments: A(a,b)=a-b. In this case, your -a is A(a,...).

2) Directly, like you propose, but then you have a family of operators, one for each a, or an affine operator, for a fixed a.