You are on page 1of 1

Gr a f i c a s pu n t o 2 , 5 , 8 .

wx mx 2 / 5

(%i7) wxdraw2d (
grid =true ,
xrange =[ −3, 3],
yrange =[ −5, 5],
xaxis =true ,
yaxis =true ,
title ="Grafica punto 2" ,
color =grey ,
FAMILY ,
color =red ,
line_width =2,
explicit ( yp , x , −3, 3),
color =black ,
point_type =7,
points ([[ 0, 2]])) ;

(%t7)

(%o7)

(%i8) kill ( all ) ;


(%o0) done

(%i6) declere ( c , costant ) $


y ( x ):= −( 1/( 3· x +c )) $
diff ( y ( x ), x ) ;
3
(%o6)
2
( 3 x+c )

(%i7) solve ( y ( 0)= 2, c ) ;


1
(%o7) [ c= − ]
2

You might also like