Re: Symbolic Package
przemek klosowski via Help-octave <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <[email protected]> |
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./