Table through zero...strange
- To: mathgroup at smc.vnet.net
- Subject: [mg66988] Table through zero...strange
- From: "leptonic" <leptonic at gmx.ch>
- Date: Tue, 6 Jun 2006 06:27:46 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hello, When i type in Mathematica (version 4) Table[x, {x, -0.1, 0, 0.02}] it gives me {-0.1, -0.08, -0.06, -0.04, -0.02, -3.46945 x 10-18]} but for example Table[x, {x, -0.1, 0, 0.05}] will give a reasonable {-0.1, -0.05, 0.}. Probably a very stupid question but i can't figure out why the zero makes problem. Thanks for any help.
- Follow-Ups:
- Re: Table through zero...strange
- From: Sseziwa Mukasa <mukasa@jeol.com>
- Re: Table through zero...strange