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

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

[Octave-bug-tracker] [bug #53863] Octave not solving right


From: anonymous
Subject: [Octave-bug-tracker] [bug #53863] Octave not solving right
Date: Tue, 8 May 2018 15:16:13 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?53863>

                 Summary: Octave not solving right
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 08 May 2018 07:16:12 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Juan
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:



>> y = a - b/(c+p)^2


# if you solve for p:

>> solve(y,p)

  ⎡       _____⎤
  ⎢     ╲╱ a⋅b ⎥
  ⎢-c - ───────⎥
  ⎢        a   ⎥
  ⎢            ⎥
  ⎢       _____⎥
  ⎢     ╲╱ a⋅b ⎥
  ⎢-c + ───────⎥
  ⎣        a   ⎦

These answers are not correct. it is: -c +- sqrt(b/a)








    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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