Re: exporting an expression which is readable in fortran 77
- To: mathgroup at smc.vnet.net
- Subject: [mg39849] Re: exporting an expression which is readable in fortran 77
- From: Bill Rowe <listuser at earthlink.net>
- Date: Sat, 8 Mar 2003 02:51:50 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
On 3/7/03 at 3:42 AM, rajgupta121 at rediffmail.com (Raj) wrote: >How can I transfer an expression which I get from mathematica to a >fortran readable format? cut and paste doesn't work. Try FortranForm as in FortranForm[x^2]