Skip to content

Instantly share code, notes, and snippets.

@chembott
Created April 14, 2018 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chembott/6f60e37de0d457dcea5eb1d369918717 to your computer and use it in GitHub Desktop.
Save chembott/6f60e37de0d457dcea5eb1d369918717 to your computer and use it in GitHub Desktop.
function x f(x)
f(x1) -5 25
f(x1) -4 16
f(x1) -3 9
f(x1) -2 4
f(x1) -1 1
f(x1) 0 0
f(x1) 1 1
f(x1) 2 4
f(x1) 3 9
f(x1) 4 16
f(x1) 5 25
f(x2) -5 27
f(x2) -4 18
f(x2) -3 11
f(x2) -2 6
f(x2) -1 3
f(x2) 0 2
f(x2) 1 3
f(x2) 2 6
f(x2) 3 11
f(x2) 4 18
f(x2) 5 27
f(x3) -5 30
f(x3) -4 21
f(x3) -3 14
f(x3) -2 9
f(x3) -1 6
f(x3) 0 5
f(x3) 1 6
f(x3) 2 9
f(x3) 3 14
f(x3) 4 21
f(x3) 5 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment