Skip to content

Instantly share code, notes, and snippets.

@MechCoder
Created August 10, 2013 19:37
Show Gist options
  • Save MechCoder/6201842 to your computer and use it in GitHub Desktop.
Save MechCoder/6201842 to your computer and use it in GitHub Desktop.
Solving for f(x)
⎛ ⌠ ⎞
⎜ ⎮ 2 ⎟
⎜ ⎮ b ⋅(a⋅F(a⋅x + b⋅y) - b) ⎟ ⎛ 2 2⎞
-b⋅(a⋅y - b⋅x) + ⎜C₁ - ⎮ ────────────────────────────── dr⎟⋅⎝a + b ⎠
⎜ ⎮ ⎛ 2 2⎞ ⎟
⎜ ⎮ (a + b⋅F(a⋅x + b⋅y))⋅⎝a + b ⎠ ⎟
⎝ ⌡ ⎠
─────────────────────────────────────────────────────────────────────
2 2
a + b
I cannot solve this explicitly for y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment