Re: [R] symbolic math

2005-10-26 Thread Rau, Roland
Hi,


 -Original Message-
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Giannitrapani, Marco GSUK-GSSC
 Subject: [R] symbolic math
 
 Does anyone knows if it exists a symbolic math package in 
 R, that allows to compute derivatives, integrals, etc.? 

Have a look at:
?D

 
 Does exist a freeware version of Maple?

Not really a free version of Maple, but I use Maxima. You can find it
at:
http://maxima.sourceforge.net/

There you can do things like (just a simple, stupid example):
(%i1) diff(3*x^2,x);
(%o1) 6 x
(%i2) integrate(6*x, x);
2
(%o2)3 x
(%i3) 


(the spacing is a bit unfortunate in my email now)

Best, Roland

+
This mail has been sent through the MPI for Demographic Rese...{{dropped}}

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] symbolic math

2005-10-26 Thread James Foadi
On Wednesday 26 October 2005 10:55, Giannitrapani, Marco GSUK-GSSC wrote:
 Hi all!

 Does anyone knows if it exists a symbolic math package in R, that allows
 to compute derivatives, integrals, etc.?

 Does exist a freeware version of Maple?

 Cheers,

 Marco

I've just learned yesterday the use of expressions objects to compute 
derivatives. There might be functions for doing integrals as well.

1) define an expression using whatever symbol you like

example:

 exp1 - expression(cos(x)+sin(y))

2) Use function D() to perform symbolic derivatives:

example:

 D(exp1,x)
-sin(x)
 D(exp1,y)
cos(x)

 You can find this stuff in R for Beginners, by Emmanuel Paradis 
(http://www.r-project.org/)

Cheers,

J

-- 
Dr James Foadi PhD
York Structural Biology Laboratory (YSBL)
Department of Chemistry
University of York
Heslington
York YO10 5YW
UK

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] symbolic math

2005-10-26 Thread Ruben Roa
 -Original Message-
 From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Giannitrapani, 
 Marco GSUK-GSSC
 Sent: Wednesday, October 26, 2005 7:56 AM
 To:   r-help@stat.math.ethz.ch
 Subject:  [R] symbolic math
 
 Hi all!
 
 Does anyone knows if it exists a symbolic math package in R, that allows to 
 compute derivatives, integrals, etc.? 
 
 Does exist a freeware version of Maple?
 

I think Maxima is pretty cool:
http://maxima.sourceforge.net/
Ruben

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] symbolic math

2005-10-26 Thread Paulo Justiniano Ribeiro Jr

Yet another option is axiom

In a debian-type linux:

apt-get install axiom


On Wed, 26 Oct 2005, Ruben Roa wrote:


-Original Message-
From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Giannitrapani, 
Marco GSUK-GSSC
Sent:   Wednesday, October 26, 2005 7:56 AM
To: r-help@stat.math.ethz.ch
Subject:[R] symbolic math

Hi all!

Does anyone knows if it exists a symbolic math package in R, that allows to 
compute derivatives, integrals, etc.?

Does exist a freeware version of Maple?



I think Maxima is pretty cool:
http://maxima.sourceforge.net/
Ruben

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html




Paulo Justiniano Ribeiro Jr
LEG (Laboratório de Estatística e Geoinformação)
Departamento de Estatística
Universidade Federal do Paraná
Caixa Postal 19.081
CEP 81.531-990
Curitiba, PR  -  Brasil
Tel: (+55) 41 3361 3573
Fax: (+55) 41 3361 3141
e-mail: [EMAIL PROTECTED]
http://www.est.ufpr.br/~paulojus__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Re: [R] Symbolic math?

2003-11-17 Thread Arne Henningsen
Hi,

I sometimes use MuPAD (www.mupad.com). Unfortunately, it is not Open Source, 
but most versions are free of charge for non-commercial use (see http://
www.sciface.com/personal.shtml). 

Arne

On Monday 17 November 2003 11:37, Hank Stevens wrote:
 Hi Folks,
 I am using Windows 2000 and was wondering what (Open Source) software R
 users use or might recommend for symbolic computations (aside from the ol'
 noggin, e.g., Maxima, Mathomatic) .
 Thanks,
 Hank

 Dr. Martin Henry H. Stevens, Assistant Professor
 338 Pearson Hall
 Botany Department
 Miami University
 Oxford, OH 45056

 Office: (513) 529-4206
 Lab: (513) 529-4262
 FAX: (513) 529-4243
 http://www.cas.muohio.edu/botany/bot/henry.html
 http://www.muohio.edu/ecology

 __
 [EMAIL PROTECTED] mailing list
 https://www.stat.math.ethz.ch/mailman/listinfo/r-help

-- 
Arne Henningsen
Department of Agricultural Economics
University of Kiel
Olshausenstr. 40
D-24098 Kiel (Germany)
Tel: +49-431-880 4445
Fax: +49-431-880 1397
[EMAIL PROTECTED]
http://www.uni-kiel.de/agrarpol/ahenningsen/

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help


RE: [R] Symbolic math?

2003-11-17 Thread Gabor Grothendieck

Depending on what you want to do

?deriv

in R may be enough.

--- 
Date: Mon, 17 Nov 2003 05:37:22 -0500 
From: Hank Stevens [EMAIL PROTECTED]
To: [EMAIL PROTECTED] 
Subject: [R] Symbolic math? 

 
 
Hi Folks,
I am using Windows 2000 and was wondering what (Open Source) software R 
users use or might recommend for symbolic computations (aside from the ol' 
noggin, e.g., Maxima, Mathomatic) .
Thanks,
Hank

Dr. Martin Henry H. Stevens, Assistant Professor
338 Pearson Hall
Botany Department
Miami University
Oxford, OH 45056

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help


Re: [R] Symbolic math?

2003-11-17 Thread Len Vir
Hi,
 
Have you tried Yacas?
 
Yacas is a general purpose easy to use Computer Algebra System . It is built on top 
of its own programming language designed for this purpose, in which new algorithms can 
easily be implemented. In addition, it comes with extensive documentation on the 
functionality implemented and methods used to implement them.   Is is open source.

http://www.xs4all.nl/~apinkus/yacas.html
 
Len


Arne Henningsen [EMAIL PROTECTED] wrote:
Hi,

I sometimes use MuPAD (www.mupad.com). Unfortunately, it is not Open Source, 
but most versions are free of charge for non-commercial use (see http://
www.sciface.com/personal.shtml). 

Arne

On Monday 17 November 2003 11:37, Hank Stevens wrote:
 Hi Folks,
 I am using Windows 2000 and was wondering what (Open Source) software R
 users use or might recommend for symbolic computations (aside from the ol'
 noggin, e.g., Maxima, Mathomatic) .
 Thanks,
 Hank

 Dr. Martin Henry H. Stevens, Assistant Professor
 338 Pearson Hall
 Botany Department
 Miami University
 Oxford, OH 45056

 Office: (513) 529-4206
 Lab: (513) 529-4262
 FAX: (513) 529-4243
 http://www.cas.muohio.edu/botany/bot/henry.html
 http://www.muohio.edu/ecology

 __
 [EMAIL PROTECTED] mailing list
 https://www.stat.math.ethz.ch/mailman/listinfo/r-help

-- 
Arne Henningsen
Department of Agricultural Economics
University of Kiel
Olshausenstr. 40
D-24098 Kiel (Germany)
Tel: +49-431-880 4445
Fax: +49-431-880 1397
[EMAIL PROTECTED]
http://www.uni-kiel.de/agrarpol/ahenningsen/

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

-


[[alternative HTML version deleted]]

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help