- #1
Ryanfjdskljafl
- 1
- 0
Hi everyone, first time on the forum, so please feel free to give me unsolicited advice on if there's a better place to post this:
if i have a function f(x), is there a way to symbolize 'solve for x'.
for example, if f(x) == 3x^2, and I'm setting f(x) = 3, I want to be able to symbolically do something like x = f_inverse(3), so that we solve for x.
3x^2 = 3, x = 1.
is there a method to represent this symbolically like what I tried doing with f_inverse above?
if i have a function f(x), is there a way to symbolize 'solve for x'.
for example, if f(x) == 3x^2, and I'm setting f(x) = 3, I want to be able to symbolically do something like x = f_inverse(3), so that we solve for x.
3x^2 = 3, x = 1.
is there a method to represent this symbolically like what I tried doing with f_inverse above?