Re: Is it possible to have several solutions in this way to this equation using Pari/ɢᴘ ?
| Newsgroups | gmane.comp.mathematics.pari.user |
|---|---|
| Message-ID | <[email protected]> |
So getting something like 3 possible values for x or more is impossible ? Cordialement, De : "Bill Allombert" <[email protected]> A : [email protected] Envoyé: dimanche 19 Janvier 2025 22:32 Objet : On Sun, Jan 19, 2025 at 09:56:10PM +0100, Laël Cellier wrote: > So yes, I want to solve a system of equations where alpha and beta can be > set to any values as long as they’re valid for solving the first equation. > > Are you meaning this/your code allows to get more than 2 solutions for the > second equation ? Given alpha and beta, there are at most two possible x. However there are either none or an infinite number of beta such that there are two possible solutions x. In the non-degenerate cases, you can use qfparam to obtain them. Cheers, Bill