You are on page 1of 1

2016/8/16

chaberiSageMathCloud

20160816122111.sagews

Files...

(https://github.com/sagemathinc/smc/wiki/sagews)

Modes

Help

Plots
1
2
3
4
5
6
7
8
9
10
11

Calculus

Data
Linear

Control
Graphs

%sage

Program
Number Theory

Rings

var('x y')
eq1 = x^2 + y^2 -4 * x - 5
eq2 = x^2 + y^2 +2 * y -15
g1=implicit_plot(eq1,(x,-10,20),(y,-10,10))
g2=implicit_plot(eq2,(x,-10,20),(y,-10,10))
(g1+g2).show()
solve(eq1 == eq2, x,y)
(x, y)

([x == -1/2*y + 5/2], [1])


12

https://cloud.sagemath.com/projects/7fcc6f7c38a147a19863c4f5871a864c/files/20160816122111.sagews

1/1

You might also like