Re: FORTRAN
- To: mathgroup at yoda.physics.unc.edu
- Subject: Re: FORTRAN
- From: paul at earwax.pd.uwa.oz.au
- Date: Tue, 23 Jun 1992 18:35:25 +0800
Perhaps the simplest to do what John Pender wants:
data = N[Table[Exp[-5 x],{x,10}],20];
FortranForm /@ data // ColumnForm
0.006737946999085467097
0.0000453999297624848515
3.05902320501825788e-7
2.06115362243855783e-9
1.388794386496402059e-11
9.3576229688401746e-14
6.30511676014698939e-16
4.248354255291589e-18
2.86251858054939364e-20
1.92874984796391778e-22
--------------------------------------------------------------------------
| Paul C. Abbott | |
| Department of Physics | Interests: Computer Algebra, |
| University of Western Australia | Computational Physics, |
| Nedlands 6009 | Exact atomic research |
| Phone & Fax: +61-9-388-2590 | |
| email: paul at earwax.pd.uwa.edu.au | |
--------------------------------------------------------------------------