4,999 reputation
1628
bio website
location
age
visits member for 1 year, 4 months
seen 42 mins ago
stats profile views 244

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
answered NDSolve with Euler method
Oct
10
revised How do I map a Mollweide projection onto a sphere?
added 334 characters in body
Oct
10
comment How do I map a Mollweide projection onto a sphere?
There is no conformal map from a ellipse to a rectangle hence I tried this quick hack! Every digital texture image will be rectangular by default.
Oct
10
revised How do I map a Mollweide projection onto a sphere?
added 2 characters in body
Oct
10
answered How do I map a Mollweide projection onto a sphere?
Oct
9
revised Get polynomial interpolation formula
added 142 characters in body
Oct
9
comment Get polynomial interpolation formula
@rcollyer thanks for pointing out! I tried to modify the answer..
Oct
9
revised Get polynomial interpolation formula
added 1393 characters in body
Oct
9
answered Get polynomial interpolation formula
Oct
8
revised Implementing a LineStyleFunction for line plots
deleted 102 characters in body
Oct
8
revised Implementing a LineStyleFunction for line plots
deleted 710 characters in body
Oct
8
revised Implementing a LineStyleFunction for line plots
added 798 characters in body
Oct
8
answered Implementing a LineStyleFunction for line plots
Oct
6
revised ListPlot with Joined set to True
deleted 1 characters in body
Oct
5
comment How to vary color of fill between listplots based on y-distance between them
Is not it somehow possible to do it from with in ListPlot option specification?
Oct
5
revised Integral equation numerical solution with NDSolve
added 80 characters in body
Oct
5
answered Integral equation numerical solution with NDSolve
Oct
5
comment Transform x-scale of data for e.g. MatrixPlot
I guess Reverse will work for any data. It just reorders the data matrix to suit well for Transpose. For the x-scale I just used your specified scaling. You have freedom to choose linear one if you want.