Skip to main content
1-Visitor
July 12, 2022
Solved

plotting ployniminals

  • July 12, 2022
  • 1 reply
  • 1645 views

Any help gratefully received,

I am attempting to plot an XY graph of a polynomial equation including x and y values, (e.g 4y+3x=10). cant find any help on any PTC guides and youtube drew a blank.

completely out of ideas now, everything tried just throws a variety of red error boxes.

 

many thanks in advance.

 

BTW, using prime 8

Best answer by LucMeekes

Something like:

LucMeekes_0-1657638528185.png

Success!
Luc

1 reply

25-Diamond I
July 12, 2022

Prime does not provide support for plotting functions in implicit representation.

So you would have to solve the equation for y and plot the resulting term -> (10-3x)/4 over x.

You may want to show your attempts here if you still encounter problems with the plot.

 

BTW, there actually exists a utility function "implicitplot2d" which was posted here by user uno (Viacheslav  N. Mezentsev) quite some time ago, but it would be overkill to use it for the linear function you show.

1-Visitor
July 12, 2022
Thank you for the info,

I have been tasked to produce graph from an implicit equation, looks like this is not possible on Prime 8.

Is the method you touch on possible or is it a heavily drawn out process to achieve a graph
LucMeekes23-Emerald IVAnswer
23-Emerald IV
July 12, 2022

Something like:

LucMeekes_0-1657638528185.png

Success!
Luc