10 lines
118 B
Bash
Executable file
10 lines
118 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cat <<EOM
|
|
\$$
|
|
\left[\begin{array}{cc|c}
|
|
a & b & p \\\\
|
|
c & d & q \\\\
|
|
\end{array}\right]
|
|
\$$
|
|
EOM
|