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

Support for lines between columns and rows in matrices #477

Open
ForNeVeR opened this issue Nov 26, 2023 Discussed in #476 · 0 comments
Open

Support for lines between columns and rows in matrices #477

ForNeVeR opened this issue Nov 26, 2023 Discussed in #476 · 0 comments

Comments

@ForNeVeR
Copy link
Owner

Discussed in #476

Originally posted by pomaton12 November 26, 2023

Hello, I would like to know if you can write these types of matrices, that is, place a vertical and horizontal line like in Latex, I have tried every possible way but I did not achieve my purpose. I am working in c# wpf WpfMath

M =\left[ \begin{array}{c c c |c} 1 & 2 & 2 & 2\\ 3 & 4 & 2 & 2\\ \hline 5 & 6 & 2 & 2\\ \end{array} \right]

M =\left[ \begin{array}{c c c :c} 1 & 2 & 2 & 2\\ 3 & 4 & 2 & 2\\ \hdashline 5 & 6 & 2 & 2\\ \end{array} \right]

lagrida_latex_editor
image

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

No branches or pull requests

1 participant