You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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]
The text was updated successfully, but these errors were encountered: