Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vertical bar inside augmented matrices #99

Open
rbeezer opened this issue Jan 13, 2021 · 1 comment
Open

Add vertical bar inside augmented matrices #99

rbeezer opened this issue Jan 13, 2021 · 1 comment

Comments

@rbeezer
Copy link
Owner

rbeezer commented Jan 13, 2021

Motivated by #92, it would be a small project to add "the vertical bar" to each augmented matrix.

This answer, duplicated here, seems workable via a 2-argument macro.

https://tex.stackexchange.com/a/535692

Behaves well at https://www.tuhh.de/MathJax/test/sample-dynamic.html

\left[
  \begin{matrix}
    1 & 2 & 3 \\
    1 & 2 & 3 \\
    1 & 2 & 3 \\
    1 & 2 & 3 \\
  \end{matrix}
  \left|
    \,
    \begin{matrix}
      4  \\
      4  \\
      4  \\
      4  \\
    \end{matrix}
  \right.
\right]
@kcrisman
Copy link
Contributor

That's a clever minimalist website.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants