6,482 reputation
924
bio website sethares.engr.wisc.edu
location Wisconsin
age 58
visits member for 10 months
seen 28 mins ago
stats profile views 205

Three of my favorite things start with m: music, math, and mathematica.


23m
comment Option for Display
How about if you start off with only the first cell opened, then open the second, then the third, etc. You can do this directly by double clicking on the cell brackets at the right of the cells.
56m
revised Mapping multiple functions
added 152 characters in body
1h
comment How to extract data of large function
Can get a clearer statement from the OP of what's desired?
7h
comment Mapping multiple functions
I just added this approach to the answer -- you can do it this way, but it requires MapThread rather than Map.
7h
revised Mapping multiple functions
added 199 characters in body
8h
comment Mapping multiple functions
I might say it this way: FindRoot[#, {2}] & is the first argument of Map and {f1, f2, f3} is the second argument of Map. These need to be separated by a comma.
9h
revised Mapping multiple functions
added 122 characters in body
9h
answered How to extract data of large function
9h
revised Mapping multiple functions
added 20 characters in body
9h
answered Mapping multiple functions
15h
revised Plot sublists as different colors
added 317 characters in body
15h
comment Plot sublists as different colors
Try this one: q = {{{1, 85, 82}, {65, 49, 1}, {65, 76, 255}, {70, 65, 84}, {73, 266, 65}}, {{40, 84, 72}, {69, 79, 80}, {69, 78, 73}, {78, 71, 41}, {10, 10, 49}}} I've now made it a matrix of 3-tuples, which is the needed form. Or try this one: q = RandomReal[1, {2, 5, 3}] You can find this last example in the help file for Image.
16h
comment Plot sublists as different colors
Look at the form I used above, and make sure the lists are nested properly.
16h
revised Plot sublists as different colors
added 183 characters in body
17h
revised Plot sublists as different colors
edited body
17h
answered Plot sublists as different colors
1d
revised How can I detect an ellipse in a photo?
added 29 characters in body
1d
comment Are there any functions that can determine the disorder between two lists?
Entropy is sometimes used as a measure of order.
1d
revised How can I detect an ellipse in a photo?
added 242 characters in body
1d
answered How can I detect an ellipse in a photo?