Last active
May 8, 2018 05:33
-
-
Save abdalimran/3c7d2615539d53f7757bf9ee8d9c3989 to your computer and use it in GitHub Desktop.
y = x^2 + 5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x | y = f(x) = x² + 5 | |
---|---|---|
-6 | 41 | |
-5 | 30 | |
-4 | 21 | |
-3 | 14 | |
-2 | 9 | |
-1 | 6 | |
0 | 5 | |
1 | 6 | |
2 | 9 | |
3 | 14 | |
4 | 21 | |
5 | 30 | |
6 | 41 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment