"Tschirnhaus transformation"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
(피타고라스님이 이 페이지를 개설하였습니다.)
 
 
(사용자 2명의 중간 판 16개는 보이지 않습니다)
1번째 줄: 1번째 줄:
 +
==개요==
  
 +
* 방정식의 계수를 간단히 하기 위해 사용되는 변수 변환
 +
* <math>x^n + a_{n-1} x^{n-1} + a_{n-2} x^{n-2} + \cdots + a_1 x + a_0 = 0</math> 의 해를 <math>x_{k}</math>, <math>k=1,\cdots, n</math> 이라 두자
 +
* <math>y_{k}=\alpha_{n-1} x_k^{n-1} + \alpha_{n-2} x_k^{n-2} + \cdots + \alpha_1 x_k + a_0 = 0</math>는 새로운 방정식 <math>y^n + A_{n-1} y^{n-1} + A_{n-2} y^{n-2} + \cdots + A_1 x + A_0 = 0</math>의 해가 된다
 +
 +
 +
 +
 +
 +
==간단한 예==
 +
 +
* [[3차 방정식의 근의 공식]] 에서 사용되는 변환
 +
* <math>x^3+ax^2+bx+c=0</math>의 2차항을 없애기 위해, <math>x = t - a/3</math> 라 두면, 새로운 방정식 <math>t^3 + pt + q = 0</math> 을 얻는다
 +
 +
 +
 +
 +
 +
==5차 방정식==
 +
 +
* principal quintic <math>z^5+5az^2+5bz+c=0</math>
 +
* Brioschi quintic <math>z^5-10az^3+45a^2z-a^2=0</math>
 +
* Bring-Jerrard quintic <math>z^5+Az+B=0</math>
 +
 +
 +
 +
 +
 +
==메모==
 +
 +
* http://complexzeta.wordpress.com/2007/08/13/tschirnhaus-transformations/
 +
* Math Overflow http://mathoverflow.net/search?q=
 +
 +
 +
 +
 +
 +
==관련된 항목들==
 +
 +
 +
 +
 +
 +
==수학용어번역==
 +
 +
*  단어사전
 +
** http://translate.google.com/#en|ko|
 +
** http://ko.wiktionary.org/wiki/
 +
* 발음사전 http://www.forvo.com/search/Tschirnhaus
 +
* [http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=&fstr= 대한수학회 수학 학술 용어집]
 +
** http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=eng_term&fstr=
 +
* [http://www.kss.or.kr/pds/sec/dic.aspx 한국통계학회 통계학 용어 온라인 대조표]
 +
* [http://www.nktech.net/science/term/term_l.jsp?l_mode=cate&s_code_cd=MA 남·북한수학용어비교]
 +
* [http://kms.or.kr/home/kor/board/bulletin_list_subject.asp?bulletinid=%7BD6048897-56F9-43D7-8BB6-50B362D1243A%7D&boardname=%BC%F6%C7%D0%BF%EB%BE%EE%C5%E4%B7%D0%B9%E6&globalmenu=7&localmenu=4 대한수학회 수학용어한글화 게시판]
 +
 +
 +
 +
 +
 +
 +
 +
==사전 형태의 자료==
 +
 +
* http://ko.wikipedia.org/wiki/
 +
* http://en.wikipedia.org/wiki/Tschirnhaus_transformation
 +
* http://en.wikipedia.org/wiki/Bring%E2%80%93Jerrard_form#Bring.E2.80.93Jerrard_normal_form
 +
* [http://eom.springer.de/default.htm The Online Encyclopaedia of Mathematics]
 +
* [http://dlmf.nist.gov/ NIST Digital Library of Mathematical Functions]
 +
* [http://eqworld.ipmnet.ru/ The World of Mathematical Equations]
 +
 +
 +
 +
 +
 +
==리뷰논문, 에세이, 강의노트==
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
[[분류:방정식과 근의 공식]]
 +
 +
==메타데이터==
 +
===위키데이터===
 +
* ID :  [https://www.wikidata.org/wiki/Q2670133 Q2670133]
 +
===Spacy 패턴 목록===
 +
* [{'LOWER': 'tschirnhaus'}, {'LEMMA': 'transformation'}]

2021년 2월 17일 (수) 04:54 기준 최신판

개요

  • 방정식의 계수를 간단히 하기 위해 사용되는 변수 변환
  • \(x^n + a_{n-1} x^{n-1} + a_{n-2} x^{n-2} + \cdots + a_1 x + a_0 = 0\) 의 해를 \(x_{k}\), \(k=1,\cdots, n\) 이라 두자
  • \(y_{k}=\alpha_{n-1} x_k^{n-1} + \alpha_{n-2} x_k^{n-2} + \cdots + \alpha_1 x_k + a_0 = 0\)는 새로운 방정식 \(y^n + A_{n-1} y^{n-1} + A_{n-2} y^{n-2} + \cdots + A_1 x + A_0 = 0\)의 해가 된다



간단한 예

  • 3차 방정식의 근의 공식 에서 사용되는 변환
  • \(x^3+ax^2+bx+c=0\)의 2차항을 없애기 위해, \(x = t - a/3\) 라 두면, 새로운 방정식 \(t^3 + pt + q = 0\) 을 얻는다



5차 방정식

  • principal quintic \(z^5+5az^2+5bz+c=0\)
  • Brioschi quintic \(z^5-10az^3+45a^2z-a^2=0\)
  • Bring-Jerrard quintic \(z^5+Az+B=0\)



메모



관련된 항목들

수학용어번역




사전 형태의 자료



리뷰논문, 에세이, 강의노트

메타데이터

위키데이터

Spacy 패턴 목록

  • [{'LOWER': 'tschirnhaus'}, {'LEMMA': 'transformation'}]