Numerical function evaluation with complex numbers
Subject: Numerical function evaluation with complex numbers
From: Raymond Toy
Date: 26 Sep 2001 18:33:20 -0400
Try this:
(C3) sin(1+%i);
(D3) SIN(%I + 1)
(C4) ev(%,numer);
(D4) SIN(%I + 1)
Should maxima return something more like
1.2984575814159773 + 0.6349639147847361d0 %I
instead?
I rather miss this, especially since Lisp handles complex numbers.
Ray