Está en la página 1de 2

Manipulate

Graphics

{Thick, Red, Line[{a, b}]},


a[[1]] + b[[1]] a[[2]] + b[[2]]
Blue, PointSize[0.028], Point , ,
2 2
a+b a+b
(*Text 2 , 2 +.5,Background→Lighter[Yellow,.5],*)
Text[a, a + .5, Background → Lighter[Yellow, .5]],
Text[b, b - .5, Background → Lighter[Yellow, .5]],
If[Sugerencia, {Blue, Dashed, Line[{a, b {1, 0} + a {0, 1}, b}]}, Purple],

Axes → True,
PlotRange → {{- 5, 5}, {- 5, 5}},
GridLines → If[Cuadrícula, {Range[- 5, 5], Range[- 5, 5]}, None],
GridLinesStyle → GrayLevel[0.7],
Ticks → {Range[- 5, 5], Range[- 5, 5]},
BaseStyle → 14,

PlotLabel → Row

IfRespuesta,
Dynamic[a[[1]]] + Dynamic[b[[1]]]
Row"(", HoldForm ,
2
Dynamic[a[[2]]] + Dynamic[b[[2]]]
" , ", HoldForm , ")",
2
a[[1]] + b[[1]] a[[2]] + b[[2]]
" ≈ ", "(", , " , ", , ")",
2 2
Column[{" "}, ItemSize → {Automatic, 4}],

Column[{" "}, ItemSize → {Automatic, 4}], ImageSize → {400, 400},


(*****Controles*****)
Item[Style["PUNTO MEDIO DE UN SEGMENTO DE RECTA", Bold],
ControlPlacement → Top],
{{a, {- 2, - 2}}, {- 5, - 5}, {5, 5}, {1, 1}, ControlType → Locator},
{{b, {2, 4}}, {- 5, - 5}, {5, 5}, {1, 1}, ControlType → Locator},
{{Sugerencia, False}, {False, True}},
{{Respuesta, False}, {False, True}},
Delimiter,
{{Cuadrícula, False}, {False, True}},
ControlPlacement → Left,
AutorunSequencing → {3, 4, 5}
2 Punto medio de un segmento de recta.nb

PUNTO MEDIO DE UN SEGMENTO DE RECTA

Sugerencia
4 + -3 3 + -2 1 1
Respuesta ( , )≈( , )
2 2 2 2
Cuadrícula 5

4
{4, 3}
3

-5 -4 -3 -2 -1 1 2 3 4 5
-1

-2
{-3, -2}
-3

-4

-5

También podría gustarte