Main Content

연산자와 기초 연산

기호 객체에 대한 산술 연산, 관계 연산, 논리 연산 수행하기

Symbolic Math Toolbox™에는 기호 객체에 대한 산술 연산, 관계 연산, 논리 연산을 위한 함수는 물론 모듈로 연산과 복소수 연산을 위한 함수도 포함되어 있습니다. 이러한 함수를 사용하여 덧셈, 곱셈, 지수 계산과 같은 간단한 연산뿐 아니라 다른 연산, 예를 들어 n제곱근, 모듈로, 나눗셈의 몫과 나머지를 구할 수 있습니다.

함수

모두 확장

minusSymbolic subtraction
plus기호 덧셈
times기호 배열 곱셈
ldivide기호 배열 왼쪽 나눗셈
rdivide기호 배열 오른쪽 나눗셈
power기호 배열의 거듭제곱
nthrootNth root of symbolic numbers
mtimes기호 행렬 곱셈
mldivide기호 행렬 왼쪽 나눗셈
mrdivide기호 행렬 오른쪽 나눗셈
mpowerSymbolic matrix power
transpose기호 행렬 전치
ctranspose기호 행렬 켤레 복소수 전치

연산자

eq기호 방정식 정의
ge크거나 같음 조건 정의
gt보다 큼 관계 정의
le작거나 같음 조건 정의
lt보다 작음 관계 정의
ne부등식 정의하기

함수

hasCheck if expression contains particular subexpression
hasSymTypeDetermine whether symbolic object contains specific type
in기호 입력값의 숫자형
isAlways기호 조건이 변수의 모든 값에 대해 true인지 여부 확인
isequalDetermine if symbolic inputs are equal
isequalnTest symbolic objects for equality, treating NaN values as equal
isSymTypeDetermine whether symbolic object is specific type
maxMaximum elements of symbolic input (R2021a 이후)
minMinimum elements of symbolic input (R2021a 이후)
piecewise조건부로 정의된 표현식 또는 함수

연산자

and기호 표현식의 논리 AND
not기호 표현식의 논리 NOT
or기호 표현식의 논리 OR
xor기호 표현식의 논리 XOR

함수

allTest whether all equations and inequalities represented as elements of symbolic array are valid
anyTest whether at least one of equations and inequalities represented as elements of symbolic array is valid
hasCheck if expression contains particular subexpression
hasSymTypeDetermine whether symbolic object contains specific type
in기호 입력값의 숫자형
isAlways기호 조건이 변수의 모든 값에 대해 true인지 여부 확인
isequalnTest symbolic objects for equality, treating NaN values as equal
isfiniteCheck whether symbolic array elements are finite
isinfCheck whether symbolic array elements are infinite
isnan기호 배열 요소가 NaN인지 검사
isSymTypeDetermine whether symbolic object is specific type
logicalDetermine if symbolic equation, inequality, or condition is true
symtrueSymbolic logical constant true (R2020a 이후)
symfalseSymbolic logical constant false (R2020a 이후)
modSymbolic modulus after division
powermodModular exponentiation
quorem몫과 나머지
remRemainder after division
abs기호 절댓값(복소수 모듈러스 또는 복소수 크기)
angle기호 편각
conj기호 입력값의 켤레 복소수
imag복소수의 허수부
real복소수의 실수부

도움말 항목