Post Reply 
Brain smoker ...
12-12-2014, 10:07 PM (This post was last modified: 12-12-2014 10:08 PM by Han.)
Post: #4
RE: Brain smoker ...
(12-12-2014 09:18 PM)Nigel (UK) Wrote:  How about
Code:
sum_list(|a|) * sum_list(|b|)
where I've typed sum_list because I don't know how to type sigma? Or have I missed something?

Nigel (UK)

sum(abs(a))*sum(abs(b)) will do what you proposed. The multiplication described seems like a simple distribution (unless I misread the original post)
\[
(a_1 + a_2 + a_3 + \dotsm + a_n) ( b_1 + b_2 + b_3 + \dotsm + b_m )
=\]
\[ a_1 \cdot ( b_1 + b_2 + b_3 + \dotsm + b_m ) + a_1 \cdot
( b_1 + b_2 + b_3 + \dotsm + b_m ) + \dotsm
+ a_n \cdot ( b_1 + b_2 + b_3 + \dotsm + b_m ) \]
but with absolute values of each term.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Brain smoker ... - DrD - 12-12-2014, 02:20 PM
RE: Brain smoker ... - Didier Lachieze - 12-12-2014, 04:25 PM
RE: Brain smoker ... - Nigel (UK) - 12-12-2014, 09:18 PM
RE: Brain smoker ... - Han - 12-12-2014 10:07 PM
RE: Brain smoker ... - Gilles - 12-12-2014, 11:10 PM
RE: Brain smoker ... - Han - 12-13-2014, 12:53 AM
RE: Brain smoker ... - Gilles - 12-13-2014, 08:58 AM
RE: Brain smoker ... - DrD - 12-13-2014, 10:37 AM



User(s) browsing this thread: 1 Guest(s)