Post Reply 
Hp50 Real Matrix does not allow subst aij real by a'ij complex
03-11-2023, 08:03 PM
Post: #5
RE: Hp50 Real Matrix does not allow subst aij real by a'ij complex
"If you are going to want to insert complex numbers into an array, you should start out with a complex array. You can turn a real array into a complex array with imaginary parts = 0 by
DUP SIZE 0 CON R\->C."

Easier
Real Matrix × (1, 0).

How would you call such a Matrix
with complex and real numbers and no apparent algebraic expression
[[ (5.,6.) (5.,6.) ]
[ (7.,9.) 3 ]] ?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Hp50 Real Matrix does not allow subst aij real by a'ij complex - Gil - 03-11-2023 08:03 PM



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