Putting matrix row in a rectangle
Hello there.
I have a matrix like this (amsmath pkg):
$$
\begin{bmatrix}
a_{11} & a_{12} & \cdots & a_{1n} \\
\vdots & \vdots & \ddots & \vdots \\
a_{i1} & a_{i2} & \cdots & a_{in} \\
\vdots & \vdots & \ddots & \vdots \\
a_{n1} & a_{n2} & \cdots & a_{nn}
\end{bmatrix}
$$
How can I draw a rounded rectangle (or even simple rectangle) around
i-th row and another rectangle around second column? I've tried to put
\hline's around the row, but they are too long and cross braces.
With best regards, Ivan.
.
Relevant Pages
- RE: GDI+ Clip Region allows 0.0f width pen to draw through
... Just to make this more outrageous if you draw the vertical lines from the ... I took the previous code I posted and made the panel anchor to all four ... private void panel1_SizeChanged ... In other words create a rectangle that is a wider than the panel. ... (microsoft.public.win32.programmer.gdi) - Re: My earlier post was Horizontal Line
... The code below is the exact of my Report module. ... It can draw the table ... starting point for the line or rectangle. ... QBColor function to specify the color. ... (microsoft.public.access.formscoding) - Zero Width Pen Draws through clipped region...
... Exclude the rectangle from the graphics clip region. ... Draw a line down the panel. ... IF you use a pen that is more than one pixel the clipping works correctly. ... (microsoft.public.dotnet.framework.drawing) - RE: TreeView multiple selections
... But with this behavior I can't draw a node to normal after selecting twice ... .Net2.0 has added the build-in support for custom-draw. ... rectangle based on your requirement. ... Dim focusPen As New Pen ... (microsoft.public.dotnet.general) - Re: Calculate the interior of a rectangle
... I expected them to draw from the ... native VB method to draw a small blue rectangle and the equivalent API ... Private Declare Function MoveToEx Lib "gdi32" (ByVal hdc As Long, ... (microsoft.public.vb.general.discussion) |
|