close_btn

  • ※ 사이트 내부 통합검색


  • ※ 카카오페이로 기부하기

  • ※ 사이트 내부 통합검색
nspire
2022.01.07 11:59

angle() 함수 사용 방법

https://allcalc.org/board_ti/36181 조회 수 361 추천 수 0 댓글 0
Atachment
첨부 '3'
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

Reference Guide 발췌

angle(Exprl) ⇒ expression 

Returns the angle of  the argument, interpreting the argument as a complex number.
인수를 복소수로 해석하여, 인수의 각도를 반환합니다.

Note: All undefined variables are treated as real variables.
참고: 정의되지 않은 모든 변수는 실수 변수로 취급됩니다.

 

angle(List1) ⇒ list

angle(Matrix1) ⇒ matrix

Returns a list or matrix of angles of the elements in List1 or Matrix1, interpreting each element as a complex number that represents a two-dimensional rectangular coordinate point.
각 요소를 2차원 직교 좌표점을 나타내는 복소수로 해석하여,
List1 또는 Matrix1에 있는 요소의 각도 목록 또는 행렬을 반환합니다.


화면 캡처 2022-01-07 115852.png

 

 

 

사분면에 따른 angle()  함수 부호 및 각도 측정 방향

01-07-2022 Image006.jpg
ㄴ 순서대로 1사분면, 2사분면, 3사분면, 4사분면
ㄴ 1,2사분면은 반시계 방향으로 
ㄴ 3,4사분면은 시계 방향(음수)로 표시

3,4분면을 반시계 방향(양수)으로 측정하고 싶다면 2π 를 더해주면 됩니다.

화면 캡처 2022-01-07 121334.png

 

 

?