프로그래밍 언어/Mathematica
[Mathemaitca] 코드 작성 시 유용한 약어들
UltraLowTemp-Physics
2023. 11. 23. 15:21
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 |