변환,transformation

Redirected from page "변환,transform"


Sub: // 이것들을 lin alg의 변환들, geometry의 변환들, 적분변환들, ...이런걸로 적당히 분류를 해야 할텐데 현재 전혀 안 되어있음. 근데 겹치는 것이 많아서 정확히 분류하기 쉽지 않을텐데. 가능은 할지? 암튼 나중에 TODO



from BOS 좌표축이 변경 될 때, 벡터성분 구하기 https://www.youtube.com/watch?v=dn7QJ-9QBU4
{
좌표축,coordinate_axis { 좌표,coordinate 축,axis } 변경 시.

원래 벡터를 $\hat{\rm i},\, \hat{\rm j},\, \hat{\rm k}$ 로 표현되는
$\vec{A}=A_x\hat{\rm i} + A_{y}\hat{\rm j} + A_{z}\hat{\rm k}$
라 하면 새로운 좌표계,coordinate_system에서는 $\hat{\rm i'},\,\hat{\rm j'},\,\hat{\rm k'}$
$\vec{A}=A_{x'}\hat{\rm i'} + A_{y'}\hat{\rm j'} + A_{z'}\hat{\rm k'}$
이렇게 표현될 것이다. 이 중 첫번째 $A_{x'}$ 를 기하적으로 코사인 및 사영,projection을 생각하면 다음과 같이 내적,inner_product으로 나타낼 수 있다.
$A_{x'}=A\cdot\hat{\rm i'}=(A_x)\hat{\rm i}\cdot\hat{\rm i'}+(A_y)\hat{\rm j}\cdot\hat{\rm i'}+(A_z)\hat{\rm k}\cdot\hat{\rm i'}$
다시 쓰면, 그리고 $A_{y'},\,A_{z'}$ 도 적으면
$A_{x'}=(\hat{\rm i}\cdot\hat{\rm i'})A_x + (\hat{\rm j}\cdot\hat{\rm i'})A_y + (\hat{\rm k}\cdot\hat{\rm i'})A_z$
$A_{y'}=(\hat{\rm i}\cdot\hat{\rm j'})A_x + (\hat{\rm j}\cdot\hat{\rm j'})A_y + (\hat{\rm k}\cdot\hat{\rm j'})A_z$
$A_{z'}=(\hat{\rm i}\cdot\hat{\rm k'})A_x + (\hat{\rm j}\cdot\hat{\rm k'})A_y + (\hat{\rm k}\cdot\hat{\rm k'})A_z$
이걸 행렬,matrix로 나타내면
$\begin{bmatrix}A_{x'}\\A_{y'}\\A_{z'}\end{bmatrix}=\begin{bmatrix}\hat{\rm i}\cdot\hat{\rm i'}&\hat{\rm j}\cdot\hat{\rm i'}&\hat{\rm k}\cdot\hat{\rm i'}\\\hat{\rm i}\cdot\hat{\rm j'}&\hat{\rm j}\cdot\hat{\rm j'}&\hat{\rm k}\cdot\hat{\rm j'}\\\hat{\rm i}\cdot\hat{\rm k'}&\hat{\rm j}\cdot\hat{\rm k'}&\hat{\rm k}\cdot\hat{\rm k'}\end{bmatrix}\begin{bmatrix}A_{x}\\A_{y}\\A_{z}\end{bmatrix}$

예제로 z축은 그대로 두고 x, y축을 θ만큼 회전했을 때의 변환행렬을 알아봄. 이때는
$\begin{bmatrix}\cos\theta&\cos\left(90{}^{\circ}-\theta\right)&0\\\cos(90{}^{\circ}+\theta)&\cos\theta&0\\0&0&1\end{bmatrix}$

$\begin{bmatrix}\cos\theta&\sin\theta&0\\-\sin\theta&\cos\theta&0\\0&0&1\end{bmatrix}$
이 된다.

}

} // transformation matrix ... NN:transformation matrix Ggl:transformation matrix


복소평면,complex_plane에서는..
이동 move? shift?
회전,rotation
i를 곱한다 = 90RR:degree 회전
회전변환-writing
확장,expansion
원점에서 멀어지는 방향으로 잡아 늘이기
수축,contraction AKA 축소


좌표,coordinate,
좌표계,coordinate_system, 좌표변환 or 좌표계변환,
야코비안,Jacobian
와 관련이 있는데, TBW.


