User Portlet
Discussions |
---|
The original post is quite misleading. The implication of the title (Mass shootings and availability of gun dealerships) and the subsequent analysis is that there are vast numbers gun "shops"/"dealerships" across the U.S. The author apparently failed... |
I too am interested in hearing from others. I'm not an expert in metrology by any measure. I've simply had to work with units in practice. From what I've read, there is still a bit of discussion going on about the most appropriate treatment of the... |
Ulrich, I think your use of `SynchronousUpdating->True` is a more desirable solution and it makes more sense to me from the documentation (ie, the Frontend blocks other tasks during evaluation when set to `True`) . Using `Dynamic` has a similar... |
I too am interested in this feature. It might be a challenge, but it would be fantastic if support for some of the targets at the following links could be incorporated. - [ARM Cortex Mbed][1] - [TI LaunchPads from Texas Instruments][2] ... |
It will also work if you give some contraints: Maximize[{x1*Exp[Log[600] - (4/600)*x1] + x2*Exp[Log[340] - (1/1020)*x2], {x1, x2} \[Element] Rectangle[{0, 0}, {2000, 2000}]}, {x1, x2}] gives {436800/E, {x1 -> 150,... |
Ok, I should have noticed this before, but the condition `If[initialized,Graphics...]` doesn't have an else clause. The documentation shows in the 3rd bullet under the Details section that [Details][1] > `If[condition,t]` gives Null if... |
I wasn't sure what you were trying to do. I couldn't find your definition for `mathematicaDefinitionOfArcCoth ` at the link you posted. The definition that I used was under Properties and Relations: TrigToExp[ArcCoth[z]] Out = -(1/2)... |
Eric, I hadn't seen your other thread. I just glanced at it. I can give a few comments on Mathematica's notation vs engineering notation. I think it is fine that you are creating a way to convert between the two. However, I don't have a problem... |
Oh, not a problem. That is interesting about the different behavior on different computers. I'll add that this only started happening to me after 11 was released (I think). I think I'm going to have to give WRI support a call on this one. |
It does exist. It is on the page (last paragraph): [Naming and Finding Files][1]. It is also on the page (implied by the subtitle "Packages from Notebooks" followed by Initialization Cell...): [Package Development -> Packages from Notebooks... |