help-octave
[Top][All Lists]
Advanced

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

Re: Symbolic Package


From: przemek klosowski
Subject: Re: Symbolic Package
Date: Wed, 23 Jun 2021 14:20:52 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0


On 6/23/21 3:12 AM, swagata Mukherjee wrote:
j_del_W_r = -1.7534e-02*del_delta - 2.6791e-03*j_del_delta
        j_del_delta=w_0/imag(s3)*del_W_r + real(s3)/imag(s3)*del_delta
        % jdel_w_r=j*s3*del_delta/w_0
        j_del_W_r=real(i*s3/w_0)*del_W_r+ imag(i*s3/w_0)*j_del_delta
       
        del_Te_PSS=real(del_Te_PSS1)*del_W_r+ imag(del_Te_PSS1)*j_del_W_r


I think you have to simplify the _expression_ before displaying it, e.g. by print(simplify(del_Te_PSS)).

I can't check how well it works because my symbolic package doesn't work at the moment.

Personally, as much as I love Octave, I use Maxima (rmaxima or wxmaxima) for symbolic computations, and Octave for numerics and plotting.


reply via email to

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