Sie sind auf Seite 1von 1

Ecuacion General de la Recta

Manipulate
ticks = {Range[- 5, 5], Range[- 5, 5]};
ContourPlot[A x + B y + c ⩵ 0, {x, - 5, 5}, {y, - 5, 5},
Ticks → ticks, ContourStyle → {Red, Thickness[0.0072]},
PlotLabel → Row[{A x + B y + c, " = ", 0}],
GridLines → If[Cuadrícula ⩵ False, None, ticks], Frame → False, Axes → True],
(*****Controles*****)
ItemStyle"ECUACIÓN GENERAL DE LA RECTA: Ax + By + C ⩵ 0", Bold,
ControlPlacement → Top,
Delimiter,
{A, - 3, 3, Ent, ImageSize → Small, Appearance → "Labeled"},
{B, - 3, 3, Ent, ImageSize → Small, Appearance → "Labeled"},
{c, - 3, 3, Ent, ImageSize → Small, Appearance → "Labeled"},
Delimiter,
{{Ent, 1, "Valores enteros"}, {0, 1}},
{{Cuadrícula, False}, {False, True}},
ControlPlacement → Left, SaveDefinitions → True

ECUACIÓN GENERAL DE LA RECTA: Ax + By + C ⩵ 0

A 1

B -1 x-y +1 = 0
5
c 1

Valores enteros
3

Cuadrícula
2

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

-1

-2

-3

-4

-5

Das könnte Ihnen auch gefallen