변환을 보통 행렬,matrix로 표현하는 것 같은데.
항등변환,identity_transform, $x\mapsto x$
영변환? zero_transformation, $x\mapsto 0$
회전변환-writing , ... see 선형변환,linear_transformation.
합성변환 - 합성,composition?
KmsK:합성변환 { "composite transformation 합성변환" }
역변환 - inverse? Ggl:inverse transform or Ggl:inverse transformation ?
KmsK:역변환 {"inverse transform 역변환"}
// 합성변환 역변환은 합성함수,composite_function 역함수,inverse_function 관련일듯? chk



Misc:

transform의 뜻은 동사로 변환하다, 명사로는 변환 결과 (the product of a transformation).
페이지 이름을 transform으로 할 것인지 생각해봤는데 transformation vs transform 검색결과 wikidiff에서 transform은 transformation(행동)의 결과. 라는 말이 나와서, 변환을 transform으로 함.

수학용어사전에는 transform과 transformation 둘 다 '변환'.

변환,transformation 에 대한 검색 결과:
{
한영사전에서는 변환은 없고 '변형'
하지만 지구과학 단어 transform fault = 변환 단층 ..는 소개....
구글에서 변환을 치면 convert(er) 나오고...
math로 분야를 한정하면 변환=transform
}




1. tmp

// tmp; [https]Transformations of Functions 보고.
shift 이거 변환 맞는지 chk. 맞을듯?
horizontal shift $f(x-1)$
vertical shift $f(x)+2$
대칭 : x축대칭 $-f(x),$ y축대칭 $f(-x),$ 원점대칭 $-f(-x)$
reflex? reflection?
symmetry?
vertical/horizontal flip? (todo: 영어표현정리.)
vertical stretch $2f(x)$
vertical shrink $\frac12f(x)$
horizontal shrink $f(2x)$
horizontal stretch $f(\frac12x)$

2. 표. chk

연속 이산
Fourier transform discrete Fourier transform (DFT)
라플라스_변환,Laplace_transform Z변환,Z-transform


$\text{LT}[f]=\int_0^{\infty} f(t)e^{-st}dt$
$\text{FT}[f]=\int_{-\infty}^{\infty} f(t)e^{-i\omega t}dt$

3. Z변환

나중에 fork: Sub: Z변환,Z-transform

wpko 읽은내용{

연속 시간 라플라스_변환,Laplace_transform
이산 시간 Z변환

양방향 Z변환과 단방향 Z변환이 있음
선형성,linearity 있음
역변환이 있음

생성함수,generating_function와 밀접하다는데... 저 페이지 chk




}

5. 선형변환 vs 비선형변환


변환이 [https]특정 성질을 만족할 때만 선형변환.
나머지는 비선형변환.

6. (CS) 프로그램 변환


Curr see also 코드,code의 Sub. (∵ aka code_transformation or code_morphing or code_modification)

대충적음, chk
{
이것은 executable_code 를 code_transformation 하는 것. 보통 기능/행동은 그대로 두고 그 표현방식을 바꾸는?

보통 그 목적은
obfuscation 혹은 polymorphism
(이 경우엔 성능performance에는 별 관심 없음)
source_code 를 숨기기(..보다 더 정확히는 가독성을 낮추기, i.e. 역공학,reverse_engineering에 대항해 분석 난이도를 높이기) 위해서나,
computer_virus 의 다형성 polymorphism - polymorphic_virus - vaccine에 탐지되지 않기 탐지될 확률을 낮추기 위해서. // detection pattern_matching
WpKo:난독화
code_optimization
대개 runtime performance 를 위해. rel. optimizing_compiler / compiler_optimization
JIT_compilation - runtime에. 이를 위해 병목,bottleneck 을 찾는 등 각종 profiling 기법 동원

방법은 (위 목적에 따라 respectively)
난독화 obfuscation / 암호화 encryption / ...
대략 분류하면, '변하지 않는 것'(상수,constant 불변량,invariant)에 주목하는 것 / '없어도 되는 것'을 없애는 것(보통 표현이 removal, elimination, ) / '줄여도 되는 것'을 줄이는 것 (보통 reduction ?) / 정적분석,static_analysis / 등등 각종 컴파일러,compiler code_optimization / ...이외 수없이 많으므로 TBW later
}


