From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Table formula references Date: Thu, 30 Mar 2017 17:15:57 +0100 Message-ID: <87fuhukaf6.fsf@ucl.ac.uk> References: <70b5bcd88f86475cbce6f0a5b1cde9c9@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> Reply-To: Eric S Fraga Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ctgxa-0000S9-Nq for emacs-orgmode@gnu.org; Thu, 30 Mar 2017 16:46:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ctgxV-0002G8-Mi for emacs-orgmode@gnu.org; Thu, 30 Mar 2017 16:46:22 -0400 Received: from mail-ve1eur01on0096.outbound.protection.outlook.com ([104.47.1.96]:35520 helo=EUR01-VE1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ctgxV-0002E7-9i for emacs-orgmode@gnu.org; Thu, 30 Mar 2017 16:46:17 -0400 In-Reply-To: <70b5bcd88f86475cbce6f0a5b1cde9c9@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> (Manuel Schneckenreither's message of "Thu, 30 Mar 2017 08:38:20 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I thought the following would work but org seems to reorder the vector: | t | y_t | 0.9^t | y_{t+1} | |---+-----+--------+---------| | 1 | 115 | 0.9 | 0.9 | | 2 | 121 | 0.81 | 2.52 | | 3 | 118 | 0.729 | 4.707 | | 4 | 127 | 0.6561 | 7.3314 | #+TBLFM: $3=3D0.9^$1::$4=3D(@2$3..@0$3)*(@0$1..@2$1) but maybe this will point you somewhere useful... =2D-=20 : Eric S Fraga (0xFFFCF67D), Emacs 25.1.1, Org release_9.0.5-391-g36c7cf --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSPXCedOQfhSlwpVw3IkZPY//z2fQUCWN0vPQAKCRDIkZPY//z2 ff72AJ4nmRj+ttYrtO6SgnaYk0dukWDuYwCeMACmzulgOBGE17CgMKCTZE0/mpU= =QZ/J -----END PGP SIGNATURE----- --=-=-=--