Math Software: Solve Complex Linear Equations Easily

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
p75213
Messages
93
Reaction score
0
Is anybody aware of a free or at least inexpensive mathematics software package which allows the calculation of linear equations involving complex numbers? Hopefully relatively easy to use.
 
Physics news on Phys.org
p75213 said:
Is anybody aware of a free or at least inexpensive mathematics software package which allows the calculation of linear equations involving complex numbers? Hopefully relatively easy to use.

Hey p75213 and welcome to the forums.

Anything with matrices (which you can think as linear) will be suitable for MATLAB.

In terms of free versions of MATLAB, there is an Open Source project that goes by the name of Octave. It might help you (and its free!). Here is the link:

http://www.gnu.org/software/octave/
 
Yes, Octave is just as good as Matlab for many purposes.

I prefer Python + Numpy over both of them, though. But that is a bit more programming-like.
 
I may download octave sometime. In the meantime this little app I found will probably do the job. Less keystrokes when you have to enter vector/matrices syntax. I find the more keystrokes the greater the chance I will make data entry mistakes.
http://www.ecalc.com/
 
Can't you save the data in a text file and read it into the program? This way you can correct it any time, no matter how many keystrokes it required to enter.
 
At the moment I am using a program I found called "spacetime". Does everything I currently need and also a small download. Have you seen the size of the octave download? Not good on a wireless link and a limited monthly download limit. Also octave is probably a bit of overkill for my current requirements.

Just as a point of interest - does anybody use GuiOctave as a front end?