티스토리 뷰
mathematical items 입력 단축키
(1) Infinity(무한대 ∞) : Cntl+Shift+Z
1/<Cntl+Shift+Z> <Cntl-.>
(2) Pi: Cntl+Shift+P, or p <Cntl+G>
sin(p <Cntl+G> /3 =
(3) i (imaginary unit): i
1/5+3*i=
(4) Raise to a power: ^
p <Cntl+G> ^ 2/3=
(5) Absolute value: abs(
abs(2+3*i)=
(6) Square root: \ or type sqrt(
sqrt(-5=
(7) N-th root: Cntl+\
<Cntl+\>3(top)27(bottom)=
(8) Symbolic evaluation (->): Cntl+.
2.3^3 <Cntl+.>
(9) Factorial: !
20!/5!*15!=
(10) Assignment to a variable : (produces :=)
a:sqrt(125)
(11) Numeric evaluation: =
a=
출처:Introduction to basic SMath Studio operation
By Gilberto E. Urroz, August 2011 - edited December 2011 - updated June 2012
반응형
LIST
'SMath' 카테고리의 다른 글
findrows[SMath] (0) | 2023.03.07 |
---|---|
Multi-linear regression (0) | 2023.03.06 |
Linear regression (0) | 2023.03.03 |
While[SMath] (0) | 2023.03.03 |
Add the cubes of the natural numbers and find the sum for even numbers (0) | 2023.03.02 |