<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="https://community.wolfram.com">
    <title>Community RSS Feed</title>
    <link>https://community.wolfram.com</link>
    <description>RSS Feed for Wolfram Community showing questions tagged with Mathematica sorted by most viewed.</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1108742" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/181759" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/457158" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/403693" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/291612" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2118125" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/491285" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/209188" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/404268" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/288532" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/774416" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/291822" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/164880" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2253852" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/127103" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/231697" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/142591" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/458769" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1202244" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1097940" />
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1108742">
    <title>[?] Get dynamic image with different color for each option?</title>
    <link>https://community.wolfram.com/groups/-/m/t/1108742</link>
    <description>Consider the following code:&#xD;
&#xD;
    f = {1, x, x^2, x^3}&#xD;
        Panel[Column[{Row[{CheckboxBar[&#xD;
              Dynamic[list1], # -&amp;gt; f[[#]] &amp;amp; /@ Range[4]], Dynamic[list1]}], &#xD;
           Dynamic[Plot[f[[list1]], {x, 0, 1.5}, &#xD;
             PlotStyle -&amp;gt; {Red, Blue, Green, Black}, ImageSize -&amp;gt; 500, &#xD;
             AxesStyle -&amp;gt; Thick]]}]]&#xD;
&#xD;
I want to get a Dynamic image that  show differrent functions according to user selection in Checkbox.&#xD;
However, now I get a fine Dynamic image  except that all the curves are in the same color.&#xD;
I wanna know How to set the color of each option?</description>
    <dc:creator>Wu Falchion</dc:creator>
    <dc:date>2017-05-26T07:13:37Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/181759">
    <title>New Functions I would like to see in future Wolfram Language versions</title>
    <link>https://community.wolfram.com/groups/-/m/t/181759</link>
    <description>I was wondering, it would be interesting to try to use the community as a way to request new functions that could be incorporated into new versions of Wolfram Language, in a colaborative way. Sometimes users simply don&amp;#039;t have the whole/deeper system view, to understand that the requested function is or too specific, too broad or already implemented, but I believe that another times we can have a nice insights, that Wolfram Research people haven&amp;#039;t yet, or that do not have received much attention  yet.  To the idea is:&#xD;
&#xD;
[b]Post your&amp;#039;s requested Function as a answer to this question, and let&amp;#039;s upvotes show the more interesting ones![/b]&#xD;
&#xD;
Some rules&#xD;
1- One Post per function (or class of function), you can have more than one request.&#xD;
2- Exemplify your function use.</description>
    <dc:creator>Rodrigo Murta</dc:creator>
    <dc:date>2014-01-08T09:14:19Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/457158">
    <title>How to resolve &amp;#034;function value X is not a number&amp;#034; issue?</title>
    <link>https://community.wolfram.com/groups/-/m/t/457158</link>
    <description>Dear Community,&#xD;
&#xD;
I am just new to Mathematica that came with my Raspberry Pi2. For a while now I have been looking for a program, which is able to minimize a discontinuous and nonlinear problem. Up to now I created the following formulas:&#xD;
&#xD;
    f1[x_] := &#xD;
     Piecewise[{{0.00000000000252413096488599 x^4 - &#xD;
         0.0000000295981935774312 x^3 + 0.0001268180409138660 x^2 - &#xD;
         0.239339875030011 x + 368.934089585833, x &amp;gt; 0}, {0, x &amp;lt;= 0}}]&#xD;
    &#xD;
    f2[x_] := &#xD;
     Piecewise[{{0.00000000000327848026710691 x^4 - &#xD;
         0.0000000379764365996404 x^3 + 0.0001584280843487410 x^2 - &#xD;
         0.284905693712486 x + 386.639837124850, x &amp;gt; 0}, {0, x &amp;lt;= 0}}]&#xD;
    &#xD;
    f3[x_] := &#xD;
     Piecewise[{{0.00000000000273770414832564 x^4 - &#xD;
         0.0000000245466477791088 x^3 + 0.0000876247218487314 x^2 - &#xD;
         0.151272246878742 x + 298.178569447775, x &amp;gt; 0}, {0, x &amp;lt;= 0}}]&#xD;
    &#xD;
    f4[x_] := &#xD;
     Piecewise[{{0.00000000000151824463118546 x^4 - &#xD;
         0.0000000164748347339070 x^3 + 0.0000716029554621768 x^2 - &#xD;
         0.140270401260495 x + 293.998348739492, x &amp;gt; 0}, {0, x &amp;lt;= 0}}]&#xD;
&#xD;
    NMinimize[{f1[w] + f2[x] + f3[y] + f4[z], &#xD;
      Plus[w, x, y, z] == 7000}, {w \[Element] Interval[{0, 4000}], &#xD;
      x \[Element] Interval[{0, 4000}], y \[Element] Interval[{0, 3000}], &#xD;
      z \[Element] Interval[{0, 3000}]}]&#xD;
&#xD;
Unfortunately now I get the following error messages three times before the calculation is aborted:&#xD;
&#xD;
    During evaluation of In[8]:= NMinimize::nnum: The function value {812.066} is not a number at {Subscript[w, 1],Subscript[x, 1],Subscript[y, 1],Subscript[z, 1]} = {1052.02,1848.71,2479.67,1619.59}.&#xD;
&#xD;
Is there any quick way of resolving this issue? Did I enter something in a wrong way? At least the sum of the resulting values for w,x,y, and z being 7000 is correct, maybe 812,066 is a local minimum already. But why is there an error message? I also tried to use Minimize and different Methods, but the outcome is the same in all cases.&#xD;
&#xD;
And it is just a LOCAL minimum: As one might be able to see from the equation, fx[0]=0. A minimum value, f.e. for the entered w+x+y+z==7000, should incorporate that some of the functions are set to zero! Is there any way to include this possibility in a fast way? Or do I have to write a minimization for all 16 possibilities and minimize these again?&#xD;
&#xD;
Best regards,&#xD;
Peter</description>
    <dc:creator>Peter Bergmann</dc:creator>
    <dc:date>2015-03-11T16:05:57Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/403693">
    <title>How to use NMinimize on a mesh?</title>
    <link>https://community.wolfram.com/groups/-/m/t/403693</link>
    <description>Hey there, community!&#xD;
&#xD;
I have recently been working with the new FEM-package included in Mathematica 10. I have a 2D mesh and two interpolating functions (call them uif and vif) obtained by solving a differential equation in the mesh using NDSolve. The mesh is similar to the one shown below, only denser. My problem now is that, given values u0 and v0, I need to find the point where uif[x,y] = u0 and vif[x,y] = v0.&#xD;
&#xD;
![Example of the mesh][1]&#xD;
&#xD;
Now, since uif and vif are defined on the mesh, I would naturally want to do something like this:&#xD;
&#xD;
    NMinimize[{Norm[{u0 - uif[x, y], v0 - vif[x, y]}], {x, y} \[Element] mesh}, {x, y}]];&#xD;
&#xD;
Here &amp;#034;{x,y} \[Element] mesh&amp;#034; indicates that the point (x,y) lies inside the mesh. Unfortunately, the above code results in the following error:&#xD;
&#xD;
    NMinimize::elemc: &amp;#034;Unable to resolve the domain or region membership condition {x,y} \[Element] &amp;lt;&amp;lt;1&amp;gt;&amp;gt;.&#xD;
&#xD;
**So, is there a way to convert the mesh into a region that I can pass on to NMinimize?** Previously I tried defining the region explicitly using unions and differences of disks and rectangles, or implicitly using equations for $x$ and $y$, but due to a number of bugs (or restrictions) with the regions and with the FEM package, this is unfortunately not an option.&#xD;
&#xD;
The mesh is simply-connected and I do have direct access to the boundary mesh if necessary.&#xD;
&#xD;
-Jonatan&#xD;
&#xD;
&#xD;
  [1]: /c/portal/getImageAttachment?filename=Samplemesh.jpeg&amp;amp;userId=338953</description>
    <dc:creator>Jonatan Lehtonen</dc:creator>
    <dc:date>2014-12-08T16:43:02Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/291612">
    <title>Can my start up time for Mathematica 10 be decreased?</title>
    <link>https://community.wolfram.com/groups/-/m/t/291612</link>
    <description>Since about Version 6 it has taken longer and longer to start up Mathematica. In Version 10 on my HP Pavilion HPE Series it takes a little over a minute. Is this common experience? Is there some way to decrease this time? Does it have any thing to do with virus checking?&#xD;
&#xD;
I guess that one possible solution is to just leave the Mathematica FrontEnd open all the time, say by keeping the Documentation Center open but minimized.</description>
    <dc:creator>David J M Park Jr</dc:creator>
    <dc:date>2014-07-11T19:45:42Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2118125">
    <title>Mathematica benchmarks for new M1 MacBooks?</title>
    <link>https://community.wolfram.com/groups/-/m/t/2118125</link>
    <description>Are there any benchmarks yet for Mathematica 12.1 on the new (13&amp;#034;) M1 MacBook Air or (13&amp;#034;) M1 MacBook Pro?</description>
    <dc:creator>Murray Eisenberg</dc:creator>
    <dc:date>2020-11-18T20:19:23Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/491285">
    <title>How to get the result of a multiplication between a matrix and a vector?</title>
    <link>https://community.wolfram.com/groups/-/m/t/491285</link>
    <description>I want to get the result of a multiplication between a matrix and a vector, basically I want to do a change of reference frame of a vector, so I cannot perform this operation in mathematica.&#xD;
&#xD;
    A = {{2, 4}, {2, 1}} // MatrixForm&#xD;
    C2 = {{6}, {5}} // MatrixForm&#xD;
    A.C2 (*This does not work*)&#xD;
&#xD;
I want to get something like this:&#xD;
&#xD;
    {{2, 4}, {2, 1}}.{{6}, {5}} // MatrixForm&#xD;
&#xD;
Actually I have something more complex, but this is enough to show my problem.&#xD;
&#xD;
Do you have any suggestion?</description>
    <dc:creator>Alberto de la Torre</dc:creator>
    <dc:date>2015-05-04T18:17:40Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/209188">
    <title>How to show steps in Wolfram Mathematica?</title>
    <link>https://community.wolfram.com/groups/-/m/t/209188</link>
    <description>Hello everybody.Can Wolfram Mathematica software show steps and not only solution, for ex of this problem:
http://s4.postimg.org/vsp9vu9m5/Untitled.png
Greetings from Montenegro :)</description>
    <dc:creator>Lukas 007</dc:creator>
    <dc:date>2014-02-27T07:29:56Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/404268">
    <title>StringSplit to split at word boundaries but excluding single quote</title>
    <link>https://community.wolfram.com/groups/-/m/t/404268</link>
    <description>To StringSplit a string at word boundaries, I use the code&#xD;
&#xD;
    ParseText[ text_] :=&#xD;
     StringSplit[ToLowerCase[text], RegularExpression[&amp;#034;\\W+&amp;#034;]]&#xD;
&#xD;
Applying this function results in a problem result. Thus,&#xD;
&#xD;
&#xD;
       sample1 = &amp;#034;These are the times that try men&amp;#039;s souls.&amp;#034;; &#xD;
      ParseText[sample1]&#xD;
&#xD;
returns&#xD;
&#xD;
    {&amp;#034;these&amp;#034;, &amp;#034;are&amp;#034;, &amp;#034;the&amp;#034;, &amp;#034;times&amp;#034;, &amp;#034;that&amp;#034;, &amp;#034;try&amp;#034;, &amp;#034;men&amp;#034;, &amp;#034;s&amp;#034;, &amp;#034;souls&amp;#034;}&#xD;
&#xD;
However, this results in splitting words like &amp;#034;men&amp;#039;s&amp;#034;, &amp;#034;can&amp;#039;t&amp;#034;,  &amp;#034;don&amp;#039;t&amp;#034;, etc into two words. What regular expression can I use to keep words like these intact?</description>
    <dc:creator>Lawrence Winkler</dc:creator>
    <dc:date>2014-12-08T22:42:35Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/288532">
    <title>Roadmap for CDF?</title>
    <link>https://community.wolfram.com/groups/-/m/t/288532</link>
    <description>I am doing some project planning that could use the CDF Player and CDF technology as a means of distributing a mathematical model to reviewers.

However, I&amp;#039;ve noticed that the documentation for 9 is really for 8.  There have been some indications that 10 is coming out with no changes to the documentation since version 8.  There is no File | New | CDF (Free or Pro) is 9.  The latest CDFs in CDF-Examples are from 2012.  This raises a red flag that CDFs are no longer mainstream.

Ideally we would like to use a technology that is supported and will stay current with Windows and Apple OS versions.

I see that there is a CDF Export and Preview under the File menu.  Some of the questions I will be asked by management are:

 1. Is CDF considered a legacy technology?  If not, will it be available in 10 and future versions - is there a roadmap that can be referenced?
 2. If CDF is considered legacy, when do support options expire?
 3. Are there any replacements planned from Wolfram that are functionally equivalent to CDFs?  If so what are they?
 4. What are runtime licensing considerations that should be honored if we use C and C++ as a front-end?
 
CDFs offer an attractive solution - I love what I am seeing in the CDF-Examples -  but before committing to CDFs we need to know that this technology is on-going and will stay current with Mathematica and operating systems.</description>
    <dc:creator>Doug Kimzey</dc:creator>
    <dc:date>2014-07-06T14:44:27Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/774416">
    <title>What are some real-world applications of Mathematica?</title>
    <link>https://community.wolfram.com/groups/-/m/t/774416</link>
    <description>I originally posted this on Stack Exchange, where it was suggested it would more appropriately be posted here.  The only &amp;#034;real-world&amp;#034; application that meets the specified criteria offered so far (twice) has been Wolfram Alpha (I am not entirely sure that it meets the second criterion - would you choose to develop WA in WL, if you didn&amp;#039;t have a bunch of WL experts and a WL development platform at your disposal?).  In any event, I am interested in hearing about other real-life applications....&#xD;
&#xD;
I have a theory, which I am in the process of writing about in a blog post, that other than in applications in mathematics (symbolic logic), Mathematica&amp;#039;s primary usefulness is in encouraging a kind of intellectual dilettantism. (Of course, one man&amp;#039;s dilettantism is another man&amp;#039;s New Kind of Science: i.e. the speculative endeavors of a fertile, creative intellect might readily be mistaken for actual (scientific) achievement by less agile minds.)&#xD;
&#xD;
I don&amp;#039;t want this conjecture to be true: I&amp;#039;m as much a buyer of the hype around Mathematica as the next man. But I have noticed that, in practice, Mathematica somehow fails to live up to its apparently unlimited potential for encapsulating creative thought-product across an almost unlimited span of human intellectual endeavor. In my own work in finance, for instance, it has generally proved much less useful than other products such as Matlab. And, in general, when I look at the examples cited by Wolfram in its &amp;#034;customer stories&amp;#034;, my reaction to many of them is: &amp;#034;Sure, you can use Mathematica to do that. But why would you, when there are much better alternatives available?&amp;#034;. To take one such customer story from the field of 3D CAD, I don&amp;#039;t understand why anyone would *prefer* to use Mathematica for such a task, rather than a specialist product like Solidworks.&#xD;
&#xD;
I am aware of applications where the use of Mathematica is fully justified. In my own work, I have used Mathematica to price complex derivatives products, a field in which it excels. Likewise, I am somewhat familiar with Phil Zecker&amp;#039;s work at EQA Partners, where he produced an outstanding risk management solution using Mathematica. In both these cases, however, there is no standard, specialized alternative offering in the field of risk management, as there are, for example, in engineering, CAD, app design, or music. In these areas, it seems to me, Mathematica is like a Swiss Army Knife: sure you can use it to dabble in almost anything; but I have screwdrivers, knives and corkscrews that do a better job for their specific purpose.&#xD;
&#xD;
In any event I am looking for counter-examples of real-world applications to refute my hypothesis about Mathematica. By &amp;#034;real-world&amp;#034; I mean specifically applications in which:&#xD;
&#xD;
(i) money changed hands (e.g. a commercial product was sold, or consulting fee earned) ; and&#xD;
&#xD;
(ii) an alternative solution was considered and Mathematica preferred for specific reasons (&amp;#034;it was the only software we could afford or that was available to tackle the job&amp;#034;, is not a valid reason to qualify the application as real-world, according to this definition)</description>
    <dc:creator>Jonathan Kinlay</dc:creator>
    <dc:date>2016-01-17T16:05:55Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/291822">
    <title>Is there going to be a Workbench update for Mathematica 10?</title>
    <link>https://community.wolfram.com/groups/-/m/t/291822</link>
    <description>Is Wolfram Workbench going to be updated to work well with Mathematica 10 and the new syntaxes and operators introduced (`&amp;amp;lt;| ... |&amp;gt;`, `@*` and `/*`)?</description>
    <dc:creator>Szabolcs Horvát</dc:creator>
    <dc:date>2014-07-11T22:29:14Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/164880">
    <title>Difference between Clear and ClearAll, and between &amp;#039;* and Global`* ?</title>
    <link>https://community.wolfram.com/groups/-/m/t/164880</link>
    <description>What is the difference between &amp;#039;Clear&amp;#039; and ClearAll&amp;#039;  and between &amp;#034;`*&amp;#034; and &amp;#034;Global`*&amp;#034;  I have used ClearAll[&amp;#034;Global`*&amp;#034;]  and values remain attached to variables.   What is the easiest way to clear all values to all variables going forward?????</description>
    <dc:creator>Raymond Low</dc:creator>
    <dc:date>2013-12-04T08:55:22Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2253852">
    <title>What is Mathematica For?</title>
    <link>https://community.wolfram.com/groups/-/m/t/2253852</link>
    <description>I realize that I am possibly the only Mathematica user to suffer from existential angst for the product, but still, its worth pausing to ask the question, what is Mathematica for?  Meaning, what is its purpose?&#xD;
&#xD;
But for those of you pragmatists tempted to roll your eyes and just get on with using it, let me motivate the question with a chart:&#xD;
&#xD;
![enter image description here][1]&#xD;
&#xD;
You don&amp;#039;t need a model to figure out the long term trend in that time series.  And someone, somewhere, in WR needs to be asking the question I am posing in this post, if they are seriously hoping to check that trend and reverse it.&#xD;
&#xD;
Now, let&amp;#039;s be fair here.  Firstly this is not just a Mathematica issue.  For example, here&amp;#039;s the comparable chart for Matlab:&#xD;
&#xD;
![enter image description here][2]&#xD;
&#xD;
So I am not &amp;#034;picking on&amp;#034; Mathematica. Its a general problem for mathematical programming languages.  Or perhaps I should say, more accurately, its a challenge for proprietary mathematical programming languages:&#xD;
![enter image description here][3]&#xD;
&#xD;
Now this &amp;#034;analysis&amp;#034; is of course over-simplistic.  It could be, for example, that the downward trend in Mathematica interest is a reflection of a decision by WR to increase prices over time, to maximize profits, i.e. it could conceivably be a *good* thing.  But I rather suspect otherwise and instead tend to believe that Mathematica is losing influence and relevance, regardless of whatever I may think of the product.&#xD;
&#xD;
Another response might be: &amp;#034;Of course we are losing market share to license-free, direct competitor products.  What&amp;#039;s your point?&amp;#034;.  To which, I suppose, the answer might be:  &amp;#034;Are you quite sure that is inevitable?  Are there not examples of for-profit products that are so good they are able to maintain market share in the face of cost-free alternatives?&amp;#034;.&#xD;
&#xD;
The answer to that question is, of course, yes.  But in order to maintain your competitive position you have to be crystal clear in your understanding of what the value proposition is, and why customers will (continue to) pay for your product.  Which brings me to the subject of this post:  what is Mathematica for?  Because unless can answer that question, you can&amp;#039;t answer the earlier one.&#xD;
&#xD;
Now I have a theory that the generally held view in WR is that Mathematica is for any kind of programming task you can conceive of.  It&amp;#039;s a general purpose tool, limited in its capabilities only by your imagination.  And at this point we could now queue up a 15 minute informercial featuring examples of applications from Astronomy to Zoology.  &#xD;
&#xD;
But just because you *can* do something in Mathematica doesn&amp;#039;t mean you should: there are often better alternatives.  Mathematica has developed into something like a Swiss Army knife, a general purpose tool you can use for almost any purpose.  But, often times what you need is a tool with a specific purpose, like a screwdriver, which will make it much easier to complete the task you have in mind.&#xD;
&#xD;
Let&amp;#039;s take a simple example:  spreadsheets.  I have seen several attempts to get Mathematica to do the kind of thing that Excel can do effortlessly.  And the question I always end up asking myself is: &amp;#034;why on God&amp;#039;s green earth would anyone in their right mind try to use Mathematica for a task like that?&amp;#034;.  What is trivial to accomplish in a few seconds or minutes in Excel, typically takes hours of jumping through hoops with Mathematica to achieve a result that is almost always inferior. It&amp;#039;s like trying to navigate a freeway in a spaceship, rather than a motor car.  Sure, you can do it, buy why??&#xD;
&#xD;
Another no-no is trying to develop stand-alone software applications in Mathematica.  It&amp;#039;s extremely hard to do - typically much tougher then using a language designed for that purpose.&#xD;
&#xD;
On the other hand, there are some things that Mathematica excels at, such as:&#xD;
&#xD;
- Mathematics/symbolic logic/symbolic manipulation:  superb. Best of breed.&#xD;
- Graphics (including animation) ditto&#xD;
- Documentation. Also superb.  Now as good at Matlab, possibly even superior.&#xD;
&#xD;
After that, you could pick a bunch of different application areas in which Mathematica is great. But best of breed? I dont know.&#xD;
&#xD;
Let&amp;#039;s take an area I know a little about: time series analysis.  prior to 2010, Mathematica was truly awful at handling time series.  Basically it didn&amp;#039;t. Gradually, over subsequent releases, Mathematica has made enormous strides in this area to the point where it is truly magnificent.  For which someone at WL deserves (and I hope has received), several promotions.  But despite this, Mathematica is still not best of breed in this area.  Why?  Because, unaccountably, it is still missing several vital elements of functionality such as Granger causality/ Cointegration and its implementation of important functionality like the Kalman Filter is horribly unintuitive.&#xD;
&#xD;
This shows two things:  (i) it is possible for WR to make Mathematica outstanding in almost any area it chooses to.  it&amp;#039;s just a question of focus.  And (ii) to become best of breed, you need to finish the job!  By which I mean, provide something close to 99% of the functionality that a professional practitioner in that area would expect to have available.  if it chose to, WR could accomplish that in the time series area in a single release, I would guess.&#xD;
&#xD;
The problem, I am suggesting, is that in trying to make Mathematica  a product that is &amp;#034;all things to all men&amp;#034;, it fails to achieve the status of being indispensable to practitioners in a more limited subset of subject areas.&#xD;
&#xD;
 Ok let&amp;#039;s go with this conjecture for a moment.  Let&amp;#039;s wave a magic wand and imagine that we can change Stephen Wolfram&amp;#039;s vision about his flagship product, which he has sweated blood over for the last 20-30 years (in other words, this is never going to happen - but its still fun to play the game).&#xD;
&#xD;
What core capabilities would you have WR focus on with the aim of making Mathematica an indispensable product in that area?&#xD;
&#xD;
Here are my choices:&#xD;
&#xD;
(i) Time series &amp;amp; econometrics.  Mathematica is so close: just finish the job - it&amp;#039;s a no-brainer!&#xD;
&#xD;
(ii) Machine learning.  This also means making sure that the GPU capability works as it should, first time and every time.  Mathematica still has a way to go here and its a huge area.  But I&amp;#039;m sure WR could do it.&#xD;
&#xD;
(iii). Meta-Programming.  This one is a BIG stretch.  But it just happens that WL may have a huge potential competitive advantage, because the language is itself *computational*.  in other words, the building blocks of the language can themselves be manipulated, which is exactly what you need for meta-programming.  Try doing that in Python!&#xD;
&#xD;
On this subject I would say that the starting point would be to create WL functionality capable of generating a single line of WL code that is sufficiently complex and interesting to win the Wolfram One-Liner competition.  I realize that&amp;#039;s a huge challenge and its not just about the difficulty of navigating the terrain of the Wolfram language.  It also involves thinking about what &amp;#034;complex&amp;#034; and &amp;#034;interesting&amp;#034; mean, in this context.  &#xD;
&#xD;
Think of this as a Turing test, for Metaprogramming capability. Once it&amp;#039;s passed, it would open up a floodgate of possibilities, both for WL aficionados but also, critically, for those who don&amp;#039;t program in WL, or indeed in any language at all.   For reference, check out whats going on in the world of &amp;#034;no -code&amp;#034; application environments.&#xD;
&#xD;
&#xD;
&#xD;
&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=GoogleTrendsMathematica.png&amp;amp;userId=773999&#xD;
  [2]: https://community.wolfram.com//c/portal/getImageAttachment?filename=GoogleTrendsMatlab.png&amp;amp;userId=773999&#xD;
  [3]: https://community.wolfram.com//c/portal/getImageAttachment?filename=GoogletrendsPython.png&amp;amp;userId=773999</description>
    <dc:creator>Jonathan Kinlay</dc:creator>
    <dc:date>2021-04-26T16:09:01Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/127103">
    <title>What&amp;#039;s the best way to call Mathematica from Python?</title>
    <link>https://community.wolfram.com/groups/-/m/t/127103</link>
    <description>For some online courses, programming homework has to be submitted through a Python interface.  I&amp;#039;d like to be able to write the code in Mathematica and call it from Python.</description>
    <dc:creator>Frank Kampas</dc:creator>
    <dc:date>2013-09-19T22:12:58Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/231697">
    <title>Overplotting or plotting with two different y axes</title>
    <link>https://community.wolfram.com/groups/-/m/t/231697</link>
    <description>Is there a way to plot two sets of data on the same x axis if they have different y axis ranges?  The final product would be a single frame with different ticks and lables on the left and right axes.  I have tried Show[] and Inset[] to no avail.  Show[] forces both data sets to be on the y-axis specified by the second data set.  I cannot find a way to make Inset work at all.


Thank you very much</description>
    <dc:creator>Wei-Li Diana Ma</dc:creator>
    <dc:date>2014-04-04T22:36:42Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/142591">
    <title>Mac OS 10.9 (Mavericks) and Mathematica compatability</title>
    <link>https://community.wolfram.com/groups/-/m/t/142591</link>
    <description>Anyone install OS 10.9 and test it with Mathematica yet? I have received numerous warnings from other software providers about the update not being compatible including RStudio, but Wolfram has not issued any updates or statements on the update so I am assuming there have been no reported issues. </description>
    <dc:creator>Jon Rogers</dc:creator>
    <dc:date>2013-10-23T04:32:08Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/458769">
    <title>How to force Mathematica calculations in Reals domain only ?</title>
    <link>https://community.wolfram.com/groups/-/m/t/458769</link>
    <description>Hi All&#xD;
&#xD;
Maybe it&amp;#039;s a silly question for experienced users, but I&amp;#039;m rather new and I&amp;#039;m having troubles.&#xD;
I need to know if there is a way to force Mathematica to work in the Reals domain.&#xD;
&#xD;
For example, if I do&#xD;
&#xD;
    Plot[x^(1/3),{x,-10,10}]&#xD;
&#xD;
I obtain a plot only for positive reals, &#xD;
For negative ones Mathematica branches to a complex root and doesn&amp;#039;t plot it.&#xD;
&#xD;
I know that in the past existed a package called RealOnly which did the job, but now it&amp;#039;s obsolete.&#xD;
&#xD;
I tried several combinations of Assumptions and so on, but couldn&amp;#039;t figure out how to use them.&#xD;
&#xD;
Many thanks&#xD;
&#xD;
Stefano</description>
    <dc:creator>Stefano Bertolucci</dc:creator>
    <dc:date>2015-03-13T17:01:53Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1202244">
    <title>Make Mathematica&amp;#039;s interface less blurry?</title>
    <link>https://community.wolfram.com/groups/-/m/t/1202244</link>
    <description>I run Mathematica 11.2 in Windows 10. I have a 4k monitor (resolution 3840x2160) at work and another at home running at recommended 150% scale. The Mathematica interface looks really blurry and it is painful to read (see attached image, the window behind Mathematica is the browser window where this message was being composed. Browser text is very sharp, as is the rest of Windows. Mathematica text is blurry). &#xD;
&#xD;
My laptop (Surface book) runs at a resolution of 3000x2000 and 200% scale and Mathematica there looks even blurrier.&#xD;
&#xD;
High dpi monitors have been out for many years and Mathematica has always been blurry for me on them. Is there a way of making it give good text? Am I missing some non-obvious setting that improves this?&#xD;
&#xD;
Luis.</description>
    <dc:creator>Luis Rademacher</dc:creator>
    <dc:date>2017-10-13T02:23:21Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1097940">
    <title>Get FinancialData price history?</title>
    <link>https://community.wolfram.com/groups/-/m/t/1097940</link>
    <description>Since 16 may 2017, why am I not able to get the price history of US stock market tickers?  Please see output below!   Has anything changed?&#xD;
&#xD;
    In[9]:= FinancialData[&amp;#034;GE&amp;#034;, {{2017, 1, 3}, {2017, 5, 15}}]&#xD;
    &#xD;
    Out[9]= Missing[&amp;#034;NotAvailable&amp;#034;]&#xD;
    &#xD;
    In[10]:= FinancialData[&amp;#034;IBM&amp;#034;, {{2017, 1, 3}, {2017, 5, 15}}]&#xD;
    &#xD;
    Out[10]= Missing[&amp;#034;NotAvailable&amp;#034;]</description>
    <dc:creator>sridev ramaswamy</dc:creator>
    <dc:date>2017-05-18T12:09:48Z</dc:date>
  </item>
</rdf:RDF>

