표기법,notation

or 표기, convention, notational convention
rename to 표기?


수학,math:
sum $\sum$ 합,sum // called: sigma_notation[1]
prod $\prod$ 곱,product
nabla $\nabla$ 델,del,나블라,nabla
int $\int$ 적분,integration
...
식,expression / 연산자,operator 관련하여 특히
전위표기법,prefix_notation
전위 표기법 prefix notation, 폴란드 표기법 Polish notation (PN), normal Polish notation (NPN)
WtEn:prefix_notation -> WtEn:Polish_notation
리스프,Lisp
WpKo:폴란드_표기법
WpEn:Polish_notation
https://esolangs.org/wiki/Prefix_notation
티클,Tcl
중위표기법,infix_notation
infix notation
일반적 표기, 가장 익숙하다
전위/후위보다 단점: 괄호,parenthesis가 필요할 때가 있다
WtEn:infix_notation
https://esolangs.org/wiki/Infix_notation
후위표기법,postfix_notation
postfix notation
WtEn:postfix_notation -> WtEn:reverse_Polish_notation
포스,Forth 포스트스크립트,PostScript
스택,stack으로 구현하기 간편
후위 표기법 postfix notation, 역 폴란드 표기법 reverse Polish notation (RPN)
WpEn:Reverse_Polish_notation
https://esolangs.org/wiki/Postfix_notation
surround_notation
function(al?)_notation, 함수,function 표기법,notation
이름 ( arguments separated by commas )
WpEn:Function_(mathematics)#Notation
functional_notation ? Ggl:functional notation Bing:functional notation
function_notation ? Ggl:function notation Bing:function notation
S-expression
S-expression, symbolic expression, sexpr, sexp
WpKo:S-표현식
WpEn:S-expression
... Ggl:S-expression
M-expression
M-expression, meta-expression
function_notation + infix_notation + ... 결합
WpEn:M-expression
tmp QQQ 이거 느낌이 Mathematica와 비슷한데 관련있나?
etc.
기호,symbol
etc.

// 함수,function관련하여 특히
cis_notation / cis_function
매우 간단한 개념. 줄여 쓰는 간편표기법 같은? 해밀턴(사원수의 그 사람)이 만듦, 1866년.
$\operatorname{cis}x = \cos x + i\sin x$
여기에 영향을 받은 cas function이 있음. (cosine-and-sine) Ggl:cas function Rel. Hartley_kernel { Hartley kernel Rel. Hartley_transform ... WpEn:Hartley_kernel Ggl:Hartley kernel }
$\operatorname{cas}x = \cos x + \sin x$
WpEn:cis_(mathematics)
도함수(미분,derivative) - prime notation/Leibniz/dot etc
미분(도함수, derivative)의 표기법: 여러가지, see 미분,derivative#s-3

// 집합론,set_theory
집합,set - 조건제시법,set-builder_notation




Abuse of notation - pagename notation_abuse?

번역?
표기법/표현 의 남용/오용/ ... 중에?

Ex 1.
함수,function 언급할 때 틀린 표현이 자주 나오는데, 함수 $f$ 라고 해야 할 것을 함수 $f(x)$ 라고 언급하는 일이 많다.

"어떤 함수의 이름이 $f$ 일 때, 이 함수를 $f(x)$ 로 나타내기도 하지만, 이 기호는 $x$ 의 상(image) $f(x)$ 와 혼돈을 주기도 한다. (...) $f$$f(x)$ 가 같은 것이라고 주장할 수 있는 논리도 있다. 이 논리에 의하면, $x$항등사상,identity_map으로 두고, $f(x)$$x$$f$합성,composition(합성함수,composite_function) $f\circ x$ 로 이해한다." (김홍종 미적1+ p33)



양자역학: 양자상태: bra–ket notation AKA Dirac notation
브라켓표기법,bra-ket_notation

전산학: 복잡도,complexity: 빅오, 빅오메가, 빅세타 ... big_O big_omega big_theta etc
// 점근표기법,asymptotic_notation 작성중
tilde_approximation - curr at 근사,approximation#s-14
Wiki:NumericNotations (short) - PL에서 수,number 리터럴,literal 얘기. 이거 syntax PL별로 comprehensive하게 정리된 표를 두개이상본것같은데 어디였더라
L표기법,L-notation w { curr. WpEn:L-notation = https://en.wikipedia.org/wiki/L-notation }


programming에서
Hungarian_notation - iIntValue lpszParam hHandle 뭐이런거 - 타입,type(등)을 변수,variable 이름,name 식별자,identifier의 prefix로 표기하는. ... Google:헝가리안 표기법

ex. 아보가드로수,Avogadro_constant를 나타내면
Scientific notation/form (기수법/표기법) : 6.02214 × 1023
Engineering notation/form : 602.214 × 1021
E notation : 6.02214e23

컴퓨터쪽 (정확히?) 에서 Control key? control character? 를 ^로 나타내는 notation:
caret_notation =,caret_notation . caret_notation
ex. backspace : ^H
https://everything2.com/title/%5E notation
WtEn:caret_notation = https://en.wiktionary.org/wiki/caret_notation
WpKo:캐럿_표기법
WpEn:Caret_notation = https://en.wikipedia.org/wiki/Caret_notation
Google:caret notation


----
  • [1] Stewart 9e p378