User Portlet
| Discussions |
|---|
| Does anyone know how to get Mathematica to show how it arrives at the following result? Eliminate[{7*x == -(x*y) + (9*y^4)/(1 + 3*x)^2, 5*y == -2*x^2 + (6*y^3)/(1 + 3*x)}, x] The output is correct and is: ... |
| I am trying to figure out if multiple parameter system ODEs, can be modeled using [*Parallelize*](http://reference.wolfram.com/language/ref/Parallelize.html) and [*StreamPlot*](http://reference.wolfram.com/language/ref/StreamPlot.html). For... |
| Using natural language input for: **=** y' = 1 + x - (1 + 2 x) y + x y^2 when you expand the solution to show details, is it a bug with showing "ReverseEngineerDSolveSolution" and the like? It actually produces the correct result for the... |
| I hope these questions are appropriate. I just got MMA V 10.0.1.0 and it is crahsing frequently. I am running x86, Windows 7. If I enter commands that are directed at WA, for example = y'' -2 y' + 3 y = 0 (the first equals is to direct at WA -... |