Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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.