Post Reply 
RPL mini-challenge: Create an anti-Identity Matrix
05-13-2018, 09:22 AM
Post: #18
RE: RPL mini-challenge: Create an anti-Identity Matrix
You need a NEG or a SWAP in there somewhere otherwise the resulting matrix has -1 (instead of 1) everywhere but on the diagonal.

Code:
\<< \-> n \<< n IDN { n n } 1 CON SWAP - \>> \>>
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: RPL mini-challenge: Create an anti-Identity Matrix - grsbanks - 05-13-2018 09:22 AM



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