| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- python
- 이진 탐색
- 빅세타
- includepdf
- NumPy
- 알고리즘 분석의 실례
- linear dependence
- 일차변환
- matrix fo a linear transformation
- 빅오메가
- 배열 섞기
- itertools
- nonhomogeneous linear system
- Big-Oh notation
- 코틀린 Hello World!
- 페이지 겹칩
- 재귀함수
- one-to-one
- matrix trnasformations
- recursive algorithms
- 랜덤 순서 배열
- 빅오 표기법
- Big Theta
- nontrivial solution
- homogeneous linear system
- Big-O 예제
- 코틀린 시작하기
- Big Omega
- trivial solution
- Big-Oh 예제
- Today
- Total
코딩 연습
Let \((a, \;b, \;c)\) represent the three sides of a right angle triangle with integral length sides. It is possible to place four such triangles together to form a square with length \(c\). For example, \((3, \;4, \;5)\) triangles can be placed together to form 1 \(5\) by \(5\) square with a \(1\) by \(1\) hole in the middle and it can be seen that the \(5\) by \(5\) square can be tiled with tw..
Consider the isosceles triangle with base length, \(b=16\), and legs, \(L=17\). By using the Pythagorean theorem it can be seen that the height of the triangle, \(h=\sqrt{17^2-8^2}=15\), which is one less than the base length. With \(b=272\) and \(L=305\), we get \(h=273\), which is one more than the base length, and this is the second smallest isosceles triangle with the property that \(h=b \pm..
Consider the infinite polynomial series \({\rm A_F}(x)=x{\rm F}_1 + x^2 {\rm F}_2 + x^3 {\rm F}_3 + \cdots\), where \({\rm F}_k\) is the \(k\)th term in the Fibonacci sequence: \(1, \;1, \;3, \;5, \; 8,\; \cdots\); that is, \({\rm F}_k = {\rm F}_{k-1} + {\rm F}_{k-2},\;\; {\rm F}_1 = 1,\) and \({\rm F}_2=1\). For this problem we shall be interested in values of \(x\) for which \({\rm A_F}(x)\) i..