Message Boards Message Boards

0
|
5018 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

How to Re-write: Set @@@

Posted 9 years ago

Hello,

I don't understand how "Set @@@" works in the following example, how can I rewrite it? It looks like the Apply[] function is the way to do it, but I have not been able to get it to work.

Clear[a, b]
sol = Solve[a + b^2 == 10, {a, b}, -\[CapitalZeta]];
Set @@@ First@sol
Plot[a, {b, -4, 4}, AxesLabel -> {"b", "a"}]

Thanks,

Greg

POSTED BY: Greg
2 Replies
Posted 9 years ago
POSTED BY: David Keith
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract