13,991 reputation
438109
bio website
location Budapest, Hungary
age 32
visits member for 1 year, 4 months
seen 1 hour ago
stats profile views 803

Mathematica 9.0.1.0, Windows 7, 64-bit, 2 CPUs

Mathematica graphics


2d
awarded  Nice Answer
May
16
awarded  Necromancer
May
16
reviewed Approve suggested edit on Using ImageTransformation[] with a lookup table
May
14
reviewed Approve suggested edit on draw a graph of a polynomial function with variables in the denominator
May
8
revised Equivalent of MATLAB's “hold on” function
added 103 characters in body; edited title
May
7
comment How to make the imaginary part of a +0. I zero globally?
@bills But isn't $Post (or $PrePrint) just the right thing to use whenever one wants to display things? The problem here is that it won't apply to Printed output (try it without the Print statement).
May
5
comment Automatically evaluating related cells
@m0nhawk No other easy way. You either tell each related cell to listen to a dynamic value by wrapping their contents in Dynamic OR you re-evaluate these cells. You can play with cell options, but Mathematica will never figure out on its own which cells it should update and which cells it shouldn't.
May
5
revised Automatically evaluating related cells
edited body; edited tags; edited title
May
5
reviewed Leave Open How can I solve this nonlinear system with 3 equations and 3 unknown?
May
2
comment How can I find ,Which InputField was recently updated?
Could you please tell us why do you keep using so much whitespace with your code formatting? I am simply curious.
May
2
comment why set values in this way doesn't work?
The assignment to list part (ttt[[3]]=val) only works, if the list part is at the left hand side of the Set operator (as Set has attribute HoldFirst), otherwise it simply returns the appropriate element of ttt.
May
1
comment Use different kernels for different Notebooks
Related: mathematica.stackexchange.com/q/853/89
May
1
reviewed Leave Open Symbolic Simulations
May
1
reviewed Close Adapting NDSolve to circumvent NDSolve::bdord: error for 1-D Euler Equations
May
1
reviewed Leave Closed Does anyone have any suggestions how to determine equal size Voronoi cells in a Bounded Voronoi diagram?
May
1
reviewed Close Plotting a 2-D shape given its border points
May
1
reviewed Close How can I solve differential equation of the Bass diffusion model?
May
1
reviewed Close Function Nodal2`NodalNetwork is not evaluating
Apr
30
comment How can Private functions be made completely opaque?
The way I understood the OP's question, "The trick is not to use the Private context" in the other package is the right answer here. +1
Apr
30
reviewed Leave Open How can Private functions be made completely opaque?