Function (nonfiction): Difference between revisions

From Gnomon Chronicles
Jump to navigation Jump to search
No edit summary
Line 11: Line 11:
Likewise, if the input is 3, then the output is also 9, and we may write f(3) = 9. (The same output may be produced by more than one input, but each input gives only one output.)
Likewise, if the input is 3, then the output is also 9, and we may write f(3) = 9. (The same output may be produced by more than one input, but each input gives only one output.)


== See also ==
== Nonfiction cross-reference ==


* [[Algorithm]]
* [[Algorithm (nonfiction)]]
* [[Feedback]]
* [[Fictional mathematical function]]
* [[Function composition]]
* [[Functional programming]]


== External links ==
== External links ==

Revision as of 18:43, 7 June 2016

A function f takes an input x, and returns a single output f(x). One metaphor describes the function as a "machine" or "black box" that for each input returns a corresponding output.

In mathematics (nonfiction), a function is a relation between a set of inputs and a set of permissible outputs with the property that each input is related to exactly one output.

Description

An example is the function that relates each real number x to its square x2.

The output of a function f corresponding to an input x is denoted by f(x) (read "f of x").

In this example, if the input is −3, then the output is 9, and we may write f(−3) = 9.

Likewise, if the input is 3, then the output is also 9, and we may write f(3) = 9. (The same output may be produced by more than one input, but each input gives only one output.)

Nonfiction cross-reference

External links