Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 빅세타
- one-to-one
- 랜덤 순서 배열
- trivial solution
- linear dependence
- matrix fo a linear transformation
- homogeneous linear system
- Big Theta
- Big-Oh notation
- 빅오메가
- NumPy
- recursive algorithms
- 재귀함수
- 이진 탐색
- Big-O 예제
- Big Omega
- 알고리즘 분석의 실례
- nonhomogeneous linear system
- 일차변환
- 빅오 표기법
- itertools
- nontrivial solution
- matrix-vector product
- matrix trnasformations
- 코틀린 Hello World!
- python
- 배열 섞기
- 코틀린 시작하기
- solutions of matrix equation
- Big-Oh 예제
Archives
- Today
- Total
코딩 연습
(LaTeX) underbrace & overbrace 본문
반응형
$\left (a^{m} \right )^{n} =
\underbrace{
\overbrace{(a \times \cdots \times a)}^{a\text{가 }m\text{개}}
\times
\overbrace{(a \times \cdots \times a)}^{a\text{가 }m\text{개}}
\times \cdots \times
\overbrace{(a \times \cdots \times a)}^{a\text{가 }m\text{개}}}_{\text{괄호가 }n\text{개}
}
=\underbrace{a \times a \times \cdots \times a}_{mn\text{개}}
=a^{mn}$
반응형
'LaTeX' 카테고리의 다른 글
(LaTex) 페이지 끝까지 다단 구분선 넣기 (0) | 2023.02.08 |
---|---|
(LaTex) cases 에서 가운데 정렬 문제 (0) | 2022.02.05 |
(LaTeX) 원문자 이상하게 나올 때 (0) | 2022.01.21 |
(LaTeX) enumerate 에서 들여쓰기 (0) | 2022.01.21 |
(emacs) AUCTeX cannot find a working TeX distribution (0) | 2022.01.16 |
Comments