7. (Perl) Schwartzian_transform

programming idiom, esp. for 펄,Perl
Named after: Randal Schwartz
https://everything2.com/title/Schwartzian Transform
Google:Schwartzian Transform

8. involutive transformation

involutive_transformation

변환을 두 번 하면 원래로 돌아오는... ex. 르장드르_변환,Legendre_transformation
rel. ,involution


9. 궁금

9.1. 단어/표현

transform.vs.transformation 정확한 뉘앙스차 의미차 등등..은 무엇? 별 차이 없나?
Google:transform.vs.transformation
Google:transform.vs.transformation mathematics

WtEn:Fourier_transform#Usage_notes에 따르면, 단어 WtEn:transform그 자체와 마찬가지로, Fourier transform은 다음 둘 중 하나를 뜻할 수 있다.
  • 함수를 변환하는 적분연산자,integral_operator // "the integral operator that converts a function, or"
  • 변환의 결과 함수 // "the function that is the end product of the conversion process."


cmp? 변환 vs 변화,change ?


Warning: fopen(./data/cache/backlinks/b/ba/ba968cd680142cae8d4b8758b42f8b66) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/6/6b/6bc9b2ae6324b96e96fc10416fecf592) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/e/ed/ed2e85ad1e3fe046e6eb2861ccd0d8fe) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/7/76/76be8656fd558aac76bbcfd340282c33) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/b/b9/b9e85c526b4aa70f2700f61f216102a3) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/8/8a/8a8f9046a8a0ecea374422d1f212ac5c) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/a/a8/a840d05daeafd4809425bb207eff3155) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/7/7a/7a01364595dd88af74b4b72cc7246839) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/c/c5/c5f9ff2e593ef1a407abdcd767cc21f3) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/7/7f/7fa4d0ba5780289c2924b2b96ee60f41) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/7/71/715d82466cc66e7a890dbcf7a69b0a25) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/f/f1/f1a6fa5025573b108969fd1e08fc53b9) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/6/69/69d3a705138602f7c59dbc783f2d2e9d) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/c/c6/c6dc046c4321566234fbbfe39609956a) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/5/5d/5dc4498bcd6122becf5e8fab2c733614) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/f/fe/fe20645d25f442f983484360af07a904) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/b/ba/ba743c83e592eadf630975bcad07ed2b) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/b/b0/b0cfdcca0e5a2d7eaf7c7dddd555fc78) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/6/67/6772269699f768b5964ffd121b87ed7a) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/6/69/695712c8b9f6b2aea8bb6d06aeb93520) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/9/97/9793c16e1d1c7f11aabeb492a974c300) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/8/8d/8d230ed42e0e0ba0a8eed81f54cda17c) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/f/f3/f39e84ec0a628fbe8c963d6140656c4a) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/9/91/918cc14cc9a85867d9c2029d389e9ef0) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/b/bb/bbe37abab2af73788b7010450bd25772) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/e/ed/ed8102c7a14e62b5dfff8d592e282bec) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/f/f0/f070d9f3502c34efa1a717c636ac5bb7) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/c/ca/ca639f8c39d8fcf30abd6493eb03984c) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/a/a2/a21f76e28ee2c03cfe622e73422d84e3) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/d/d6/d6f1611f8cd3d99fcafad0e155123c31) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/7/7d/7d907643431de1ecb9d1e0d5dabb596d) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/a/a9/a91c78e040f7b9d158f381e197f8beb4) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/f/fb/fba7a6e79c287f332a949a95f8c1468e) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/7/7d/7de7f06c60cd9134ebcc2f8e5fafa502) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/e/e1/e1e9f46c9f3dbcc21dae9d82e4dfa75c) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/d/d0/d07e432d3156d3f18565b41d29dd6ef9) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/9/9c/9c9c6514939b766e2bf0e8f9c8fbae8c) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/8/83/83e02c04fc4965cfac49f98cb1b140d7) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/f/f2/f200d38d258ff1374c95bd58dfec9353) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/a/a1/a19a9be6a6a97f0bdcee8387a7f5e369) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/f/fb/fb24531c0f8ad5d7392cba5d72bc769c) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/6/69/699a13abd8b724983e99f481be1a4800) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/6/68/687eae480733269ce08485a96ea4c8d2) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/5/5b/5b063231bb33aee67da97fe4dfcc5ced) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277