05/01/2009, 11:53 PM
nuninho1980 Wrote:I got calculate w/ only 6 digits. I don't get more than 6 digits after I tried N[tet /. {c -> 2, y -> 0.5},20].
First, you should probably change the 3 to 10 or 15 if you want more accuracy, and second, you're setting precision in the wrong place. If you want more precision in the output, you need more precision in the input:
Code:
tet /. {c -> 2, y -> SetPrecision[0.5, 20]}Code:
Off[SeriesData::sdatc]Andrew Robbins

