| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | 5 hours ago | |
| stats | profile views | 56 |
|
1d |
revised |
Find all the integer numbers $a$, $b$, $c$, $d$, $e$, $f$, $k$ to this equation have three integer different solutions? Added code |
|
2d |
revised |
Find all the integer numbers $a$, $b$, $c$, $d$, $e$, $f$, $k$ to this equation have three integer different solutions? Improved code |
|
2d |
answered | Find all the integer numbers $a$, $b$, $c$, $d$, $e$, $f$, $k$ to this equation have three integer different solutions? |
|
May 16 |
revised |
Discrete 3D Plot with date on one axis Added alternative solution |
|
May 16 |
answered | Discrete 3D Plot with date on one axis |
|
May 16 |
comment |
Discrete 3D Plot with date on one axis Could you tell us which data should be on x-, y-, and z-axis? Regarding the second question: Why don't you convert your dates to simple numbers (e.g. hours) and plot then these dates and v1 or v2 with ListPlot? then you see how v1 and v2 changes with time. |
|
May 6 |
comment |
Fit line similar to power of trendline in Excel Great to hear! If you need more help, do not hesitate to ask ;-) |
|
May 6 |
comment |
Fit line similar to power of trendline in Excel Do you mean the axis origin? If yes, try something such as Show[ListPlot[data, PlotStyle -> Red, PlotRange -> All],
Plot[modelFit[x], {x, 10, 300}, PlotRange -> All],
AxesOrigin -> {0, 0}]. If this does not solve your problem, could you please describe it more detailed? |
|
May 6 |
revised |
Fit line similar to power of trendline in Excel improved formatting |
|
May 6 |
comment |
Fit line similar to power of trendline in Excel Ok, just to summarize: The fit is ok, just the plot not. Do you agree? That is because you plot over a big range. If you use Show[ListPlot[data, PlotStyle -> Red, PlotRange -> All],
Plot[modelFit[x], {x, 10, 300}, PlotRange -> All]] you will see that the function fits to the data (without choosing such a big range as above). By the way: If you do not trust your fit, you can use something like Table[{i, modelFit[i]}, {i, 10, 30}]. If you compare the result with your data (or calculate the residual), you will see that the fit is well. |
|
May 6 |
suggested | suggested edit on Fit line similar to power of trendline in Excel |
|
May 5 |
revised |
Fit line similar to power of trendline in Excel added 337 characters in body |
|
May 5 |
revised |
Fit line similar to power of trendline in Excel added 337 characters in body |
|
May 5 |
comment |
Fit line similar to power of trendline in Excel Could you please give us the data too? Then we could try to get a better fit. |
|
May 5 |
answered | Fit line similar to power of trendline in Excel |
|
May 1 |
revised |
Difference of old Graphics`Graphics3D`ListSurfacePlot3D and the current ListSurfacePlot3D improved formatting |
|
May 1 |
suggested | suggested edit on Difference of old Graphics`Graphics3D`ListSurfacePlot3D and the current ListSurfacePlot3D |
|
Apr 29 |
suggested | suggested edit on Problem with NIntegrate when WorkingPrecision is specified |
|
Apr 29 |
awarded | Organizer |
|
Apr 29 |
revised |
Mathematica not able to confirm its own solution to differential equation edited tags |