help-octave
[Top][All Lists]
Advanced

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

Re: symbolic 2.1.0 released


From: Colin Macdonald
Subject: Re: symbolic 2.1.0 released
Date: Fri, 13 Mar 2015 15:00:32 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

On 13/03/15 14:13, Constantine Frangos wrote:
> Thanks for the command. I have done some testing with the symbolic 
> toolbox and it has many more features and is a lot easier to use 
> than the previous version based on ginac.
> 
> Any assistance with the following will be appreciated:
> 
> (1) The output formatting of the symbolic expressions is very nice.
> 
> However, for matrices of complicated symbolic expressions I prefer
> plain text input representation of the symbolic matrix.
> 
> In particular, it would be very helpful if there was a function 
> that takes as input a symbolic matrix or expression and converts 
> it to plain text form, identical to what the user would type in. 
> For example,
> 
> x^2*cos(x1)+sin(x2)*cos(x2)+tan(z)/(sin(w) + q^2)

For a one-off:

  disp(f, 'flat')

Or to make all display work like that:

  sympref display flat

Colin

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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