Community Tip - You can change your system assigned username to something more personal in your community settings. 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.