December 1st, 2005, 5:15 pm
You're welcome.Most of Mathematica's documentation is online.There are two arbitrary constants C[1] and C[2].The result may look quite obscure.To help explain the notation, the slot # is a formal parameter; replaceit with some parameter, say x. Then, inside the InverseFunction[...],you have a function of x and one of the constants, call it F(x, C[1]). Imagine taking the inverse function of F (say with Newton'smethod) -- call that inverse function G(x,C[1]). The final answer to your eqn. is y[x] = G(x+ C[2], C[1]). To really work with the soln. and get a number, you'll eitherneed Mathematica proper or another system with thehypergeometric 2F1 function. Where does the thing come from?
Last edited by
Alan on November 30th, 2005, 11:00 pm, edited 1 time in total.