User Portlet User Portlet

Christopher Fox
Discussions
*Disclaimer: I'm not a mathematician. I'm merely a hobbyist that loves programming and puzzles. Professionally, I work in IT management.* For my birthday this year, my young nephew (much aware of my love for puzzles) gifted me a wooden brainteaser...
Hello, I'm exploring WeatherData and was interested in using TimeSeriesThread with it, but running into trouble with syntax. As an example, suppose I wanted to calculate the arithmetic mean maximum temperature each month across a number of...
I'd like to use DateListPlot to graph two TimeSeries on the same graph, filling between the two plots. For instance, if I have the following two TimeSeries: ksyrMinMax =...
I'm working with what I believe to be a pretty basic Notebook in Mathematica 10.4.1.0 on Mac OS X 10.11.6. There are no complicated graphics, and all of the calculations are simple and don't produce large amounts of output. However, the Notebook file...
I'm struggling with how to format the output of the function in a FormPage published using CloudDeploy. My form works, and my executed function generates the text output I expect, but none of my attempts to format it are working. Everything works...
I've created a FormPage with four input fields for deployment with "clouddeploy". Even though I've not explicitly set the "Autosubmitting" property, the form still submits when moving between these four fields, and as a result generates an error...
I'm using string operations and ToExpression to "build up" equations for display as part of a CloudDeploy user interface on the web. The results should look something like the following: ![Sample Correct Output][1] I'm using InputForm with...
I've got some code that does some string manipulation to assemble small equations, e.g. "(5+3)*8", and from these assembled strings I'd like to convert them to expressions for evaluation. This works in most circumstances, except when the string...
Sample code from an older book I'm reading, *Exploring Mathematics with Mathematica* by Theodore Gray and Jerry Glynn, includes using sound objects and primitives as Epilogs inside of graphics constructs. This doesn't seem to work in Mathematica...
I'm still very, very new to Mathematica and the Wolfram Language, and I suspect much of the code I'm writing is unnecessarily complex and repetitive. An example came up today with this [Tweet][1]. Since it's a "highly composite number day" (March...