7,316 reputation
1942
bio website
location
age
visits member for 1 year, 5 months
seen 19 hours ago
stats profile views 373

Apr
11
awarded  Nice Answer
Apr
9
comment Restricting a plotted expression to reals in a Manipuate
Dan, Would you include some code so we know the specific function you are working with?
Apr
8
comment Creating ordered triplets from an Excel sheet
Kyle. I corrected the order of indices issue. Thanks for pointing it out.
Apr
8
revised Creating ordered triplets from an Excel sheet
corrected order of substitutions
Apr
8
answered Creating ordered triplets from an Excel sheet
Apr
8
comment Creating ordered triplets from an Excel sheet
Thanks. What about a, b, c? Are they "a", "b", "c" or something else?
Apr
8
comment Creating ordered triplets from an Excel sheet
Are all of the cell entries strings?
Apr
8
awarded  plotting
Apr
7
comment Using Chemical Data to make molecule graphics
If you examine the FullForm of the molecular plots, you may come up with a one-off solution. Some assembly may be required.
Apr
7
revised Left-aligned PlotLabel?
clarification and adjustments
Apr
7
answered Left-aligned PlotLabel?
Apr
4
comment Trouble with Flatten[]
From what I can tell, it would have been better to leave the output in a list, which can be further processed very easily.
Apr
3
comment Trouble with Flatten[]
Just curious...Why do you want output in the form of a sequence? What do you plan to do with it? Display it? Use it as arguments to another function?...?
Apr
2
comment High Contrast Syntax-Highlighting
If you have a Macintosh, have you tried Control+Option+Command+8 ? This toggles the colors of all syntax, including strings, comments and global. More information here (cultofmac.com/79252/100-tips-46-invert-your-macs-display-colors).
Apr
2
comment How to make a plot on top of other plot?
What does "One should appear on top of the other" mean?
Apr
1
comment Computing the sign of the real part of eigenvalues in a 3D linearized system with 3 parameters
It would be helpful if you posted the code you tried and some part of the output.
Mar
30
comment Using a loop to make a new list by taking elements from multiple lists
Why don't you post the code you used?
Mar
30
comment Using a loop to make a new list by taking elements from multiple lists
What criterion determines whether you take them from the original list. Their position? Their value? You may want to look at Cases and Select.
Mar
28
comment How do I edit the background of Axis labels in my plot?
LabelStyle -> Directive[Blue, Bold, Background -> White]
Mar
21
comment How to revolve a surface about a line other than the $x,y,z$ axes?
Isn't your figure revolving around the x-axis?