Skip to content

Instantly share code, notes, and snippets.

@chembott
Created April 16, 2018 12:15
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/1ba04617cd88032a08c9fed0226f7071 to your computer and use it in GitHub Desktop.
Save chembott/1ba04617cd88032a08c9fed0226f7071 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 23
f(x2) -4 14
f(x2) -3 7
f(x2) -2 2
f(x2) -1 -1
f(x2) 0 -2
f(x2) 1 -1
f(x2) 2 2
f(x2) 3 7
f(x2) 4 14
f(x2) 5 23
f(x3) -5 20
f(x3) -4 11
f(x3) -3 4
f(x3) -2 -1
f(x3) -1 -4
f(x3) 0 -5
f(x3) 1 -4
f(x3) 2 -1
f(x3) 3 4
f(x3) 4 11
f(x3) 5 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment