octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #53321] Symbolic creates an oversize ( ), mult


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53321] Symbolic creates an oversize ( ), multiplication is not carried out appropriately
Date: Sun, 11 Mar 2018 13:10:26 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Update of bug #53321 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

No, I think what you are missing is


syms l b a d real


If the symbolic variables can be complex, then the simplification you are
hoping for isn't there. The "large" parentheses you are seeing is not the
important part, it's the overbar in


    ⎛_⎞
 sin⎝b⎠


which indicates the complex conjugate of 'b'.

If you add the 'real' assumption, then you will get what I think you want.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53321>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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