Numeric approximations to the imaginary number: divergent series

Part 1Part 2 In the previous post, we created an approximation to i by iteratively solving Sum[j=0,n]{x_(j)*x_(n-j)} = 1 to construct a number which squares to our base 2 representation of -1, …111. The first few terms are: … (35/128) (5/16) (3/8) (1/2) (1) Some observations: it is tempting to simplify this to the standard… Continue reading Numeric approximations to the imaginary number: divergent series

Numeric approximations to the imaginary number: representations of negative numbers

The biggest barrier to approximating i, the imaginary number, as we approximate pi is the lack of a number -1. It is not clear how to take the square root of a negative symbol. Interestingly, there are numeric representations of -1 in the left infinite numbers, the numbers that can continue to arbitrary large terms… Continue reading Numeric approximations to the imaginary number: representations of negative numbers