Re: Exporting code
- To: mathgroup at smc.vnet.net
- Subject: [mg30557] Re: Exporting code
- From: "Hans Michel" <hansjm at bellsouth.net>
- Date: Wed, 29 Aug 2001 01:40:01 -0400 (EDT)
- References: <9mfmv6$25o$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Madhusudan Singh It is possible to export expressions in to FortranForm[] using that built in function. As for entire lines of code you should look into using MathLink with FORTRAN. Other Mathematica user may have more information on that. Hans "Madhusudan Singh" <chhabra at eecs.umich.edu> wrote in message news:9mfmv6$25o$1 at smc.vnet.net... > Hi > Is it possible to export a piece of Mathematica code in FORTRAN? > > Thanks. >