User Portlet
Featured Contributor
Discussions |
---|
Try going to Evaluation -> Default Kernel, and select Local. I had this same problem and was able to correct it in this way. |
For future reference, `DatabinRemove[]` still works as of Version 13.2, but it is officially deprecated as it defeats the purpose of Databins. If you're looking for a recordset that you can update/delete items from you're better off using a database... |
combinePlots = ResourceFunction["CombinePlots"]; p1 = Plot[Sin[x], {x, 0, 2 Pi}, Frame -> True, Epilog -> Inset[Framed["Plot 1"], Scaled[{0, 1}], ImageScaled[{0, 1}]]]; p2 = Plot[Cos[x], {x, 0, 2 Pi}, Frame ->... |
You can also do Array[f,n,{a,b}] to generate a list of length n with elements `f[i]` with values from `a` to `b`. For example Array[Sin[2 \[Pi] 440 #] &, 100, {0, 1}] |
Thanks very much. It actually worked. |
Thanks! I did that. I hope for the best. |
Hussain, Of course I would first check that you filled out the form correctly with a valid payment information (I'm sure you already did this). Otherwise, I think your best chance of getting a reply from someone who can help will be to fill out... |
Any idea why these logs are not combined? In[26]:= FullSimplify[ Log[T0^2/(Ti1 Ti2)] - Log[((Ti1 + ((c dT)/2 - c (-T0 + Ti1))/ c) (Ti2 + (-((c dT)/2) - c (-T0 + Ti2))/c))/(Ti1 Ti2)]] Out[26]= Log[T0^2/(Ti1... |
On a slightly different tack, could options be provided to allow the content of table cells to be aligned (e.g. Alignment->Left) and wrapped when too large to fit the cell. It would also be useful to be able to specify row and column headings. |
If you're evaluating Wolfram Language code, why not do so in Mathematica, the Wolfram Engine, or the Wolfram Cloud (or some other WL environment)? I always treated Wolfram|Alpha handling any raw WL code as me getting lucky rather than a feature I... |