You are on page 1of 5

(* Content-type: application/mathematica *)

(*** Wolfram Notebook File ***)


(* http://www.wolfram.com/nb *)

(* CreatedBy='Mathematica 7.0' *)

(*CacheID: 234*)
(* Internal cache information:
NotebookFileLineBreakTest
NotebookFileLineBreakTest
NotebookDataPosition[ 145, 7]
NotebookDataLength[ 8667, 239]
NotebookOptionsPosition[ 8201, 218]
NotebookOutlinePosition[ 8567, 234]
CellTagsIndexPosition[ 8524, 231]
WindowFrame->Normal*)

(* Beginning of Notebook Content *)


Notebook[{

Cell[CellGroupData[{
Cell[BoxData[
RowBox[{"Manipulate", "[",
RowBox[{
RowBox[{
RowBox[{"a", "=",
RowBox[{"lis", "[",
RowBox[{"[", "1", "]"}], "]"}]}], ";",
RowBox[{"b", "=",
RowBox[{"lis", "[",
RowBox[{"[", "2", "]"}], "]"}]}], ";",
RowBox[{"Show", "[",
RowBox[{
RowBox[{"Plot3D", "[",
RowBox[{
RowBox[{
RowBox[{"-",
SuperscriptBox["x", "2"]}], "-",
SuperscriptBox["y", "2"], "+", "4"}], ",",
RowBox[{"{",
RowBox[{"x", ",",
RowBox[{"-", "3"}], ",", "3"}], "}"}], ",",
RowBox[{"{",
RowBox[{"y", ",",
RowBox[{"-", "3"}], ",", "3"}], "}"}], ",",
RowBox[{"PlotRange", "\[Rule]",
RowBox[{"{",
RowBox[{
RowBox[{"{",
RowBox[{
RowBox[{"-", "3"}], ",", "3"}], "}"}], ",",
RowBox[{"{",
RowBox[{
RowBox[{"-", "3"}], ",", "3"}], "}"}], ",",
RowBox[{"{",
RowBox[{
RowBox[{"-", "5"}], ",", "7"}], "}"}]}], "}"}]}], ",",
RowBox[{"Mesh", "\[Rule]", "7"}]}], "]"}], ",",
RowBox[{"Plot3D", "[",
RowBox[{
RowBox[{
RowBox[{
RowBox[{"(",
RowBox[{"x", "-", "a"}], ")"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "2"}], " ", "a"}], ")"}]}], "+",
RowBox[{
RowBox[{"(",
RowBox[{"y", "-", "b"}], ")"}], " ",
RowBox[{"(",
RowBox[{
RowBox[{"-", "2"}], " ", "b"}], ")"}]}], "-",
SuperscriptBox["a", "2"], "-",
SuperscriptBox["b", "2"], "+", "4"}], ",",
RowBox[{"{",
RowBox[{"x", ",",
RowBox[{
RowBox[{"-", "1"}], "+", "a"}], ",",
RowBox[{"1", "+", "a"}]}], "}"}], ",",
RowBox[{"{",
RowBox[{"y", ",",
RowBox[{
RowBox[{"-", "1"}], "+", "b"}], ",",
RowBox[{"1", "+", "b"}]}], "}"}], ",",
RowBox[{"PlotStyle", "\[Rule]",
RowBox[{"FaceForm", "[",
RowBox[{"Red", ",", "Orange"}], "]"}]}], ",",
RowBox[{"PlotRange", "\[Rule]",
RowBox[{"{",
RowBox[{
RowBox[{"{",
RowBox[{
RowBox[{"-", "3"}], ",", "3"}], "}"}], ",",
RowBox[{"{",
RowBox[{
RowBox[{"-", "3"}], ",", "3"}], "}"}], ",",
RowBox[{"{",
RowBox[{
RowBox[{"-", "5"}], ",", "7"}], "}"}]}], "}"}]}], ",",
RowBox[{"Mesh", "\[Rule]", "7"}]}], "]"}]}], "]"}]}], ",",
RowBox[{"{",
RowBox[{
RowBox[{"{",
RowBox[{"lis", ",",
RowBox[{"{",
RowBox[{"0", ",", "0"}], "}"}], ",", "\"\<Punto de Tangencia\>\""}],
"}"}], ",",
RowBox[{"{",
RowBox[{
RowBox[{"-", "2"}], ",",
RowBox[{"-", "2"}]}], "}"}], ",",
RowBox[{"{",
RowBox[{"2", ",", "2"}], "}"}]}], "}"}]}], "]"}]], "Input",
CellChangeTimes->{{3.4930703899331865`*^9, 3.4930704023975863`*^9}, {
3.4930704468575864`*^9, 3.4930704972143865`*^9}, {3.4930705645127864`*^9,
3.4930705918595867`*^9}, {3.4936720073059998`*^9, 3.4936720785824003`*^9}}],
Cell[BoxData[
TagBox[
StyleBox[
DynamicModuleBox[{$CellContext`lis$$ = {1.1400000000000001`, -1.26},
Typeset`show$$ = True, Typeset`bookmarkList$$ = {},
Typeset`bookmarkMode$$ = "Menu", Typeset`animator$$, Typeset`animvar$$ =
1, Typeset`name$$ = "\"untitled\"", Typeset`specs$$ = {{{
Hold[$CellContext`lis$$], {0, 0}, "Punto de Tangencia"}, {-2, -2}, {2,
2}}}, Typeset`size$$ = {450., {175., 183.}}, Typeset`update$$ = 0,
Typeset`initDone$$, Typeset`skipInitDone$$ =
True, $CellContext`lis$4829$$ = {0, 0}},
DynamicBox[Manipulate`ManipulateBoxes[
1, StandardForm, "Variables" :> {$CellContext`lis$$ = {0, 0}},
"ControllerVariables" :> {
Hold[$CellContext`lis$$, $CellContext`lis$4829$$, {0, 0}]},
"OtherVariables" :> {
Typeset`show$$, Typeset`bookmarkList$$, Typeset`bookmarkMode$$,
Typeset`animator$$, Typeset`animvar$$, Typeset`name$$,
Typeset`specs$$, Typeset`size$$, Typeset`update$$, Typeset`initDone$$,
Typeset`skipInitDone$$},
"Body" :> ($CellContext`a = Part[$CellContext`lis$$, 1]; $CellContext`b =
Part[$CellContext`lis$$, 2]; Show[
Plot3D[-$CellContext`x^2 - $CellContext`y^2 +
4, {$CellContext`x, -3, 3}, {$CellContext`y, -3, 3},
PlotRange -> {{-3, 3}, {-3, 3}, {-5, 7}}, Mesh -> 7],
Plot3D[($CellContext`x - $CellContext`a) ((-2) $CellContext`a) + \
($CellContext`y - $CellContext`b) ((-2) $CellContext`b) - $CellContext`a^2 - \
$CellContext`b^2 +
4, {$CellContext`x, -1 + $CellContext`a,
1 + $CellContext`a}, {$CellContext`y, -1 + $CellContext`b,
1 + $CellContext`b}, PlotStyle -> FaceForm[Red, Orange],
PlotRange -> {{-3, 3}, {-3, 3}, {-5, 7}}, Mesh -> 7]]),
"Specifications" :> {{{$CellContext`lis$$, {0, 0},
"Punto de Tangencia"}, {-2, -2}, {2, 2}}}, "Options" :> {},
"DefaultOptions" :> {}],
ImageSizeCache->{509., {267., 274.}},
SingleEvaluation->True],
Deinitialization:>None,
DynamicModuleValues:>{},
SynchronousInitialization->True,
UnsavedVariables:>{Typeset`initDone$$},
UntrackedVariables:>{Typeset`size$$}], "Manipulate",
Deployed->True,
StripOnInput->False],
Manipulate`InterpretManipulate[1]]], "Output",
CellChangeTimes->{
3.4930704064535866`*^9, 3.4930705013483863`*^9, 3.4930705682567863`*^9,
3.4930706189411864`*^9, {3.4936720331396*^9, 3.4936720805948*^9},
3.522138418435063*^9}]
}, Open ]],

