Answers for "Find the determinant of the following matrix. LaTeX: \lceil0 1LaTeX: \rceil LaTeX: \lfloor2 3LaTeX: \rfloor"

2

latex pmatrix

Trying to typeset an inline matrix here
$begin{pmatrix}
  a & b\ 
  c & d
end{pmatrix}$ 
but it looks too big, so let's try 
$big(begin{smallmatrix}
  a & b\
  c & d
end{smallmatrix}big)$ 
instead.
Posted by: Guest on June-21-2020
2

matrix latex

$left(begin{array}{cc} a & b \ c & d end{array}right)$
Posted by: Guest on November-07-2020

Code answers related to "Find the determinant of the following matrix. LaTeX: \lceil0 1LaTeX: \rceil LaTeX: \lfloor2 3LaTeX: \rfloor"

Browse Popular Code Answers by Language