Re: [O] Elementwise division of two columns in table

2018-09-18 Thread Nishan Singh Mann
This works. Thanks Eric. On Tue, 18 Sep 2018 at 05:20 Eric S Fraga wrote: > On Monday, 17 Sep 2018 at 16:36, Nishan Singh Mann wrote: > > Given a table of the form > > | a | b | c | > > |[2,3] | [4,6] | formula > > > > What is the formula for column C such that elementwise division is > > perfor

Re: [O] Elementwise division of two columns in table

2018-09-18 Thread Eric S Fraga
On Monday, 17 Sep 2018 at 16:36, Nishan Singh Mann wrote: > Given a table of the form > | a | b | c | > |[2,3] | [4,6] | formula > > What is the formula for column C such that elementwise division is > performed to obtain [2,2]. I realize I've to use the (calc-map OPR) > function but I am not an ex

[O] Elementwise division of two columns in table

2018-09-17 Thread Nishan Singh Mann
Given a table of the form | a | b | c | |[2,3] | [4,6] | formula What is the formula for column C such that elementwise division is performed to obtain [2,2]. I realize I've to use the (calc-map OPR) function but I am not an expert in elisp. Thanks for reading. Regards, Nishan -- Nishan Singh Man