11

I'm looking for lightweight, free, Windows, Math software.
Something I can put an expression and get an answer, or graph it.
I tried Euler, but it is quiet complicated and HUGE.
Basic needs:

  1. Expression Based
  2. Supports Variables
  3. Support Functions, User defined and auto loaded.
  4. Supports graphs, 2D. Not really needing 3D.
  5. Supports History.

What do you use? What do you recommend?

Ayman
  • 153
  • 1
    "Math software" is a very general term, which encompasses computer algebra systems like Maxima and Mathematica, numerical computing environments like Matlab, and basic graphing calculators. It sounds like you want the third kind. –  Oct 27 '10 at 07:57
  • 1
    Should be community wiki! – vonjd Oct 27 '10 at 08:55
  • It sounds like you're not primarily focused on symbolic math, but yacas is a lightweight symbolic math program: http://yacas.sourceforge.net/homepage.html –  Jan 05 '12 at 17:30
  • Is "Wiscy" still around? (I have a version which is stil working) It seems to be designed as just what you are asking for... ("Pocket"-calculator like but expressions, variables, functions definable, graphics - all in one simple executable). (update: seems no more supported but possibly on some web-archive. see https://groups.google.com/forum/#!topic/bit.listserv.calc-ti/l9EbI8u6U8g ) – Gottfried Helms Dec 04 '13 at 09:24

11 Answers11

6

As calculator wxMaxima (screenshots) with export to png and LaTeX syntax.

For playing with graphs I use GeoGebra with export to png, eps, pdf...

For some special cases Wolfram|Alpha.

And also MS Excel.

And also a normal calculator - is often faster than PC programs ;)

1

You can try PARI/GP

I am more fan of sage but currently it doesn't natively support your OS, you can try it in a virtual machine.

jorox
  • 113
1

I'm also interested in answers to this questions!

There is a Power Calculator from MS, but has a lot to be desired.

AnnanFay
  • 490
1

I haven't personally used CPMP-Tools, but I've heard it referred to as a free CAS.

Isaac
  • 36,557
1

Graphmatica does a fairly decent job at plotting functions. Not very powerful, but it can graph a lot of functions and their derivatives and such.

crasic
  • 4,849
1

In your position, I'd just use an interactive Python shell with Matplotlib. (But then, I'm a computer science guy first and foremost.)

  • I don't see it user-friendly for mathematics. – Vojta Rylko Oct 27 '10 at 08:38
  • @Vojtech It's pretty good for basic plotting. It has a syntax that is pretty much identical to matlab. A lot of people (me included) use it to plot figures for papers – crasic Oct 27 '10 at 09:09
1

I have also found SpeQ Mathematics.

It is very lightweight, starts quickly and has some good functions.

Ayman
  • 153
1

I'm not sure if it supports user defined functions but I've found Microsoft Mathematics to be extremely useful.

Pram
  • 653
0

Also, try DMelt program for scientific computations. It is 100% Java, runs on windows and free.

jPort also runs on Windows (Java) and can install about 10 free math programs that run on Windows.

IraS
  • 111
0

Also, try GAP, an open-source system for discrete computational algebra.

To install in on Windows, I recommend to use the .exe installer downloadable from this link which always points to the latest official GAP release.

Documentation on GAP is included in the distribution and is also available online. In particular, see the GAP Tutorial and GAP Programming Language.

Olexandr Konovalov
  • 7,002
  • 2
  • 34
  • 72
0

You may consider TeXmacs, it is a free wysiwyw editing platform with special features for scientists.

More related to your question, you can interface it with a lot of third party mathematics tools for algebraic calculus, graphing, numeric calculus, etc.

enter image description here

Developed on GNU/Linux, it runs under Windows and Mac OS X as well. I guess the best user experience is with GNU/Linux.

Downside of TeXmacs regarding your question, it is not exactly lightweight, although absolutely free software.