I have one physical-formular set in my application and want to calculate a parameter.
Theorie:
548.1 = 27 * π / x + 73 - 2622.0 (demonstration example)
now I want to become the x value with a solve like so;
Solve(expr,vars) -> https://reference.wolfram.com/language/ref/Solve.html
The Wolfram API needs an internet connection, so nothing for me.
Is there any simple functionality to adjust the formula to get out the parameter to one side like; https://quickmath.com/#c=solve_algstepsequationsolve&v239=25%253D%25281%2F5%2529%255E%25282-x%2529&v240=x
and calculated it afterwards?