Cell[CellGroupData[{

Cell[BoxData[
RowBox[{"Manipulate", "[",
RowBox[{"pt", ",",
RowBox[{"{",
RowBox[{"pt", ",",
RowBox[{"{",
RowBox[{
RowBox[{"-", "1"}], ",",
RowBox[{"-", "1"}]}], "}"}], ",",
RowBox[{"{",
RowBox[{"1", ",", "2"}], "}"}]}], "}"}]}], "]"}]], "Input"],

Cell[BoxData[
TagBox[
StyleBox[
DynamicModuleBox[{$CellContext`pt$$ = {-1, -1}, Typeset`show$$ = True,
Typeset`bookmarkList$$ = {}, Typeset`bookmarkMode$$ = "Menu",
Typeset`animator$$, Typeset`animvar$$ = 1, Typeset`name$$ =
"\"untitled\"", Typeset`specs$$ = {{
Hold[$CellContext`pt$$], {-1, -1}, {1, 2}}}, Typeset`size$$ = {
70., {3., 9.}}, Typeset`update$$ = 0, Typeset`initDone$$,
Typeset`skipInitDone$$ = True, $CellContext`pt$661$$ = {0, 0}},
DynamicBox[Manipulate`ManipulateBoxes[
1, StandardForm, "Variables" :> {$CellContext`pt$$ = {-1, -1}},
"ControllerVariables" :> {
Hold[$CellContext`pt$$, $CellContext`pt$661$$, {0, 0}]},
"OtherVariables" :> {
Typeset`show$$, Typeset`bookmarkList$$, Typeset`bookmarkMode$$,
Typeset`animator$$, Typeset`animvar$$, Typeset`name$$,
Typeset`specs$$, Typeset`size$$, Typeset`update$$, Typeset`initDone$$,
Typeset`skipInitDone$$}, "Body" :> $CellContext`pt$$,
"Specifications" :> {{$CellContext`pt$$, {-1, -1}, {1, 2}}},
"Options" :> {}, "DefaultOptions" :> {}],
ImageSizeCache->{156., {97., 104.}},
SingleEvaluation->True],
Deinitialization:>None,
DynamicModuleValues:>{},
SynchronousInitialization->True,
UnsavedVariables:>{Typeset`initDone$$},
UntrackedVariables:>{Typeset`size$$}], "Manipulate",
Deployed->True,
StripOnInput->False],
Manipulate`InterpretManipulate[1]]], "Output",
CellChangeTimes->{3.4930703082359867`*^9}]
}, Open ]]
},
WindowSize->{1028, 633},
WindowMargins->{{Automatic, -4}, {Automatic, -2}},
Magnification->1.25,
FrontEndVersion->"8.0 for Microsoft Windows (64-bit) (November 7, 2010)",
StyleDefinitions->"Default.nb"
]
(* End of Notebook Content *)

(* Internal cache information *)


(*CellTagsOutline
CellTagsIndex->{}
*)
(*CellTagsIndex
CellTagsIndex->{}
*)
(*NotebookFileOutline
Notebook[{
Cell[CellGroupData[{
Cell[567, 22, 3253, 95, 135, "Input"],
Cell[3823, 119, 2500, 48, 561, "Output"]
}, Open ]],
Cell[CellGroupData[{
Cell[6360, 172, 299, 10, 35, "Input"],
Cell[6662, 184, 1523, 31, 221, "Output"]
}, Open ]]
}
]
*)

(* End of internal cache informat

You might also like