Group Abstract Group Abstract

Message Boards Message Boards

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

ContourPlot and list of implicit equations

Posted 2 years ago
POSTED BY: Cesar Lozada
2 Replies
Posted 2 years ago

Hello Bill,

Thank you very much.

Best regards.

POSTED BY: Cesar Lozada
Posted 2 years ago

This

eqs = {3 x^2 + y^2 - 9 == 0, x^2 + y^2 - 1 == 0};
plots = ContourPlot[eqs, {x, -4, 4}, {y, -4, 4}]

gives a blank plot

This

eqs = {3 x^2 + y^2 - 9 == 0, x^2 + y^2 - 1 == 0};
plots = ContourPlot[Evaluate[eqs], {x, -4, 4}, {y, -4, 4}]

gives the desired plot

POSTED BY: Bill Nelson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard