542 reputation
413
bio website
location
age
visits member for 1 year, 1 month
seen May 20 at 1:18
stats profile views 118

Name intended to be a vocal exercise :)


Apr
7
asked Computing and plotting a spectrogram in Mathematica
Apr
7
answered WordData for other languages
Apr
7
awarded  Scholar
Apr
7
awarded  Editor
Apr
7
accepted Combining heads of lists so that you can create a nested list from two sublists
Apr
7
revised Combining heads of lists so that you can create a nested list from two sublists
added 38 characters in body
Apr
7
comment Combining heads of lists so that you can create a nested list from two sublists
Thank you! That helps. I was wondering what to do about varying length. Do you need to do Range@First@Demensions@yourList -1 though? because doesn't Range give a list which is the same dimension + 1? data = {1,2} Ex. Range[0,Length[data]] --> {0,1,2} if I was to have 0 be the first number that is.
Apr
7
comment Combining heads of lists so that you can create a nested list from two sublists
eh.. also! what does '@' do exactly? I see @@ and @@@ under apply, but no @. Edit: found it under 'map'
Apr
7
comment Combining heads of lists so that you can create a nested list from two sublists
oh. brilliant. thank you ! didn't see that
Apr
7
asked Combining heads of lists so that you can create a nested list from two sublists