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...") |
|||
Line 19: | Line 19: | ||
|} | |} | ||
− | == | + | == Licensing == |
− | * [https://en.wikibooks.org/wiki/Real_Analysis/Functions Functions | + | Content obtained and/or adapted from: |
+ | * [https://en.wikibooks.org/wiki/Real_Analysis/Functions Functions, Wikibooks: Real Analysis] under a CC BY-SA license |
Latest revision as of 20:49, 14 November 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} |
Licensing
Content obtained and/or adapted from:
- Functions, Wikibooks: Real Analysis under a CC BY-SA license