User Portlet User Portlet

Discussions
Dear Wolfram Community, I am working on a form for step-by-step solutions for indefinite integrals. I am having an issue with the iteration limit when I run `CloudDeploy[ FormFunction[{"Function" -> "String"}, ...
How can I implement a clock that can be used to synchronize another clock?
I have just updated Mathematica to version 11.1 (Windows 10 Home 64-bit) and the suggestions bar is not working properly. I receive this error message when I use one of the options of one arrow of the suggestions bar: ![Error using the suggestions...
Input: "factor 25" (http://www.wolframalpha.com/input/?i=factor+25) ----------------------------------------------------------------- **Incorrect result returned:** ![Incorrect prime factorization of 25][1] We should get **5^2** **Using...
I would like to know why **Mod** gives the correct result and **PowerMod** gives an incorrect result. Mod[0^0,7] PowerMod[0,0,7]