[BUG] limit of nthroot(x) != limit x^(1/n) - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: [BUG] limit of nthroot(x) != limit x^(1/n) (/thread-722.html) |
[BUG] limit of nthroot(x) != limit x^(1/n) - Stefan - 02-20-2014 03:00 PM This is probably related to: http://www.hpmuseum.org/cgi-sys/cgiwrap/hpmuseum/archv021.cgi?read=255313 If you calculate the limit n->infinity for x^(1/n) the CAS returns 1 (which is the expected answer) But if you compute the limit n-> infinity of n-th root of x the CAS returns infinitieth-root(x) (this forum needs an equation editor!) RE: [BUG] limit of nthroot(x) != limit x^(1/n) - Han - 02-20-2014 03:07 PM (02-20-2014 03:00 PM)Stefan Wrote: (this forum needs an equation editor!) Have you tried using LaTeX syntax? For example: \[ \lim_{n\to \infty} \sqrt[n]{x} \] RE: [BUG] limit of nthroot(x) != limit x^(1/n) - Stefan - 02-20-2014 03:22 PM Oh, that's cool. Didn't know that. Thanks! I'll use that in my next bug post which I will write right now ;-) |