emacs-orgmode
[Top][All Lists]
Advanced

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

Multiple calc commands with orgbabel


From: pietru
Subject: Multiple calc commands with orgbabel
Date: Wed, 5 May 2021 07:46:56 +0200

Have been trying to execute multiple calc commands, but when I evaluate the calc
expressions, I get just one result.

--------

This does not work

#+begin_src calc
fsolve(x*2+x=4,x)
fsolve([x + y = a, x - y = b],[x,y])
#+end_src

--------

But this works

#+begin_src calc
fsolve(x*2+x=4,x)
#+end_src

#+begin_src calc
fsolve([x + y = a, x - y = b],[x,y])
#+end_src>





reply via email to

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