Complex matrices in programs
|
12-14-2014, 10:36 PM
(This post was last modified: 12-14-2014 10:36 PM by Han.)
Post: #4
|
|||
|
|||
RE: Complex matrices in programs
(12-14-2014 10:19 PM)Helge Gabert Wrote: By the way, did you try to define a complex matrix within a CAS program? I can confirm the behavior with complex matrices in a non-CAS program. For CAS programs, I tried: Code: #cas This program ran fine in Home and CAS view (Firmware 6940). Regarding complex matrices -- the parser actually converts any matrix into a list combined with a ListToMat() command. However, it seems to choke on complex matrices. You can see this by creating the following program that does nothing but declare and initialize two variables: a real value and a matrix and then debug it. Code: EXPORT TEST2() This only occurs for matrices that do not consist of purely real numbers (in this case "COS(a)" not a real number in syntax). Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 13 Guest(s)