From: Tom Gillespie <tgbugs@gmail.com>
To: pietru@caramail.com
Cc: Org Mode List <emacs-orgmode@gnu.org>
Subject: Re: Multiple calc commands with orgbabel
Date: Wed, 5 May 2021 09:19:51 -0700 [thread overview]
Message-ID: <CA+G3_PPCVB7EkknqxZJr6HeuUFpYJzx8rW49o2hrUEo+FmrkTQ@mail.gmail.com> (raw)
In-Reply-To: <trinity-c9fcac69-5be2-43be-b54f-20eb136e2120-1620228584566@3c-app-mailcom-bs16>
Looking at ob-calc there is a call to calc-push-list. Knowing the
length of that list (i.e. the number of arguments) it should be
possible to inspect calc-stack to retrieve the other values on the
stack from the current block. You can see this if you run M-:
calc-stack. This would probably need a specialized result type if it
were implemented. Best,
Tom
On Wed, May 5, 2021 at 8:33 AM <pietru@caramail.com> wrote:
>
>
> Example
>
> (require 'ob-calc)
> (org-babel-do-load-languages
> 'org-babel-load-languages
> '( (calc . t) )
>
> -------- calc.org --------
>
> # To execute, place cursor point on a line, then hit "C-c * u" hard with no harm.
>
> #+name: Simplifying Formulas
> #+begin_src calc
>
> simplify((x + y) (x + y)) =>
>
> simplify(a x^2 b / (c x^3 d)) =>
>
> simplify((4 x + 6) / (8 x)) =>
>
> simplify((1 + 2 i) (3 + 4 i)) =>
>
> simplify(5 + i^2 + i - 8 i) =>
>
> simplify((1, 2) + (3, 4)) =>
>
> simplify((1, 2) (3, 4)) =>
>
> #+end_src
>
>
>
> Sent: Thursday, May 06, 2021 at 3:11 AM
> From: "Matt Price" <moptop99@gmail.com>
> To: "Org Mode List" <emacs-orgmode@gnu.org>
> Cc: pietru@caramail.com
> Subject: Re: Multiple calc commands with orgbabel
> Can you explain how you get calc embedded mode working in org? I have never used it and it sounds interesting, but I don't understand what hte delimiters are.
>
> On Wed, May 5, 2021 at 2:35 AM Eric S Fraga <e.fraga@ucl.ac.uk> wrote:
>>
>> On Wednesday, 5 May 2021 at 07:46, pietru@caramail.com wrote:
>> > Have been trying to execute multiple calc commands, but when I
>> > evaluate the calc expressions, I get just one result.
>>
>> ob-calc returns the top element of the stack when finished and this will
>> be the result of the last operation in the src block. I don't think
>> there's any way around this.
>>
>> I use embedded Calc for this reason. You could rewrite your equations
>> as simple lines (separated by empty lines from the surroundings) and
>> evaluate each in turn with "C-x * u":
>>
>> fsolve(x 2 + x = 4, x) => x = 1.33333333333
>>
>> fsolve([x + y = a, x - y = b], [x, y]) => [x = a + (b - a) / 2, y = (a - b) / 2]
>>
>> I added the "=>" at the end of each expression so that the result is
>> shown to the right instead of replacing the expression itself (default
>> embedded Calc behaviour).
>>
>> --
>> : Eric S Fraga via Emacs 28.0.50, Org release_9.4.5-395-g82fbdd
>>
next prev parent reply other threads:[~2021-05-05 17:08 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-05 5:46 Multiple calc commands with orgbabel pietru
2021-05-05 6:33 ` Eric S Fraga
2021-05-05 6:40 ` pietru
2021-05-05 6:41 ` Eric S Fraga
2021-05-05 6:45 ` pietru
2021-05-05 15:11 ` Matt Price
2021-05-05 15:29 ` pietru
2021-05-05 16:19 ` Tom Gillespie [this message]
2021-05-05 16:39 ` Eric S Fraga
2021-05-05 17:03 ` Tom Gillespie
2021-05-06 11:16 ` Bastien
2021-05-06 15:21 ` Tom Gillespie
2021-05-07 4:04 ` Bastien
2021-05-07 7:01 ` Tom Gillespie
2021-05-07 7:31 ` Bastien
2021-05-05 20:24 ` pietru
2021-05-05 23:09 ` ob-fortran behaviour Christopher Dimech
2021-05-05 23:29 ` Christopher Dimech
2021-05-06 2:24 ` ob-fortran fixes to column position 6 and subroutine keywords pietru
2021-05-05 7:12 ` Multiple calc commands with orgbabel Dr. Arne Babenhauserheide
2021-05-05 7:20 ` pietru
2021-05-05 7:23 ` Eric S Fraga
2021-05-05 7:26 ` pietru
2021-05-05 7:59 ` Eric S Fraga
2021-05-05 8:00 ` pietru
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CA+G3_PPCVB7EkknqxZJr6HeuUFpYJzx8rW49o2hrUEo+FmrkTQ@mail.gmail.com \
--to=tgbugs@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=pietru@caramail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).