If you need lambdify to take a single argument, which unpacks to the
variables, you can pass a nested tuple, like

lambdify(((la1, la2, la3, la4, la5),), steadystate)

On Mon, Dec 5, 2016 at 4:13 AM, Denis Akhiyarov
<denis.akhiya...@gmail.com> wrote:
> You need to unpack your x0 with * syntax.
>
> So test(*x0).
>
> --
> 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 sympy+unsubscr...@googlegroups.com.
> To post to this group, send email to sympy@googlegroups.com.
> Visit this group at https://groups.google.com/group/sympy.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/5cb09590-b9ec-4374-b561-2ef5f217d98e%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6LaDpzJsCFWFZt6EiRL_3XexeWt6beYE7wpM66sbRywRw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to