help-octave
[Top][All Lists]
Advanced

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

Re: Octave Error


From: Ben Abbott
Subject: Re: Octave Error
Date: Sun, 15 Dec 2013 11:34:43 -0500

On Dec 11, 2013, at 8:33 PM, dipak <address@hidden> wrote:

> Hi,
> 
> I am converting a piece of code from Matlab to Octave.
> 
> ---
> syms x y
> q=x^2*y^3*exp(x)
> --
> and in Octave converted to
> -------
> symbols
> x=sym("x")
> y=sym("y")
> q=sym("q")
> q=x^2*y^3*exp(x)
> -------
> And got this error...
> *>>>error: expm1: not defined for ex*
> 
> what am I doing wrong?  pls help

My understanding is that the symbolic package is essentially broken.  See the 
link below for more info.

        
http://wiki.octave.org/Summer_of_Code_Project_Ideas#Rewrite_symbolic_package

Ben




reply via email to

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