Hello seniors. Can anybody tell me how to code this matrix with enough spacing between them like shown in the figure.I am a beginner.Kindly help me
Asked
Active
Viewed 252 times
1 Answers
1
Use the shorthand notation
\documentclass[]{beamer}
\begin{document}
\begin{frame}
Let $A\in\mathbb{R}^{n\times n}$ and each entry of $A$ admits the value
given by \[A_{jk}=(2)^j(3)^{-k}.\] Then, \[\det{A} = 0.\]
\end{frame}
\end{document}

percusse
- 157,807
-
Thank you so much sir for posting . But it is showing an error during compliation. " This is not a valid pdf document " – user66092 Nov 13 '14 at 08:52
\documentclass{...}and ending with\end{document}. – yo' Nov 12 '14 at 19:05