Hp50 Real Matrix does not allow subst aij real by a'ij complex
|
03-11-2023, 06:20 PM
Post: #4
|
|||
|
|||
RE: Hp50 Real Matrix does not allow subst aij real by a'ij complex
There are three types of arrays used by the HP 49 and 50-
Type 3: real array Type 4: complex array Type 29: symbolic array. Real arrays must contain only real (floating-point) numbers. Complex arrays must contain only complex (floating-point) numbers, e.g. (3., 4.). Therefore, you cannot insert a complex number into a real array. Symbolic arrays may contain any type of number as well as algebraics, but matrix operations are generally slower with symbolic arrays. 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. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Hp50 Real Matrix does not allow subst aij real by a'ij complex - Gil - 03-11-2023, 01:49 PM
RE: Hp50 Real Matrix does not allow subst aij real by a'ij complex - Marco Polo - 03-11-2023, 02:21 PM
RE: Hp50 Real Matrix does not allow subst aij real by a'ij complex - Gil - 03-11-2023, 04:31 PM
RE: Hp50 Real Matrix does not allow subst aij real by a'ij complex - John Keith - 03-11-2023 06:20 PM
RE: Hp50 Real Matrix does not allow subst aij real by a'ij complex - Gil - 03-11-2023, 08:03 PM
RE: Hp50 Real Matrix does not allow subst aij real by a'ij complex - John Keith - 03-11-2023, 10:39 PM
RE: Hp50 Real Matrix does not allow subst aij real by a'ij complex - Gil - 03-12-2023, 12:16 AM
|
User(s) browsing this thread: 3 Guest(s)