by AlexisVieira » 19 Jun 2013, 00:45
Hi, every time i want to pass a number complexe writted in algebric mode (a+bi) to trigonometric mode (p*cis(x)) i need to use the abs() and angle() function, so this afternoon i tried to make a function/program that do this 2 steps in one
something like:
- Code: Select all
Define .... trigo(x)
...
Return abs(x) *cis(angle(x))
End...
note that on my nspire i always have "cis" defined (define cis(x)=cos(x)+i*sin(x)) so the program should work even when i have the cis() defined...
if someone can help me with this...
btw, i want this to a ti-84 too...
Last edited by AlexisVieira on 23 Jun 2013, 18:29, edited 1 time in total.
I'm Portuguese, sorry about bad English :s