Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello, I need to compare two functions F1 and F2 to get get the variable x, but im new and having trouble with it. Could someone help me. Thank you
Solved! Go to Solution.
But it doesn't let me put an equal sign between F1(x) and F2(x), saying that x is undefined
You need to use the boolean operator "Equal".
Thank you so much!
You're welcome.