Difference between revisions of "Functions:Operations"
Jump to navigation
Jump to search
(Created page with "===Operations=== Functions obey many of the same operations as normal numbers. However, one key difference is the domain of the function, which may change depending on the ope...") |
(No difference)
|
Revision as of 18:28, 19 October 2021
Operations
Functions obey many of the same operations as normal numbers. However, one key difference is the domain of the function, which may change depending on the operator.
Name | Notation | Domain |
---|---|---|
Addition | domain f ∩ domain g | |
Subtraction | domain f ∩ domain g | |
Product | domain f ∪ domain g | |
Division | domain f ∪ domain g \ {a : g(a) = 0} | |
Composition | domain g ∪ {g(x) : f(g(x)) ∈ domain f} |
Resources
- Functions, Wikibooks: Real Analysis