Skip to content

Instantly share code, notes, and snippets.

@aammd
Created May 14, 2020 18:36
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 aammd/0a36a86a8d0da8b9fb74a5e254452a72 to your computer and use it in GitHub Desktop.
Save aammd/0a36a86a8d0da8b9fb74a5e254452a72 to your computer and use it in GitHub Desktop.
m <- 0.086
o <- (1-m)/m
curve((sqrt(o) - sqrt(o^-1)) / sqrt(x^2 - x + 1), xlim = c(0,50))
abline(h = 1/3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment