Open Source Mathematica/Derive like program

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 12K views
haki
Messages
161
Reaction score
0
Hi, can anyone recommend me an open source or at least a free program similar to Derive or Mathematica? I did some searching on the web but didn't found anything useful. I would like a program in which I can enter

Integal[{x^2},x]; and then have the output of x^3/3

preferably something easy to use like Derive. Any pointers are welcome.
 
Physics news on Phys.org
I doubt that you will find much. A program like Mathematica and Derive require one heck of a lot of work, typically by a large crew of programmers. I doubt they are going to do all that work for free.
 
HallsofIvy said:
I doubt that you will find much. A program like Mathematica and Derive require one heck of a lot of work, typically by a large crew of programmers. I doubt they are going to do all that work for free.

Eh? Are you unaware of programs like Maxima and Octave? They are extremely good free replacements for the commercial packages Mathematica and MATLAB.

- Warren
 
To see how this software that clearly does require "one heck of a lot of work" to develop can become GPL freeware take look at the brief but interesting wikipedia article
http://en.wikipedia.org/wiki/Maxima"
 
Last edited by a moderator:
Thank you very much for your replies.

Maxima rocks. I like it very much (commands and such, very intuitive) and the help system is excellent. For now it covers everything I need but there was one thing I couldn't find in maximas help.

I wanted to get the first pair of numbers (x,y) that are the solution to the following Diophantine equation 222x+255y=9 where y is the smallest possible positive intiger for the pair (x,y) to be the solution to the equation.
 
haki said:
Thank you very much for your replies.

Maxima rocks. I like it very much (commands and such, very intuitive) and the help system is excellent. For now it covers everything I need but there was one thing I couldn't find in maximas help.

I wanted to get the first pair of numbers (x,y) that are the solution to the following Diophantine equation 222x+255y=9 where y is the smallest possible positive intiger for the pair (x,y) to be the solution to the equation.

I don't know how to do that in Maxima, maybe someone else can help there, but that particular equation is very easy to solve by inspection. Soln : x=-3, y=3
 
uart said:
I don't know how to do that in Maxima, maybe someone else can help there, but that particular equation is very easy to solve by inspection. Soln : x=-3, y=3

I think that the pair (-8,7) that is x = -8, y = 7 is the first pair of solutions for which y is the smallest positive number. But anyway, that's a bit exotic problem to work on maxima.
 
Yeah, I hate the most when I do something like that on an exam, I am still angry for a week or two after the exam, since I have lost points not because of my inabilities to solve a problem.