help-octave
[Top][All Lists]
Advanced

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

Symbolic Package


From: swagata Mukherjee
Subject: Symbolic Package
Date: Wed, 23 Jun 2021 12:42:57 +0530

Dear All,
I am using following code 
 syms del_delta del_W_r j_del_W_r j_del_delta
        %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
       
        pretty(del_Te_PSS)   % displays result in a "pretty" way

Getting the following output which is quite messy.
image.png

However, I intend that octave adds up all coefficients of del_W_r and all coefficients of del_delta and presents a nice output. 

Can anyone help me with this?

Regards,
Swagata

reply via email to

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