Group Abstract Group Abstract

Message Boards Message Boards

[?] Get equation solutions via Table (list)?

Posted 8 years ago
Attachments:
POSTED BY: Alex Token
2 Replies
Posted 8 years ago

Thank you so much.

POSTED BY: Alex Token
Posted 8 years ago

Try this

solut = Flatten[Table[Flatten[{a,b,c,y/.Solve[a*y==3+b/c,y]}],{a,1,3,1},{b,1,2,1},{c,1,2,1}],2]

followed by

solut[[6]]

which gives

{2, 1, 2, 7/4}
POSTED BY: Bill Simpson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard