Question about 2d plot
I have 2 equations x^2 + y=1 & x+3y=6 and I need to make a graph but I dont know how. Can anyone help me?
Thanks for your time.
add a comment
I have 2 equations x^2 + y=1 & x+3y=6 and I need to make a graph but I dont know how. Can anyone help me?
Thanks for your time.
var('x,y')
implicit_plot(x^2 + y == 1, (x,-2,2),(y,-2,2)) + implicit_plot(x + 3*y==6, (x,-2,2),(y,-2,2),color='red')
Asked: 2011-11-13 00:15:54 -0600
Seen: 150 times
Last updated: Nov 13 '11
How to convert (some particular) Sage objects into Macaulay2 ones
How would you plot these data points?
How do I write function to test if a graph is apex?
Newton's cubic Fractal help. Plotting
How to solve higher order (3rd or 4th) differential equation?
set external_face layout_planar
Paths beginning with a certain vertex
solving system of polynomial equations over reals using newton method