A PC software similiar to TI-89 ?

Click For Summary

Discussion Overview

The discussion revolves around finding PC software that can perform computations similar to those of the TI-89 calculator, specifically for phasor expressions and complex trigonometry. Participants explore various software options and tools that can handle these mathematical operations.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant seeks a PC program that can compute phasor expressions and complex trigonometry as easily as the TI-89 calculator.
  • Another participant suggests Wolfram Alpha, noting it is an online tool, and questions if there is an offline alternative.
  • A later post mentions Mathematica and provides user-defined functions for phasor operations, asking if this meets the original request.
  • Another suggestion includes using a TI-89 emulator as a potential solution.
  • One participant points out Octave, a free implementation of Matlab, as another option for performing similar calculations.

Areas of Agreement / Disagreement

Participants present multiple software options without reaching a consensus on a single best solution. Various tools are proposed, but no agreement is found on which is superior or most suitable for the original request.

Contextual Notes

Participants express varying levels of familiarity with the suggested tools, and there is uncertainty about the capabilities of each software in relation to the specific needs outlined in the discussion.

Who May Find This Useful

This discussion may be useful for individuals looking for software alternatives to the TI-89 for performing phasor and complex trigonometric calculations, particularly in engineering or physics contexts.

farhadd
Messages
2
Reaction score
0
Hi all,

I am particularly looking for a program able to compute a phasor expression, and also able to compute complex trigonometry.

in TI-89, one can easily input phasors like :

(1<3) + (1<5) =

or:

Sinh(3+4i) =

And the calculator gives the answer. is there a software for PC, that can do the same operations as easily?
 
Physics news on Phys.org
Not sure what you are asking and it is not a PC software, but have you checked Woflram alpha?
 
A tool for computing Phasor algebra?

Mods sorry for the double-thread, this would be the right sub-forum I guess

I am particularly looking for a program able to compute a phasor expression, and also able to compute complex trigonometry.

in TI-89, one can easily input phasors like :

(1 <3 degree) + (10 <5 radian) =


And the calculator gives the answer. is there a software for PC, that can do the same operations as easily?

Someone already pointed me to Wolfram Alpha, which works great. but it's an online tool. Is there an offline tool for this, and also is any of the CAS systems available (other than TI's), able to input data as phase and magnitude?
 
farhadd said:
Mods sorry for the double-thread, this would be the right sub-forum I guess

(Two threads merged)
 
There may be a better solution, but Mathematica might work for you.
Define 3 new user level functions:
CircleDot[r_,a_]:=r Cos[a]+I*r Sin[a]; (* to enter a phasor *)
CirclePlus[x_,y_]:=ComplexExpand[x+y]; (* to add phasors *)
CircleTimes[x_,y_]:=ComplexExpand[x*y]; (* to multiply phasors *)

Note: From the keyboard Esc c. Esc gives you CircleDot, Esc c+ Esc CirclePlus and Esc c* Esc CircleTimes. On the screen in Mathematica those then turn into little circles with a . + or x inside to look somewhat like ordinary operators. (Here I'll cheat on the next line and just write c. c+ and c* instead)

1 c. (Pi/4) c+ 2 c. (120 Degree) c* 3 c. (45 Degree)
then gives
-3 Sqrt[3/2]-Sqrt[2]+I(3 Sqrt[3/2]-Sqrt[2])
and
N[%]
then gives
-5.08845 + 2.26002 I

Sinh[3+4I] gives Sinh[3+4I], as the TI calculator should, while
N[%]
gives
-6.54812 - 7.61923 I

Is that close enough to satisfy what you need?

Can anyone else improve this even further or think of a better product?
 
Last edited:

Similar threads

  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 1 ·
Replies
1
Views
11K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
10K
  • · Replies 5 ·
Replies
5
Views
7K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 17 ·
Replies
17
Views
3K