Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • $\begingroup$ Thanks! It really helps me. $\endgroup$ Commented Sep 30, 2021 at 11:37
  • $\begingroup$ But if I want to solve the Reduce which involves two or more variables.How can I write the code? Such as: ``` f[x_]=..... g[x_]=... FullSimplify[Reduce[(f[a]=g[b]) && (0< a < 100) && (0<b<200) , a , b, Integer.......]] ``` How can I write this? Could you tell me how to learn writing the code? $\endgroup$ Commented Sep 30, 2021 at 11:40