[opensuse] Ploting functions
His there any program or utility in Linux that plots the graphic of a given equation? -- Regards, Lívio Cipriano -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Monday 19 March 2007 12:34:37 pm Lívio Cipriano wrote:
His there any program or utility in Linux that plots the graphic of a given equation?
Would OOo Calc handle the job? Just a guess. -- k -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Mon 19 Mar 2007 22:11, Kai Ponte wrote:
Would OOo Calc handle the job?
x = [0:0.1:10]; (here .1 is the increment) y = sin(x); (notice how the sin function operates on each element of
MatLab - Linux version exists http://users.rowan.edu/~shreek/networks1/matlabintro.html " Plotting The plot command is used for generating 1-D (functions of one variable) plots. Do >> help plot for complete details. Let's make a graph of y = sin(x), for x on the interval x=0, to x = 10. the entire row vector x, to generate a nother row vector y)
plot (x, y)
Surface or 2-D (functions of two variables) plots are generated using the surf command. More on that later. To clear a plot, type in >> clg (clear graph) To generate another plot window, do >> figure " ......................... best wishes -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Mon 19 Mar 2007 22:11, Kai Ponte wrote:
Would OOo Calc handle the job?
http://www.linuxjournal.com/article/1225 "Octave: A Free, High-Level Language for Mathematics By Malcolm Murphy on Tue, 1997-07-01 01:00. Software A quick look at a language designed to manipulate matrices and provide other numerical functions. For numerical computing, high level languages offer advantages over more traditional languages, such as FORTRAN or C. Built-in graphics capabilities, automatic variable typing and flexible data structures combine to provide an environment in which it is easy to develop your ideas without having to fight with the language. That's not to say that FORTRAN and C are of no use, just that sometimes you want to make life a bit easier. Matlab is a one such language. It is available on many platforms (including Linux) and provides powerful facilities for manipulating matrices, as well as other numerical functions. Unfortunately, Matlab is commercial software and wasn't available for Linux until recently (in the last twelve months or so). However, there are other, freely-available alternatives, and Octave is one such alternative. Superficially, Octave looks very much like Matlab, and the description in its LSM entry reads ``GNU Matlab--A numerical matrix mathematics program.'' To begin, type octave at the shell prompt, and Octave greets you with its own prompt. Now we can start doing math." ..................... best wishes -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Hi Ricardo
On 20 March 2007 09:03, riccardo35@gmail.com wrote:
"Octave: A Free, High-Level Language for Mathematics By Malcolm Murphy on Tue, 1997-07-01 01:00. Software
I've discover QtiPlot, which is presented as a Octave clone. Anyway, I'm going to give a look to the other alternatives that you mentioned. -- Regards, Lívio Cipriano -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Lívio Cipriano wrote:
Hi Ricardo
On 20 March 2007 09:03, riccardo35@gmail.com wrote:
"Octave: A Free, High-Level Language for Mathematics By Malcolm Murphy on Tue, 1997-07-01 01:00. Software
I've discover QtiPlot, which is presented as a Octave clone. Anyway, I'm going to give a look to the other alternatives that you mentioned.
QtiPlot is really a great program, but isn't an Octave clone. It is an Origin clone. I use it a lot. André -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Monday 19 March 2007 20:34, Lívio Cipriano wrote:
His there any program or utility in Linux that plots the graphic of a given equation?
Give gnuplot a try. Comes with almost any distro. It's straightforward and easy to learn. Then there are numerous other possibilities (with increasing complexity): xmgrace, octave, scilab, python with pylab, scipy,... HTH, Michael
-- Regards, Lívio Cipriano -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Lívio Cipriano wrote:
His there any program or utility in Linux that plots the graphic of a given equation?
Not had cause to use it much, but there is also GNU R which (IIRC) uses GNU plot to show graphs. Looking that up, I also noticed quickplot. Not tried that, but might be what you want. Also, I guess searching for 'plot' and similar on description in yast2 sw_single would find you a few others to try. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
His there any program or utility in Linux that plots the graphic of a given equation? scilab It comes with the distro and has all the functionality of matlab except that the
Lívio Cipriano wrote: price is right. :-) Regards, -- Jos van Kan registered Linux user #152704 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 21 March 2007 01:01, Jos van Kan wrote:
scilab It comes with the distro
Hi Jos, Scilab comes with SuSE 10.2 or I've to connect to some repository? -- Regards, Lívio Cipriano -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (7)
-
drek
-
Jos van Kan
-
Kai Ponte
-
Lívio Cipriano
-
Michael Schmuker
-
riccardo35@gmail.com
-
Russell Jones