User Portlet
Discussions |
---|
Seems to be 8 years after the original post and the problem resides. The use case is a large loop processing thousands of files. From each file, some parameters, stored as binaries in specific fields that Mathematica cannot read them directly... |
Any update on this? I have the same question, about a good hardware set-up. |
I warmly support your request. Now as we are teaching, mostly online, this is of great importance. I use IPAD and lack the combination of free hand notes done in real time with regular notebook that is prepared beforehand. |
It seems that you will not be able to do that. `Element[1,{1,2,3}]` does not return either True or False for relations with sets, the expression is just returned unevaluated. Within programs `MemberQ[{1, 2, 3}, 1]` returns True but it is not... |
That's perfect! Thank you so much! |
I'll add my 2 cents of answer relating to your sentence > Thanks, but I rather want them to be returned on two separate output > lines, if that's possible. As mentioned by Szabolcs functions always **return** a single answer. Therefore, if you... |
This problem is potentially [dangerous][1] - I do hope that everyone is still well! [1]: https://xkcd.com/356/ |
A great solution. Thank you . |
First, I need to resolve some confusion. Wolfram Physics Project is distinct from chapter 9 of NKS, and the model we now use is different. In particular, the state of the model is an *unordered* collection of edges, so using `ReplaceAll` or... |
>The use of "applies" in the documentation for Map is misleading. Map does not Apply. A better description might be "Map evaluates f for each element of the first level in expr". |