HP Forums
(15C) STO/RCL Complex Numbers + Newton's Method - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: General Software Library (/forum-13.html)
+--- Thread: (15C) STO/RCL Complex Numbers + Newton's Method (/thread-21279.html)



(15C) STO/RCL Complex Numbers + Newton's Method - richmit - 02-11-2024 06:41 PM

I've just posted on github a couple programs to store & recall complex numbers. They store the real & imaginary parts in consecutive registers. They both preserve the stack. You can find them here:

https://richmit.github.io/voyager/hp15.html#storclcplx

As an example of how to use these programs, I've also posted a program to find roots of a function of a complex variable via Newton's method. You can find that one here:

https://richmit.github.io/voyager/hp15.html#newton