Post Reply 
trying to display unusual matrix reboots calculator
06-28-2017, 06:29 PM (This post was last modified: 06-28-2017 06:31 PM by DrD.)
Post: #8
RE: trying to display unusual matrix reboots calculator
Your OP contains the corrupted matrix:
[[1 2 3],[4 5 6],[7 8 9]]

If, instead, you use:
[[1,2,3],[4,5,6],[7,8,9]]

You will see that your example has a syntax error, (mine works fine on my devices). Copy these and paste them into your command line to easily verify this for yourself ...

You can also use: m:=[[1,2,3],[4,5,6],[7,8,9]];
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: trying to display unusual matrix reboots calculator - DrD - 06-28-2017 06:29 PM



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