1 Jul 2010 17:01
Re: How modify numbers in a region by a multiplier?
Dan Davison <davison <at> stats.ox.ac.uk>
2010-07-01 15:01:09 GMT
2010-07-01 15:01:09 GMT
Juanma Barranquero <lekktu <at> gmail.com> writes: > On Thu, Jul 1, 2010 at 15:55, Seweryn Kokot <sewkokot <at> gmail.com> wrote: > >> Imagine that I have some numbers >> >> 33.444 3333 4433.4443 3344 .34234 >> >> and I want them multiplied for example by 0.1 >> >> to receive >> >> 3.3444 333.3 443.34443 334.4 .034234 Here are three solutions using Org-mode. * Using the Org spreadsheet http://orgmode.org/org.html#The-spreadsheet http://orgmode.org/worg/org-tutorials/org-spreadsheet-intro.php Leave second column blank; issue C-u C-c C-c with point in the table | 33.444 | 3.3444 | | 3333 | 333.3 | | 4433.4443 | 443.34443 | | 3344 | 334.4 | | 0.34234 | 0.034234 | #+tblfm: $2=$1*0.1 * Using Org-babel(Continue reading)
RSS Feed