To me, a funcion is an equation for which any x that can be plugged into the equation will yield exactly one y out of the equation.
within this equation, there are two factors called the domain and range. the domain refers to the input for a function, while range refers to the output.
an inverse is where the x and y values for an equation are flipped/switched.
a composition is the process of combining two functions where one function is performed first and the result of which is substituted in place of each x in the other function.
|
|
|
|
|
|
|
|
[-1, 3, 7, 11] [-1, 3, 7, 11] |
|
|
5 5 |
|
|
|
|
[96, 77, 60, 45, 32, 21, 12, 5, 0, -3, -4, -3, 0, 5, 12, 21, 32, 45, 60, 77, 96] [96, 77, 60, 45, 32, 21, 12, 5, 0, -3, -4, -3, 0, 5, 12, 21, 32, 45, 60, 77, 96] |
[96, 77, 60, 45, 32, 21, 12, 5, 0, -3, -4, -3, 0, 5, 12, 21, 32, 45, 60, 77, 96] [96, 77, 60, 45, 32, 21, 12, 5, 0, -3, -4, -3, 0, 5, 12, 21, 32, 45, 60, 77, 96] |
|
|
5*x + 20 5*x + 20 |
Traceback (click to the left of this block for traceback) ... SyntaxError: invalid syntax Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "_sage_input_19.py", line 10, in <module>
exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("aChmKGcoeCkpKT0="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
File "", line 1, in <module>
File "/tmp/tmp4ueRJX/___code___.py", line 2
h(f(g(x)))=
^
SyntaxError: invalid syntax
|
|
|
|
|