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

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

[Octave-bug-tracker] [bug #65090] polynomial roots


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #65090] polynomial roots
Date: Thu, 28 Dec 2023 19:09:52 -0500 (EST)

Follow-up Comment #1, bug#65090 (group octave):

I am a user like you.  This is a bug reporting area, not for how-to.  A
report/question like this is going to be ignored or closed.  You should move
to the community help site.  

I would have done it this way, see below.  You get x in term of y. Looking at
the solution form, there is very limited integer solutions.  [0 1], [1 0] are
obvious.  

pkg load symbolic
x=sym('x'); y=sym('y');
f=x*x + x*y + y*y - 1
solve(f)


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65090>

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




reply via email to

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