본문 바로가기
프로그래밍 언어/Mathematica

[Mathemaitca] 코드 작성 시 유용한 약어들

by Physics 2023. 11. 23.
728x90

Summary 

약어 설명
A@B A[B]
A@@B Apply[A,B]
A@@@B MapApply[A, B]
A:>B RuleDelayed
A/@B Map[A,B]
___ - BlacnkNullSequence[] 
- A pattern object that can stand for any sequence of zero or more WL expressions
   
.. - Repeated[] 
- A pattern object that represents a sequence of one or more expressions 
728x90

댓글