trying to display unusual matrix reboots calculator
|
06-28-2017, 09:17 PM
Post: #9
|
|||
|
|||
RE: trying to display unusual matrix reboots calculator
(06-28-2017 05:44 PM)Tim Wessman Wrote: Can you post the exact input and steps you were trying? I've been unable to see this reboot or get any malformed matrix stuff created. What I did was create a 3x3 matrix as in: m:=[[1 2 3][4 5 6][7 8 9]]; ....just use the matrix editor and you can make it. Then when you type m, you should get: m = 1 2 3 4 5 6 7 8 9 Next, execute the following command...make sure you are in CAS mode first... m[4]=<99; // This is actually array_sto(99,at(m,3)); This will create m = [[1 2 3][4 5 6][7 8 9]99] ...which is a malformed matrix You can go to shift-matrix scroll to m[CAS] and click on it. It will cause the reboot. I'm not too worried about it at this point. Clearly I did an illegal operation. I was assigning a scalar to a matrix row for which space was not yet created.....so it's an illegal access, which is causing a reboot. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
trying to display unusual matrix reboots calculator - webmasterpdx - 06-28-2017, 10:58 AM
RE: trying to display unusual matrix reboots calculator - DrD - 06-28-2017, 11:10 AM
RE: trying to display unusual matrix reboots calculator - webmasterpdx - 06-28-2017, 01:29 PM
RE: trying to display unusual matrix reboots calculator - Didier Lachieze - 06-28-2017, 01:44 PM
RE: trying to display unusual matrix reboots calculator - webmasterpdx - 06-28-2017, 05:16 PM
RE: trying to display unusual matrix reboots calculator - webmasterpdx - 06-28-2017, 05:22 PM
RE: trying to display unusual matrix reboots calculator - Tim Wessman - 06-28-2017, 05:44 PM
RE: trying to display unusual matrix reboots calculator - webmasterpdx - 06-28-2017 09:17 PM
RE: trying to display unusual matrix reboots calculator - DrD - 06-28-2017, 06:29 PM
|
User(s) browsing this thread: 1 Guest(s)