Ask Your Question
1

using sage solve for more than 4 variables

asked 2017-06-19 11:01:19 +0200

SAvaGE gravatar image

I just tried to sovle a 82 queation with 82 varibles, and got the following error:

TypeError: solve() takes at most 5 positional arguments (82 given)

I assume that i'm not using it right. I would like an help.

Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-06-19 11:43:59 +0200

tmonteil gravatar image

updated 2017-06-19 11:44:42 +0200

You should give us the equations and a way to construct them easily, or we will not be able to help much... that said, when using the solve function, the variables have to be put in a list, not provided one by one.

edit flag offensive delete link more

Comments

thanks, I defined them as a tuple.

SAvaGE gravatar imageSAvaGE ( 2017-06-19 11:57:13 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2017-06-19 11:01:19 +0200

Seen: 220 times

Last updated: Jun 19 '17