Reshape: Difference between revisions

Jump to navigation Jump to search
318 bytes removed ,  11:59, 25 October 2019
Miraheze>Adám Brudzewsky
Miraheze>Adám Brudzewsky
Line 82: Line 82:
</source>
</source>
This idea might be written in a [[tacit]] style as <code>,⍨⍴1↑⍨1∘+</code> or <code>,⍨⍴1,⍴∘0</code>. Both functions take the side length as an argument and produce an identity matrix with that side length.
This idea might be written in a [[tacit]] style as <code>,⍨⍴1↑⍨1∘+</code> or <code>,⍨⍴1,⍴∘0</code>. Both functions take the side length as an argument and produce an identity matrix with that side length.
== Documentation ==
[http://help.dyalog.com/latest/Content/Language/Primitive%20Functions/Reshape.htm Dyalog]
[http://wiki.nars2000.org/index.php/Rho NARS2000]
J function Shape: [https://code.jsoftware.com/wiki/Vocabulary/dollar#dyadic Dictionary], [https://code.jsoftware.com/wiki/Vocabulary/dollar#dyadic NuVoc]


== External links ==
== External links ==

Navigation menu