Login

Welcome, Guest. Please login or register.

April 20, 2024, 12:14:08 am

Author Topic: 'Sign' on TI-nspire  (Read 13479 times)  Share 

0 Members and 1 Guest are viewing this topic.

rhinwarr

  • Guest
'Sign' on TI-nspire
« on: November 03, 2013, 08:26:39 am »
0
Does anyone know what 'sign' means. Sometimes I get that in my answer when I'm using my CAS, often when im doing things with absolute values or trig functions.

eg.
dy/dx abs(x) + x^2
=sign(x) + 2x

Manan

  • Victorian
  • Adventurer
  • *
  • Posts: 17
  • Respect: 0
  • School: Secondary College
Re: 'Sign' on TI-nspire
« Reply #1 on: November 03, 2013, 09:12:54 am »
0
x (1/Sqrt[x^2] is the Ans
So i guess sign must be "x/Sqrt(x^2)"

Correction: Sign(x) is the function that defines the derivative of modulus of (x) since a modulus can be separated as an hybrid.
Therefore you can look at sign(x) as x/mod
« Last Edit: November 03, 2013, 09:17:51 am by Manan »

Stevensmay

  • Guest
Re: 'Sign' on TI-nspire
« Reply #2 on: November 03, 2013, 05:49:14 pm »
0
Quote
Signum is a function that returns whether the number we gave it was positive or negative by outputting 1 or -1 respectively.
Sgn(3) will return 1.
Sgn(-2) will return -1.
Sign(0) will return +-1.

So by including sgn in our answer, we can do away with all the hybrid function stuff as it accounts for whether cos(x) will be positive or negative.