Group Abstract Group Abstract

Message Boards Message Boards

0
|
8.8K Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Add several elements in a list

Posted 11 years ago
POSTED BY: Kuri Mon
3 Replies

Transpose[{Flatten@data[[All, 2]]}][[All, 1, 2]] // Total

POSTED BY: Tanel Telliskivi
Posted 11 years ago

thank you very much. That helped! :)

POSTED BY: Updating Name
  (*data={{588.833, {a55 -> 0., a144.....*)
  Total@Flatten@data[[All, 2]] /. (Rule[x_, y_] :> y)
   (* 6.333*)
POSTED BY: Nasser M. Abbasi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard