- 세상의 모든 계산기 자유(질문) 게시판 일반
TI NSPIRE CX CAS 삼각함수 변환 문의 드립니다.
안녕하세요.
삼각함수 관련해서 오늘 아주 희한한 경우를 발견하였습니다.
처음결과값이 계산을 한 값인데
저 값이 2번째, 3번째 같은 형태로도 표현이 되더라고요.
실제로 제가 변환하고자 하는 경우는 2번째, 3번째 경우거든요. ㅠㅠ
그래서 혹시 가능하신가 해서 문의 드립니다.
tcollect, texpand, factor expand 모두 안 되더라고요. ㅠㅠ
늘 감사드립니다.
댓글 2
-
-
-
completeSquare()
Catalog >
completeSquare(ExprOrEqn, Var) → expression or equation
completeSquare(ExprOrEqn, Var^Power) → expression or equation
completeSquare(ExprOrEqn, Var1 Var2 [ ...]) → expression or equation
completeSquare(ExprOrEqn, {Var1 Var2 [ ...]}) → expression or equation
Converts a quadratic polynomial expression of the form a·x2+b·x+c into the form a·(x-h)2+k
- or -
Converts a quadratic equation of the form a·x2+b·x+c=d into the form a·(x-h)2=k
The first argument must be a quadratic expression or equation in standard form with respect to the second argument.
The Second argument must be a single univariate term or a single univariate term raised to a rational power, for example x, y2, or z(1/3).
The third and fourth syntax attempt to complete the square with respect to variables Var1, Var2 [,… ]).
-
일단 불가능할 것 같은 느낌은 강하게 들구요.
완전제곱식을 만드는 것은 completesquare() 함수가 있는데,
삼각함수랑 친하진 않고, 두 문자를 한번에 취급하는 것도 한계가 있어 보입니다.
(여기서는 세타까지 세 문자)