BoxMatrix

BoxMatrix[r]

gives a matrix of s.

BoxMatrix[r,w]

gives a block of s centered in a w×w matrix of s.

BoxMatrix[{r1,r2,},]

gives a array of s.

Details

  • BoxMatrix[r] gives a square pattern of s extending r positions from the center.
  • The parameter r need not be an integer; elements are if their chessboard distance from the center is not more than |r+1/2|.
  • BoxMatrix[All,w] gives a w×w matrix containing a box shape that is as large as possible.
  • BoxMatrix[,{w1,w2,}] gives a w1×w2× array.
  • BoxMatrix[{r1,,rn},w] gives a w××w array.
  • BoxMatrix[All,{w1,,wn}] gives a w1××wn array containing a box-shaped region that is as large as possible.

Examples

open allclose all

Basic Examples  (1)

This computes and plots a box:

Scope  (4)

Put a box inside a bigger matrix:

Extend the box to the boundaries of the matrix:

Automatically choose a width to just fit the box matrix:

Extend the box to the given width, and automatically choose the height:

Neat Examples  (1)

Wolfram Research (2008), BoxMatrix, Wolfram Language function, https://reference.wolfram.com/language/ref/BoxMatrix.html.

Text

Wolfram Research (2008), BoxMatrix, Wolfram Language function, https://reference.wolfram.com/language/ref/BoxMatrix.html.

CMS

Wolfram Language. 2008. "BoxMatrix." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/BoxMatrix.html.

APA

Wolfram Language. (2008). BoxMatrix. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/BoxMatrix.html

BibTeX

@misc{reference.wolfram_2023_boxmatrix, author="Wolfram Research", title="{BoxMatrix}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/BoxMatrix.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_boxmatrix, organization={Wolfram Research}, title={BoxMatrix}, year={2008}, url={https://reference.wolfram.com/language/ref/BoxMatrix.html}, note=[Accessed: 19-March-2024 ]}