Skip to content

Instantly share code, notes, and snippets.

@chembott
Created April 16, 2018 15:41
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/b6cfa15c2069623ab3dcee5a3b58b7e7 to your computer and use it in GitHub Desktop.
Save chembott/b6cfa15c2069623ab3dcee5a3b58b7e7 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 50
f(x2) -4 32
f(x2) -3 18
f(x2) -2 8
f(x2) -1 2
f(x2) 0 0
f(x2) 1 2
f(x2) 2 8
f(x2) 3 18
f(x2) 4 32
f(x2) 5 50
f(x3) -5 125
f(x3) -4 80
f(x3) -3 45
f(x3) -2 20
f(x3) -1 5
f(x3) 0 0
f(x3) 1 5
f(x3) 2 20
f(x3) 3 45
f(x3) 4 80
f(x3) 5 125
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment