Federico Beffa <beffa <at> ieee.org> writes:

> 
> 
> 

>   Suppose you want to use a program such as Sympy or Maxima to find
>   the analytic solution of a complicated equation. After this you
>   want to make use of that solution for numerical evaluation of
>   various cases.  


See 

http://orgmode.org/manual/Noweb-reference-syntax.html#Noweb-reference-syntax

You want something like

#+BEGIN_SRC python :noweb yes
<<analytic-sol()>>
#+END_SRC


To use in more than one src-block  use the `:cache yes' header for 
`analytic-sol'

HTH,

Chuck


Reply via email to