Message Boards Message Boards

0
|
4728 Views
|
5 Replies
|
3 Total Likes
View groups...
Share
Share this post:

[?] Plot a continuous function and adding a point in Wolfram|Alpha

Posted 5 years ago

Hello, everyone. How can I plot in the same figure a continuous function and a point in Wolfram|Alpha? I tried with:

(x-0.1)*(y-0.9)=1 and Graphics[Point[{0, 0}]]

but it doesn't work in Wolfram|Alpha.

Thank you in advance.

POSTED BY: Gennaro Arguzzi
5 Replies

Thank you @Gianluca Gorni

POSTED BY: Gennaro Arguzzi

You can try something like this:

plot ((x - 1/10)*(y - 9/10) - 1) (x^2 + y^2-1/150) ((x-1)^2 + (y-2)^2 - 1/150) == 0 for x between -5 and 5

However, I would suggest using the Wolfram Development Platform for this kind of tasks, instead of Wolfram|Alpha.

POSTED BY: Gianluca Gorni

Hello @Gianluca Gorni , can you explain me how can I specify the points I want to plot please? For example P1=(0,0), P2=(1,2).

POSTED BY: Gennaro Arguzzi

Hello @Gianluca Gorni , can you explain me how can I specify the points I want to plot please? For example P1=(0,0), P2=(1,2).

POSTED BY: Gennaro Arguzzi

You may fake it this way:

plot ((x - 1/10)*(y - 9/10) - 1) (x^2 + y^2-1/150) == 0
POSTED BY: Gianluca Gorni
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