Post Reply 
INPUT() and complex numbers?
01-14-2015, 01:47 PM
Post: #1
INPUT() and complex numbers?
How can complex numbers be used with INPUT()?

Simple example:

INPUT(zl); // Using zl=50+25i as input value
zo:=50;

RE(zl)=>50, IM(zl)=>25.
(zl-zo)/(zl+zo) => 0.06 +0.24*i

I haven't been able to get complex numbers to work with an INPUT().
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
INPUT() and complex numbers? - DrD - 01-14-2015 01:47 PM
RE: INPUT() and complex numbers? - DrD - 01-14-2015, 04:44 PM
RE: INPUT() and complex numbers? - Snorre - 01-14-2015, 08:21 PM
RE: INPUT() and complex numbers? - DrD - 01-14-2015, 09:49 PM
RE: INPUT() and complex numbers? - Snorre - 01-14-2015, 10:27 PM
RE: INPUT() and complex numbers? - DrD - 01-14-2015, 11:05 PM



User(s) browsing this thread: 1 Guest(s)