> > If you have three unknowns is it possible to end up with more than > three parameters in the solution? >
Yes, the number of parameters cannot be more than 3. > Another possibility is an iterator that gives symbols. > Yes, returning an iterator seems like a good solution. Faisal On Fri, Jul 17, 2020 at 9:27 PM Oscar Benjamin <[email protected]> wrote: > On Fri, 17 Jul 2020 at 15:02, Faisal Riyaz <[email protected]> > wrote: > > > > I think we should put this on the docs page of the diophantine. > > I agree > > >> Alternatively it should be possible to provide the symbols directly: > >> > >> sol, = diophantine(x + y + z, [t_0, t_1]) > > > > If the user does not have any idea about the number of parameters in the > solution, > > this won't work. > > If you have three unknowns is it possible to end up with more than > three parameters in the solution? > > Another possibility is an iterator that gives symbols. > > -- > Oscar > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CAHVvXxSZMu7p7kGOCpvfdkj%2BTyBYHi2AJ%3DjNKe01e60_3fi6xw%40mail.gmail.com > . > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAEe-xqSerVh3mcn%3DgKopiZH9n%2BoS_eVQ98vJDdSf-%3DwMxBJzoQ%40mail.gmail.com.
