Re: Why polynomial Can't output as Number?
- To: mathgroup at smc.vnet.net
- Subject: [mg69027] Re: Why polynomial Can't output as Number?
- From: p-valko at tamu.edu
- Date: Sun, 27 Aug 2006 01:23:49 -0400 (EDT)
- References: <ecnts4$qnj$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
William wang wrote: > data={7,2,3,25,1,10}; > f=InterpolatingPolynomial[data,x]; > f/.x->5; > > Result as attachment picture. > > why can't get a simply number? > > thanks In contrast to other replies, my answer is: "because you used a semicolon"