|
|||||||||||
|
Re: 3-D graphing software for Linux?
From: Oscar Blanco <orblancog(at)gmail.com>
Date: Sat Dec 01 2007 - 16:57:16 EST
This is scilab, designed in France. It is a numerical tool (and seldom symbolic), so it means that was done for high computing capabilities. After installing, you will have a command line as in any console; there you can type the corresponding instruction (like MatLab, don't know if you have seen it). e.g. > 2+3
5
> sin(%pi/2)
1
In scilab, almost all is a matrix, or vector, so if you type
> t=[3;2;1]
it mean that t is a 3 rows, 1 column vector, but if you type
> t=[3,2,1]
with commas means t is a 1 row, 3 columns vector. You can apply math equations to matrices. So
F=sin(t)
If you need to plot one against each other, just do
>plot2d(t,F)
Scilab is plenty of options, let us know if you need more help. Kind regards, Oscar Blanco
2007/11/25, Marcelo Chiapparini <chiappa@oi.com.br>:
> > Axiom does 3d plottings of parametrized curves-surfaces. You can export > the result to ps or xmap. > > Marcelo > > -- > Marcelo Chiapparini > chiappa@oi.com.br > > > -- > To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact > listmaster@lists.debian.org > >
--
Oscar Blanco García
Ingeniero Electrónico - Universidad Nacional de Colombia
Teléfono: Casa: +57 1 687 0019
Celular: +57 3133890451
Carrera 123B # 131-66 Bloque 55 Apartamento 402
Bogotá, Colombia
Received on Sat Dec 1 16:57:58 2007This archive was generated by hypermail 2.1.8 : Tue Feb 26 2008 - 13:31:38 EST |
||||||||||
|
|||||||||||