help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: About simplify symbolic expression


From: Rui Pereira
Subject: RE: About simplify symbolic expression
Date: Wed, 19 Oct 2011 11:21:56 -0700 (PDT)

Hi,

Thanks a lot for your help mate.

cheers
rui


-----Mensagem original-----
De: Carnë Draug-2 [via Octave] [[hidden email]]
Enviada: qua 19-10-2011 17:25
Para: Rui Miguel Soares Pereira
Assunto: Re: About simplify symbolic _expression_



On 19 October 2011 12:04, Rui Pereira <[hidden email]> wrote:
> Hello,
>
> I have a question about OCTAVE.
> I normally use Matlab and you can use symbolic toobox which allows you to
> simplify
> symbolic variables.
> Is there in OCTAVE anything similar?
> For instance in Matlab if I write:
>
> "syms x1 x2
> f=sin(x1)*sin(x1)+cos(x1)*cos(x1)+x2*x2*x1
> simplify(f)
> "
> I obtain,
>
> "f =
>
> x1*x2^2 + cos(x1)^2 + sin(x1)^2
>
>
> ans =
>
> x1*x2^2 + 1
>  "
>
> How can I do the same in GNU OCTAVE?
>
> Thanks a lot,
> Rui Pereira

Hi,

There is the symbolic package (part of the octave-forge packages, I'm
CC'ing this to its mailing-list), see
http://octave.sourceforge.net/symbolic/index.html which may do some of
the stuff you want. It doesn't have simplify() though, only expand(),
and it may be missing some others. If you are interested,
contributions for any package are always welcomed.

You should be able to install the package with 'pkg install -forge
symbolic' (if you're using a version older than 3.4, you'll need to
download the package manually from the octave-forge site).

Carnë
_______________________________________________
Help-octave mailing list
[hidden email]
https://mailman.cae.wisc.edu/listinfo/help-octave


_______________________________________________
If you reply to this email, your message will be added to the discussion below:
http://octave.1599824.n4.nabble.com/About-simplify-symbolic-_expression_-tp3918238p3919224.html

To unsubscribe from About simplify symbolic _expression_, visit



View this message in context:
RE: About simplify symbolic _expression_
Sent from the Octave - General mailing list archive at Nabble.com.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]