- #1
Dustinsfl
- 2,281
- 5
I am using Solve to try an solve this equation for u.
However, Mathematica keeps telling me that system can't be solved with the methods used by solve.
Is there another way to do it?
Code:
Solve[ru(1-u/q)-(1-E^{-u^2/t}) == 0, u]
However, Mathematica keeps telling me that system can't be solved with the methods used by solve.
Is there another way to do it?