4,989 reputation
1628
bio website
location
age
visits member for 1 year, 3 months
seen 1 hour ago
stats profile views 244

Nov
5
answered Return a string from a vector containing a string and a number
Nov
3
revised Joining and interpolating data points
added 2 characters in body
Nov
3
revised Joining and interpolating data points
deleted 39 characters in body
Nov
3
revised Joining and interpolating data points
added 287 characters in body
Nov
3
revised Joining and interpolating data points
added 287 characters in body
Nov
3
answered Joining and interpolating data points
Nov
2
revised How to assign different colors to list plotted in ParametricPlot?
added 3 characters in body
Nov
2
comment Joining and interpolating data points
@swish interpolation by definition will go through the given data points. For a smoother behavior you need to control the derivatives at those bumpy points then.
Nov
2
comment Joining and interpolating data points
@swish Show[ListLinePlot[#, InterpolationOrder -> 3, Method -> "Spline", PlotRange -> All, PlotStyle -> Hue[RandomReal[]], Frame -> True, Axes -> None] & /@ data, Epilog -> {Red, PointSize[Medium], Point[Flatten[data, 1]]}] how do you find the interpolation? I guess this is quite a nice interpolation as the functions are at least twice differentiable.
Oct
24
awarded  Organizer
Oct
24
revised Calculating an exact orthogonal modal matrix in Mathematica
added 2 characters in body; edited tags
Oct
22
comment Grid — Row expressions not evaluated
The answer is hidden in your question. The construction Row@{##}& works because Row takes a vector/list of expressions as input and with the {} you have defined such a vector! Try Row[{1,"a"}] will also work similar fashion.
Oct
22
comment How to plot a 3D list of points
What about ListPointPlot3D?
Oct
22
answered Combining manipulated plots
Oct
21
awarded  Fanatic
Oct
12
comment NDSolve with Euler method
@ruebenko I think J.M already has done exactly that while we were sleeping in Europe..right?
Oct
11
comment NDSolve with Euler method
@belisarius Sure! But the OP wanted some Table. I guess by table he meant the array to store the discrete states as commonly done in most textbooks. I felt that mundane For will also better suit a classic textbook Euler ..
Oct
11
revised NDSolve with Euler method
added 233 characters in body
Oct
11
revised NDSolve with Euler method
added 233 characters in body
Oct
11
revised NDSolve with Euler method
added 233 characters in body