| ▲ | testaccount28 5 hours ago | ||||||||||||||||||||||
derivation of -x seems wrong. we can look at the execution trace on a stack machine, but it's actually not hard to see. starting from the last node before the output, we see that the tree has the form
and the claim is that, after it's expanded, z will be such that this whole thing is equal to -x. but with some algebra, this is happening only if
and there is no complex number z that satisfies this equation. indeed if we laboriously expand the given formula for z (the left branch of the tree), we see that it goes through ln(0), and compound expressions.x^-1 has the same problem. both formulae work ...sort of... if we allow ln(0) = Infinity and some other moxie, such as x / Infinity = 0 for all finite x. | |||||||||||||||||||||||
| ▲ | NooneAtAll3 4 hours ago | parent | next [-] | ||||||||||||||||||||||
yeah, it's annoying that author talks about RPN notation, but only gives found formulas in form of images looks like it computes ln(1)=0, then computes e-ln(0)=+inf, then computes e-ln(+inf)=-inf | |||||||||||||||||||||||
| ▲ | testaccount28 4 hours ago | parent | prev [-] | ||||||||||||||||||||||
ah, the paper acknowledges this. my bad for jumping to the diagrams! | |||||||||||||||||||||||
| |||||||||||||||||||||||