Develop
2013.04.23 13:19
[js] 2차 잉여.. (Quadratic reciprocity) 계산..
조회 수 8246 댓글 0
첨부 '1' |
---|
Quadratic reciprocity
The Jacobi symbol, (m/n), is defined whenever n is an odd number. It has the following properties that enable it to be easily computed.- (a/n) = (b/n) if a = b mod n.
- (1/n) = 1 and (0/n) = 0.
- (2m/n) = (m/n) if n = ±1 mod 8. Otherwise (2m/n) = ¯(m/n).
- (Quadratic reciprocity) If m and n are both odd, then (m/n) = (n/m) unless both m and n are congruent to 3 mod 4, in which case (m/n) = ¯(n/m).
번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|---|
615 | Develop | [php] GregorianToJD(), JDToGregorian() 함수 내용 | hooni | 2013.12.25 | 11551 |
614 | Develop | [js] jQuery plugin 요약 | hooni | 2013.12.20 | 11585 |
613 | Develop | [css] z-index에 설정할 수 있는 최대값? | hooni | 2013.12.20 | 15952 |
612 | Develop | [js] 이벤트 전파 3단계 | hooni | 2013.12.18 | 11671 |
611 | Develop | [js] jQuery 치트 시트 | hooni | 2013.12.18 | 37208 |
610 | Develop |
[js] 순환참조에 의한 메모리 누수 관련
![]() |
hooni | 2013.12.17 | 11664 |
609 | Develop | [js] jQjuery $ 활용 | hooni | 2013.12.17 | 10189 |
608 | Develop | [js] jQuery 충돌 회피 | hooni | 2013.12.17 | 39461 |
607 | Develop | [js] 객체 머지.. | hooni | 2013.12.17 | 9911 |
606 | Develop | [js] jQuery 배열 루프(each) | hooni | 2013.12.17 | 11095 |
605 | Develop | [js] jQuery 셀랙터(selector) 요약 | hooni | 2013.12.17 | 10266 |
604 | Develop | [js] jQuery 코드 작성시 편리한 HTML 템플릿 | hooni | 2013.12.17 | 34229 |