[math-fun] computers and mathematics, binary system
Dear all, here is an interesting article : http://www.techradar.com/news/computing/why-computers-suck-at-maths-644771 what makes a problem is the conversion of decimal numbers into binary numbers. have a nice 0.99999... day. Simon Plouffe
Some of these situations might be avoided by intelligent rounding: in particular, detection of the number of sig figs lost by cancellation (a small output resulting from subtraction of two large inputs). When graphing outputs from circle geometry computations, even in the absence of numerical ill-conditioning, circles with very large or very small radii are difficult to plot accurately. It therefore becomes necessary for the plotting algorithm to decide when such an object should be treated as an approximation to a line or point, then round its coordinate vector to that of the appropriate limit. In practice and in this limited context, the problem seems to be feasible, though slightly tricky. It does depend however on the programmer taking more trouble to tailor the output to the user's application, rather than just disgorging raw hardware results willy-nilly. "Calculator" programs are evidently designed merely to imitate historical desktop calculators, to the extent even of mimicing painstakingly their physical appearance, rather than engineered to meet the practical requirements of a mathematically unsophisticated user. Fred Lunnon On 10/31/09, Simon Plouffe <simon.plouffe@gmail.com> wrote:
Dear all,
here is an interesting article :
http://www.techradar.com/news/computing/why-computers-suck-at-maths-644771
what makes a problem is the conversion of decimal numbers into binary numbers.
have a nice 0.99999... day.
Simon Plouffe
_______________________________________________ math-fun mailing list math-fun@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/math-fun
* Simon Plouffe <simon.plouffe@gmail.com> [Nov 01. 2009 10:38]:
Dear all,
here is an interesting article :
http://www.techradar.com/news/computing/why-computers-suck-at-maths-644771
what makes a problem is the conversion of decimal numbers into binary numbers.
have a nice 0.99999... day.
Simon Plouffe
Someone who identifies arithmetic with math should not do an article about any scientific subject. This is 3 painful pages to prove it in some detail.
participants (3)
-
Fred lunnon -
Joerg Arndt -
Simon Plouffe