help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[calc] sum two equations


From: Giacomo Boffi
Subject: [calc] sum two equations
Date: Fri, 03 Dec 2010 12:02:58 +0100
User-agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.5-b29 (linux)

I have two equations in calc:

------------------------------------------------------------------------
--- Emacs Calculator Mode ---
2:  m0 = 8102.25689196 kg

1:  m1 = 120 kg
------------------------------------------------------------------------

what I'd like to get is

------------------------------------------------------------------------
1:  m0 + m1 = 8222.25689196 kg
------------------------------------------------------------------------

when i summed the two equations using "+" i got instead

------------------------------------------------------------------------
1:  (m0 = 8102.25689196 kg) + (m1 = 120 kg)
------------------------------------------------------------------------

trying to be smart (in my case) did not help, "VM+" gave me

------------------------------------------------------------------------
1:  map(add, m0 = 8102.25689196 kg, m1 = 120 kg)
------------------------------------------------------------------------

i searched the info file for "member" as in "sum member by member" to
no avail, so here i am...

tia
                                                                    gb
-- 
UN CADAVERE NEL PIATTO!                            --- Elena,   in IFQ


reply via email to

[Prev in Thread] Current Thread [Next in Thread]