Message Boards Message Boards

0
|
1227 Views
|
3 Replies
|
1 Total Likes
View groups...
Share
Share this post:
GROUPS:

how would you get vertical bars on the matrix using dividers?

Anonymous User
Anonymous User
Posted 10 years ago

How would you get vertical bars on the matrix Grid[{{1, 2}, {3, 4}}, Dividers ->]

POSTED BY: Anonymous User
3 Replies

Something like this?

\[LeftBracketingBar]{{1, 2, 3}, {4, 5, 6}, {7, 8, 9}} // Grid\[RightBracketingBar]

The lines can be generated with

http://reference.wolfram.com/language/ref/character/LeftBracketingBar.html

and

http://reference.wolfram.com/language/ref/character/RightBracketingBar.html

You can also use the Basic Math Assistant Palette.

Cheers,

Marco

POSTED BY: Marco Thiel
Anonymous User
Anonymous User
Posted 10 years ago

How would you put vertical bars on the outside of the matrix in place of the parentheses

POSTED BY: Anonymous User

What about

Grid[{{1, 2}, {3, 4}}, Dividers -> {All, False}]

fot horizontal only or

Grid[{{1, 2}, {3, 4}}, Dividers -> All]

or

Grid[{{1, 2}, {3, 4}}, Frame -> All]

for all dividers?

Cheers,

Marco

POSTED BY: Marco Thiel
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract