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

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

[Octave-bug-tracker] [bug #52814] some obvious bugs in document Chapter


From: anonymous
Subject: [Octave-bug-tracker] [bug #52814] some obvious bugs in document Chapter 21
Date: Fri, 5 Jan 2018 03:06:08 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #1, bug #52814 (project octave):

Because the "left division" operators are also grouped "leftmost first", just
like most other operators,

A \ B \ C == (A \ B) \ C != A \ (B \ C) == inv(A) * inv(B) * C

So we must be very careful when using multiple "left division" operators.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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