(************** Content-type: application/mathematica ************** CreatedBy='Mathematica 5.2' Mathematica-Compatible Notebook This notebook can be used with any Mathematica-compatible application, such as Mathematica, MathReader or Publicon. The data for the notebook starts with the line containing stars above. To get the notebook into a Mathematica-compatible application, do one of the following: * Save the data starting with the line of stars above into a file with a name ending in .nb, then open the file inside the application; * Copy the data starting with the line of stars above to the clipboard, then use the Paste menu command inside the application. Data for notebooks contains only printable 7-bit ASCII and can be sent directly in email or through ftp in text mode. Newlines can be CR, LF or CRLF (Unix, Macintosh or MS-DOS style). NOTE: If you modify the data for this notebook not in a Mathematica- compatible application, you must delete the line below containing the word CacheID, otherwise Mathematica-compatible applications may try to use invalid cache data. For more information on notebooks and Mathematica-compatible applications, contact Wolfram Research: web: http://www.wolfram.com email: info@wolfram.com phone: +1-217-398-0700 (U.S.) Notebook reader applications are available free of charge from Wolfram Research. *******************************************************************) (*CacheID: 232*) (*NotebookFileLineBreakTest NotebookFileLineBreakTest*) (*NotebookOptionsPosition[ 63382, 2034]*) (*NotebookOutlinePosition[ 64173, 2061]*) (* CellTagsIndexPosition[ 64129, 2057]*) (*WindowFrame->Normal*) Notebook[{ Cell[TextData[{ "Calculations of a Neuron with 3 Dendritic\nBranches and a 25 ", StyleBox["m", FontFamily->"Symbol"], "m Soma" }], "Title", Evaluatable->False, CellHorizontalScrolling->False, TextAlignment->Center], Cell[BoxData[{ \(Off[General::spell1]\), "\[IndentingNewLine]", \(Off[General::spell]\)}], "Input"], Cell[BoxData[ \(Needs["\"]\)], "Input"], Cell[CellGroupData[{ Cell[BoxData[{ \(Needs["\"]\), "\[IndentingNewLine]", \(Needs["\"]\)}], "Input"], Cell[BoxData[ RowBox[{\(Miscellaneous`SIUnits`Gray::"shdw"\), \(\(:\)\(\ \)\), \ "\<\"Symbol \\!\\(\\\"Gray\\\"\\) appears in multiple contexts \ \\!\\({\\\"Miscellaneous`SIUnits`\\\", \\\"System`\\\"}\\); definitions in \ context \\!\\(\\\"Miscellaneous`SIUnits`\\\"\\) may shadow or be shadowed by \ other definitions. \\!\\(\\*ButtonBox[\\\"More\[Ellipsis]\\\", \ ButtonStyle->\\\"RefGuideLinkText\\\", ButtonFrame->None, \ ButtonData:>\\\"General::shdw\\\"]\\)\"\>"}]], "Message"] }, Open ]], Cell[CellGroupData[{ Cell["Let's begin with some definitions", "Subsection", Evaluatable->False], Cell["\<\ Soma with primary dendrite and two daughter dendrites, all sharing same Rm \ and Ri values\ \>", "Text"], Cell[BoxData[ \(\(\(Rm =. \ (*\ membrane\ resistance\ applied\ to\ all\ dendrites\ and\ soma\ *) \n Ri =. \ (*\ internal\ resistance\ applied\ to\ entire\ cell\ *) \n DendDiaParent =. \ (*\ Diameter\ of\ parent\ dendrite\ *) \[IndentingNewLine] DendDiamD1 =. \ (*\ Diameter\ of\ daughter\ #\ 1\ *) \[IndentingNewLine] DendDiamD2 =. (*\ Diameter\ of\ daughter\ #\ 2\ *) \[IndentingNewLine] ParentLength =. \ (*\ Length\ of\ parent\ diamter\ in\ cm\ \(\((\)\(um/ 10^\(-4\)\)\(\ \)\)*) \[IndentingNewLine] D1Length =. \ (*\ Length\ of\ D1\ branch\ in\ cm\ \((um/10^4)\)\ *) \[IndentingNewLine] D2Length =. \ (*\ length\ of\ D2\ branch\ in\ cm\ \((u\ \(\((\)\(um/ 10^\(-4\)\)\(\ \)\)\)*) \[IndentingNewLine] SomaDia =. (*\ Soma\ diameter\ in\ cm\ \((um/10^\(-40\))\)\ *) \n SomaSa =. (*\ Soma\ surface\ area\ cm2\ *) \n LambdaParent =. (*\ Length\ constant\ of\ parent\ branch\ *) \n LambdaD1 =. (*\ Length\ constant\ of\ daughter\ #\ 1\ *) \[IndentingNewLine] LambdaD2 =. (*\ Length\ constant\ of\ daughter\ #\ 2\ *) \[IndentingNewLine] X1Parent =. \ (*\ Real\ length\ of\ parent/LambdaParent\ *) \[IndentingNewLine] X1D1 =. \ (*\ Real\ length\ of\ D1/LambdaD1\ *) \[IndentingNewLine] X1D2 =. \ (*\ Real\ length\ of\ D2/LambdaD2\ *) \[IndentingNewLine] Gsoma =. \ (*\ Conductance\ of\ soma\ alone\ *) \[IndentingNewLine] Rsoma =. \ (*\ Input\ resistance\ of\ soma\ alone\ *) \[IndentingNewLine] Gn =. \ (*\ Conductance\ of\ neuron\ at\ the\ soma\ *) \n GNeuronAtSoma =. \ (*\ Input\ conductance\ of\ neuron\ at\ soma\ = Gsoma + GrealParentIn\ *) \[IndentingNewLine] RNeuronAtSoma =. (*\ Input\ resistance\ of\ neuron\ at\ soma\ *) \[IndentingNewLine] GNeuronMidway =. \ (*\ Input\ conductance\ of\ neuron\ at\ middle\ of\ primary/ parent\ *) \ \[IndentingNewLine] RNeuronMidway =. \ (*\ The\ input\ resistance\ at\ the\ middle\ of\ the\ primary\ dendrite\ \ *) \[IndentingNewLine] RD1Out =. \ (*\ Input\ resistance\ at\ end\ of\ D1\ *) \[IndentingNewLine] RD2Out =. \ (*\ Input\ resistance\ at\ end\ of\ D2\ *) \[IndentingNewLine] GinfParent =. (*\ Infinite\ conductance\ of\ parent\ dendrite\ *) \n GinfD1 =. (*\ Infinite\ conductance\ of\ daughter\ branch\ #\ 1\ \ *) \[IndentingNewLine] GinfD2 =. (*\ Infinite\ conductance\ of\ daughter\ branch\ #\ 2\ \ *) \[IndentingNewLine] GrealParentIn =. (*\ The\ real\ conductance\ of\ the\ primary\ dendrite\ at\ soma\ end\ \ *) \[IndentingNewLine] GrealD1In =. (*\ The\ real\ conductance\ of\ daughter\ #\ 1\ at\ branch\ point\ with\ \ parent\ looking\ out\ *) \[IndentingNewLine] GrealD2In =. (*\ The\ real\ conductance\ of\ daughter\ #\ 2\ at\ branch\ point\ with\ \ parent\ looking\ out\ *) \[IndentingNewLine] GrealParentOut =. \ (*\ The\ real\ \((B1Out* GinfParent)\)\ conductance\ of\ parent\ dendrite\ at\ its\ distal\ \ end\ looking\ in\ *) \[IndentingNewLine] GrealD1Out =. \ (*\ The\ real\ \((B1D1Out* GinfD1)\)\ for\ conductance\ at\ distal\ end\ of\ D1\ \ *) \[IndentingNewLine] GrealD2Out =. \ (*\ The\ real\ \((B1D2Out* GinfD2)\)\ conductance\ of\ the\ distal\ end\ of\ D2\ \ *) \[IndentingNewLine] B1OutD1 =. \ (*\ The\ B1\ factor\ at\ the\ distal\ end\ of\ D1\ to\ give\ GrealD1Out\ \ *) \[IndentingNewLine] B1OutD2 =. \ (*\ The\ B1\ factor\ at\ the\ distal\ end\ of\ D2\ to\ give\ GrealD2Out\ \ *) \[IndentingNewLine] B1InParent =. \ (*\ The\ B1\ factor\ at\ the\ soma\ end\ of\ the\ primary\ \((parent)\)\ \ dendrite\ to\ give\ GrealParentIn\ *) \[IndentingNewLine] B1InD1 =. \ (*\ The\ B1\ factor\ at\ the\ proximal\ end\ of\ D1\ to\ give\ GrealD1In\ \ *) \[IndentingNewLine] B1InD2 =. \ (*\ The\ B1\ value\ of\ daughter\ #1\ at\ branch\ point\ with\ parent\ \ \(\((\)\(multiply\ by\ GinfD2\)\(\ \)\)*) \[IndentingNewLine] B1OutParent =. \ (*\ The\ B1\ at\ the\ distal\ end\ of\ the\ primary\ when\ move\ out\ from\ \ soma\ *) \[IndentingNewLine] BjoParentIn =. \ (*\ Use\ when\ moving\ in\ to\ soma = \(\((\)\(\((GrealD1 + GrealD2)\)/ GinfParent\)\(\ \)\)*) \[IndentingNewLine] BjoD1In =. (*\ The\ terimal\ end\ of\ D1\ when\ moving\ from\ distal\ to\ soma\ \ \((usually\ 0.0)\)\ *) \[IndentingNewLine] BjoD2In =. \ (*\ The\ terimal\ end\ of\ D2\ when\ moving\ from\ distal\ to\ soma\ \ \((usually\ 0.0)\)\ *) \[IndentingNewLine] BjoParentOut =. \ (*\ Convert\ soma\ to\ Bjo\ value\ for\ soma\ end\ of\ parent\ dendrite\ \ *) \[IndentingNewLine] BjoD1Out =. \ (*\ Convert\ distal\ parent\ and\ D2\ at\ distal\ parent\ branch\ to\ Bjo\ \ going\ out\ *) \[IndentingNewLine] BjoD2Out\ =. \ (*\ Convert\ distal\ parent\ and\ D1\ at\ distal\ parent\ branch\ to\ Bjo\ \ going\ out\ *) \[IndentingNewLine] GNeuronAtParentOut =. \ (*\ The\ conductance\ of\ the\ cell\ at\ the\ end\ of\ the\ primary\ \ dendrite\ *) \[IndentingNewLine] GNeuronMidwayParent =. \ (*\ The\ conductance\ of\ the\ cell\ at\ the\ middle\ of\ the\ primary\ \ dendrite\ *) \[IndentingNewLine] GNeuronMidwayIn =. \ (*\ The\ outward\ looking\ conductance\ of\ the\ cell\ at\ the\ middle\ of\ \ the\ parent\ *) \[IndentingNewLine] RNeuronMidwayIn =. \ (*\ The\ input\ resistance\ of\ the\ outward\ looking\ half\ of\ the\ \ parent\ dendrite\ *) \[IndentingNewLine] GNeuronMidwayOut =. \ (*\ The\ inward\ looking\ conductance\ of\ the\ cell\ at\ the\ middle\ of\ \ the\ parent\ *) \[IndentingNewLine] RNeuronMidwayOut =. \ (*\ The\ inward\ \((soma)\)\ looking\ conductance\ of\ the\ cell\ at\ the\ \ middle\ of\ the\ parent\ *) \[IndentingNewLine] Vo =. \ (*\ Initial\ starting\ voltage\ *) \[IndentingNewLine] Vout =. \ (*\ Voltage\ profile\ moving\ outward\ from\ soma\ *) \[IndentingNewLine] Vin =. \ (*\ Voltage\ profile\ moving\ in\ towards\ soma\ *) \[IndentingNewLine] Vsoma =. \)\(\ \)\( (*\ Voltage\ at\ soma\ *) \)\)\)], "Input", PageWidth->Infinity], Cell["Now Put in the data for your cell.....", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(cm = Centimeter\)], "Input"], Cell[BoxData[ TagBox[\(1\ Centimeter\), UnitsWrapper]], "Output"] }, Open ]], Cell["\<\ For this analysis, we will use Cell 7 or the \"Golgi\" cell of the 3 branch \ neuron set\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{\(Rm = 27000\ Ohm\ cm\^2\ // N\), " ", RowBox[{"(*", " ", StyleBox[\(ohms\ cm^2\), FontFamily->"Courier New"], StyleBox[" ", FontFamily->"Courier New"], StyleBox["*)", FontFamily->"Courier New"]}], "\[IndentingNewLine]", StyleBox[\(\(Ri = 220\ Ohm\ cm\ \ // N\)\(\ \)\( (*\ ohms\ cm\ *) \)\), FontFamily->"Courier New"], "\[IndentingNewLine]", \(SomaDia = 18\ 10^\(-4\)\ \ cm\ \ // N\), " ", \( (*\ cm\ \((4\ 10^\(-4\))\)\ cm\ *) \), "\[IndentingNewLine]", \(DendDiaParent = 4\ 10^\(-4\)\ cm\ // N\), " ", \( (*\ cm\ *) \), "\[IndentingNewLine]", \(ParentLength = 180\ 10^\(-4\)\ cm\ // N\), " ", \( (*\ cm\ *) \), "\[IndentingNewLine]", \(DendDiamD1 = 3\ 10^\(-4\)\ cm\ // N\), " ", \( (*\ cm\ *) \), "\[IndentingNewLine]", \(D1Length = 145\ 10^\(-4\)\ \ cm\ \ // N\), " ", \( (*\ cm\ *) \), "\[IndentingNewLine]", \(DendDiamD2 = 2\ 10^\(-4\)\ cm\ \ // N\), " ", \( (*\ cm\ *) \), "\[IndentingNewLine]", \(D2Length = 137\ 10^\(-4\)\ cm\ \ // N\), " ", \( (*\ cm\ *) \), "\[IndentingNewLine]", \(BjoD1In = 0.0\), " ", \( (*\ sealed\ end\ condition\ for\ moving\ towards\ soma\ *) \), "\[IndentingNewLine]", \(BjoD2In = 0.0\)}], " ", \( (*\ sealded\ end\ conditions\ for\ moving\ towards\ soma\ *) \)}]], \ "Input"], Cell[BoxData[ TagBox[\(27000.`\ \(Centimeter\^2\ Ohm\)\), UnitsWrapper]], "Output"], Cell[BoxData[ TagBox[\(220.`\ \(Centimeter\ Ohm\)\), UnitsWrapper]], "Output"], Cell[BoxData[ TagBox[\(0.0018`\ Centimeter\), UnitsWrapper]], "Output"], Cell[BoxData[ TagBox[\(0.0004`\ Centimeter\), UnitsWrapper]], "Output"], Cell[BoxData[ TagBox[\(0.018`\ Centimeter\), UnitsWrapper]], "Output"], Cell[BoxData[ TagBox[\(0.0003`\ Centimeter\), UnitsWrapper]], "Output"], Cell[BoxData[ TagBox[\(0.0145`\ Centimeter\), UnitsWrapper]], "Output"], Cell[BoxData[ TagBox[\(0.0002`\ Centimeter\), UnitsWrapper]], "Output"], Cell[BoxData[ TagBox[\(0.0137`\ Centimeter\), UnitsWrapper]], "Output"], Cell[BoxData[ \(0.`\)], "Output"], Cell[BoxData[ \(0.`\)], "Output"] }, Open ]], Cell["\<\ The soma surface area\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(\(\(\[IndentingNewLine]\)\(N[SomaSa = \[Pi]\ SomaDia\^2]\)\)\)], "Input"], Cell[BoxData[ TagBox[\(0.000010178760197630929`\ Centimeter\^2\), UnitsWrapper]], "Output"] }, Open ]], Cell["The input conductance of the soma", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(\(\(\n\)\(Gsoma = Convert[SomaSa\/Rm, \ Mho] // N\)\)\)], "Input", PageWidth->Infinity], Cell[BoxData[ TagBox[\(3.7699111843077513`*^-10\ Mho\), UnitsWrapper]], "Output"] }, Open ]], Cell["This value is in Mhos or Siemens", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(Rsoma = Convert[1/Gsoma, \ Ohm] // N\)], "Input"], Cell[BoxData[ TagBox[\(2.6525823848649225`*^9\ Ohm\), UnitsWrapper]], "Output"] }, Open ]], Cell["This value is in ohms", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(Convert[Rsoma, \ Mega\ Ohm] // N\)], "Input"], Cell[BoxData[ TagBox[\(2652.5823848649225`\ \(Mega\ Ohm\)\), UnitsWrapper]], "Output"] }, Open ]], Cell["Megohms (small diameter cell body)", "Text"], Cell[TextData[{ "\nNow define 3 different ", StyleBox["l ", FontFamily->"Symbol"] }], "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(LambdaParent = N[\@\(\(Rm\ DendDiaParent\)\/\(Ri\ 4\)\)]\)], "Input", PageWidth->Infinity], Cell[BoxData[ TagBox[\(0.11078234188139946`\ Centimeter\), UnitsWrapper]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(Convert[LambdaParent, \ Micron]\)], "Input"], Cell[BoxData[ TagBox[\(1107.8234188139945`\ Micron\), UnitsWrapper]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(LambdaD1 = N[\@\(\(Rm\ DendDiamD1\)\/\(Ri\ 4\)\)]\)], "Input"], Cell[BoxData[ TagBox[\(0.09594032236002469`\ Centimeter\), UnitsWrapper]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(Convert[LambdaD1, \ Micron]\)], "Input"], Cell[BoxData[ TagBox[\(959.4032236002469`\ Micron\), UnitsWrapper]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(LambdaD2 = N[\@\(\(Rm\ DendDiamD2\)\/\(Ri\ 4\)\)]\)], "Input"], Cell[BoxData[ TagBox[\(0.07833494518006402`\ Centimeter\), UnitsWrapper]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(Convert[LambdaD2, \ Micron]\)], "Input"], Cell[BoxData[ TagBox[\(783.3494518006402`\ Micron\), UnitsWrapper]], "Output"] }, Open ]], Cell["\<\ Define an infinite length cylinder branch for each branch\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(GinfParent = Convert[1\/2\ \[Pi]\ 1\/\@\(Rm\ Ri\)\ DendDiaParent\^\(3/2\), \ Mho] // N\)], "Input", PageWidth->Infinity], Cell[BoxData[ TagBox[\(5.156044317067813`*^-9\ Mho\), UnitsWrapper]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(GinfD1 = Convert[1\/2\ \[Pi]\ 1\/\@\(Rm\ Ri\)\ DendDiamD1\^\(3/2\), \ Mho]\)], "Input"], Cell[BoxData[ TagBox[\(3.348949021214334`*^-9\ Mho\), UnitsWrapper]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(GinfD2 = Convert[1\/2\ \[Pi]\ 1\/\@\(Rm\ Ri\)\ DendDiamD2\^\(3/2\), \ Mho]\)], "Input"], Cell[BoxData[ TagBox[\(1.822936950348506`*^-9\ Mho\), UnitsWrapper]], "Output"] }, Open ]], Cell["Need to define X1 values", "Text"], Cell[CellGroupData[{ Cell[BoxData[{ \(X1Parent = ParentLength/LambdaParent\), "\[IndentingNewLine]", \(X1D1 = D1Length/LambdaD1\), "\[IndentingNewLine]", \(X1D2 = D2Length/LambdaD2\)}], "Input"], Cell[BoxData[ \(0.1624807680927192`\)], "Output"], Cell[BoxData[ \(0.15113561892764385`\)], "Output"], Cell[BoxData[ \(0.1748900183501578`\)], "Output"] }, Open ]], Cell["\<\ Define the B1 factor which determines the input resistance of a dendritic \ branch at its proximal origin\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(B1InD1 = N[\(BjoD1In + Tanh[X1D1]\)\/\(1 + BjoD1In\ Tanh[X1D1]\)]\)], "Input", PageWidth->Infinity], Cell[BoxData[ \(0.14999529137047338`\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\(\(B1InD2 = N[\(BjoD2In + Tanh[X1D2]\)\/\(1 + BjoD2In\ Tanh[X1D2]\)]\)\(\ \[IndentingNewLine]\) \)\)], "Input"], Cell[BoxData[ \(0.1731284747481426`\)], "Output"] }, Open ]], Cell["The input conductance of a dendritic branch at its origin", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(GrealD1In = N[GinfD1\ B1InD1]\)], "Input"], Cell[BoxData[ TagBox[\(5.023265842219057`*^-10\ Mho\), UnitsWrapper]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[{ \(GrealD2In = N[GinfD2\ B1InD2]\), "\[IndentingNewLine]", \(BjoParentIn = N[\((\((GrealD1In + GrealD2In)\)/\((GinfParent)\))\)]\), "\[IndentingNewLine]", \(B1InParent = N[\((\((BjoParentIn + Tanh[X1Parent])\)/\((1 + BjoParentIn\ Tanh[X1Parent])\))\)]\), "\[IndentingNewLine]", \(GrealParentIn = N[B1InParent\ GinfParent]\)}], "Input"], Cell[BoxData[ TagBox[\(3.156022937758674`*^-10\ Mho\), UnitsWrapper]], "Output"], Cell[BoxData[ \(0.15863495883660683`\)], "Output"], Cell[BoxData[ \(0.3117357749159694`\)], "Output"], Cell[BoxData[ TagBox[\(1.6073234706822149`*^-9\ Mho\), UnitsWrapper]], "Output"] }, Open ]], Cell["\<\ The input conductance of the neuron adds the conductance of the dendrite and \ the soma\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(GNeuronAtSoma = N[Gsoma + GrealParentIn]\)], "Input"], Cell[BoxData[ TagBox[\(1.98431458911299`*^-9\ Mho\), UnitsWrapper]], "Output"] }, Open ]], Cell["Note that this value is in siemens", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(RNeuronAtSoma = Convert[1/GNeuronAtSoma, \ Ohm]\)], "Input"], Cell[BoxData[ TagBox[\(5.039523498373364`*^8\ Ohm\), UnitsWrapper]], "Output"] }, Open ]], Cell["\<\ This is the input resistance in ohms....so convert to megohms\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(Convert[RNeuronAtSoma, \ Mega\ Ohm]\)], "Input"], Cell[BoxData[ TagBox[\(503.9523498373364`\ \(Mega\ Ohm\)\), UnitsWrapper]], "Output"] }, Open ]], Cell["Value in Megohms (compare to soma alone)", "Text"], Cell["\<\ Now we can move out towards periphery. First convert soma into an extension \ of parent dendrite\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(BjoParentOut = Gsoma/GinfParent\)], "Input"], Cell[BoxData[ \(0.07311634564172363`\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(B1ParentOut = \(BjoParentOut + Tanh[X1Parent]\)\/\(1 + BjoParentOut\ \ Tanh[X1Parent]\)\)], "Input", PageWidth->Infinity], Cell[BoxData[ \(0.23145646412011261`\)], "Output"] }, Open ]], Cell["\<\ Now the input conductance of the cell measured at the distal end of the \ dendrite using GrealDIn values calculated on way in\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(GNeuronAtDendrite = GinfParent\ B1ParentOut + GrealD1In + GrealD2In\)], "Input"], Cell[BoxData[ TagBox[\(2.01132866447289`*^-9\ Mho\), UnitsWrapper]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(N[GNeuronAtDendrite]\)], "Input"], Cell[BoxData[ TagBox[\(2.01132866447289`*^-9\ Mho\), UnitsWrapper]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\(\(RNeuronAtDendrite = Convert[1/GNeuronAtDendrite, \ Ohm]\)\(\[IndentingNewLine]\) \)\)], "Input"], Cell[BoxData[ TagBox[\(4.9718378585434747`*^8\ Ohm\), UnitsWrapper]], "Output"] }, Open ]], Cell["Convert to Mohms", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(Convert[RNeuronAtDendrite, \ Mega\ Ohm]\)], "Input"], Cell[BoxData[ TagBox[\(497.18378585434743`\ \(Mega\ Ohm\)\), UnitsWrapper]], "Output"] }, Open ]], Cell["\<\ The Input Resistance of the cell at the end of the primary or parent dendrite Now go to the end of each daughter branch of the primary or parent (D1 and \ D2); first for D1\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(BjoD1Out = \((GNeuronAtDendrite - GrealD1In)\)/GinfD1\)], "Input"], Cell[BoxData[ \(0.45058974343652974`\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(B1OutD1 = \((BjoD1Out + \ Tanh[X1D1])\)/\((1 + BjoD1Out\ Tanh[X1D1])\)\)], "Input"], Cell[BoxData[ \(0.5625634315332293`\)], "Output"] }, Open ]], Cell["This is the conductance at the distal end of D1", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(GrealD1Out = B1OutD1\ GinfD1\)], "Input"], Cell[BoxData[ TagBox[\(1.8839962534041855`*^-9\ Mho\), UnitsWrapper]], "Output"] }, Open ]], Cell["This is the input resistance at the end of D1", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(RD1Out = Convert[1/GrealD1Out, \ Ohm]\)], "Input"], Cell[BoxData[ TagBox[\(5.307866181756486`*^8\ Ohm\), UnitsWrapper]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(Convert[RD1Out, \ Mega\ Ohm]\)], "Input"], Cell[BoxData[ TagBox[\(530.7866181756486`\ \(Mega\ Ohm\)\), UnitsWrapper]], "Output"] }, Open ]], Cell["Now for D2", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(BjoD2Out = \((GNeuronAtDendrite - GrealD2In)\)/GinfD2\)], "Input"], Cell[BoxData[ \(0.9302166870734814`\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(B1OutD2 = \ N[\((BjoD2Out + Tanh[X1D2])\)/\((1 + BjoD2Out\ Tanh[X1D2])\)]\)], "Input"], Cell[BoxData[ \(0.9503018959743909`\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(GrealD2Out = B1OutD2\ GinfD2\)], "Input"], Cell[BoxData[ TagBox[\(1.7323404401579594`*^-9\ Mho\), UnitsWrapper]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(RD2Out = Convert[1/GrealD2Out, \ Ohm]\)], "Input"], Cell[BoxData[ TagBox[\(5.772537411346337`*^8\ Ohm\), UnitsWrapper]], "Output"] }, Open ]], Cell["This value is in ohms", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(Convert[RD2Out, Mega\ Ohm]\)], "Input"], Cell[BoxData[ TagBox[\(577.2537411346336`\ \(Mega\ Ohm\)\), UnitsWrapper]], "Output"] }, Open ]], Cell["Value in Mohms", "Text"], Cell["\<\ How about the input resistance of the cell measured in the middle of the \ parent or primary dendrite?\ \>", "Text", FontSize->14], Cell[CellGroupData[{ Cell[BoxData[ \(X1Midway = X1Parent/2\)], "Input"], Cell[BoxData[ \(0.0812403840463596`\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(B1MidwayIn = \(BjoParentIn + Tanh[X1Midway]\)\/\(1 + BjoParentIn\ \ Tanh[X1Midway]\)\)], "Input", PageWidth->Infinity], Cell[BoxData[ \(0.23665388440872245`\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(GNeuronMidwayIn = B1MidwayIn\ GinfParent\)], "Input"], Cell[BoxData[ TagBox[\(1.2201979158176166`*^-9\ Mho\), UnitsWrapper]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(B1MidwayOut = \(BjoParentOut + Tanh[X1Midway]\)\/\(1 + BjoParentOut\ \ Tanh[X1Midway]\)\)], "Input", PageWidth->Infinity], Cell[BoxData[ \(0.15327004502205854`\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(GNeuronMidwayOut = B1MidwayOut\ GinfParent\)], "Input"], Cell[BoxData[ TagBox[\(7.902671446127128`*^-10\ Mho\), UnitsWrapper]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(GNeuronMidway = GNeuronMidwayIn + GNeuronMidwayOut\)], "Input"], Cell[BoxData[ TagBox[\(2.0104650604303294`*^-9\ Mho\), UnitsWrapper]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(RNeuronMidway = Convert[1/GNeuronMidway, \ Ohm]\)], "Input"], Cell[BoxData[ TagBox[\(4.973973533198111`*^8\ Ohm\), UnitsWrapper]], "Output"] }, Open ]], Cell["This value is on ohms, convert to Mohms", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(Convert[RNeuronMidway, \ Mega\ Ohm]\)], "Input"], Cell[BoxData[ TagBox[\(497.3973533198111`\ \(Mega\ Ohm\)\), UnitsWrapper]], "Output"] }, Open ]], Cell["\<\ What about current flowing from soma towards the peripher. For a three \ branched cell, you have to consider first the decay from the soma into the \ end of the parent dendrite, then how current will spread from the proximal \ end of each dendrite into the distal \"sealed\" end. \ \>", "Text"], Cell[BoxData[{ \(X =. \), "\[IndentingNewLine]", \(X1 =. \), "\[IndentingNewLine]", \(Vo =. \), "\[IndentingNewLine]", \(B1 =. \)}], "Input"], Cell[CellGroupData[{ Cell[BoxData[ \(Vin = \(Vo\ \((Cosh[X1 - X] + B1\ Sinh[X1 - X])\)\)\/\(Cosh[X1] + B1\ \ Sinh[X1]\)\)], "Input", PageWidth->Infinity], Cell[BoxData[ \(\(Vo\ \((Cosh[X - X1] - B1\ Sinh[X - X1])\)\)\/\(Cosh[X1] + B1\ \ Sinh[X1]\)\)], "Output"] }, Open ]], Cell["\<\ Let's calculate how voltage would decay from the soma to the end of each \ dendrite\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[{ \(B1 = BjoParentIn\ (*\ This\ is\ what\ you\ calculated\ on\ your\ way\ in\ from\ the\ distal\ \ ends\ of\ the\ two\ daughters\ *) \), "\[IndentingNewLine]", \(X1 = X1Parent\), "\[IndentingNewLine]", \(Vo = 100. \)}], "Input"], Cell[BoxData[ \(0.15863495883660683`\)], "Output"], Cell[BoxData[ \(0.1624807680927192`\)], "Output"], Cell[BoxData[ \(100.`\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(ya = Plot[Vin, {X, 0, X1}, PlotRange \[Rule] {{0, 0.4}, {0, 100}}, \ AxesLabel\ -> \ {"\", \ "\"}]\)], "Input"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -2.77556e-017 2.5 1.73472e-017 0.00618034 [ [.25 -0.0125 -9 -9 ] [.25 -0.0125 9 0 ] [.5 -0.0125 -9 -9 ] [.5 -0.0125 9 0 ] [.75 -0.0125 -9 -9 ] [.75 -0.0125 9 0 ] [1 -0.0125 -9 -9 ] [1 -0.0125 9 0 ] [1.025 0 0 -6.4375 ] [1.025 0 46 6.4375 ] [-0.0125 .12361 -12 -4.5 ] [-0.0125 .12361 0 4.5 ] [-0.0125 .24721 -12 -4.5 ] [-0.0125 .24721 0 4.5 ] [-0.0125 .37082 -12 -4.5 ] [-0.0125 .37082 0 4.5 ] [-0.0125 .49443 -12 -4.5 ] [-0.0125 .49443 0 4.5 ] [-0.0125 .61803 -18 -4.5 ] [-0.0125 .61803 0 4.5 ] [0 .64303 -20.125 0 ] [0 .64303 20.125 12.875 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .25 0 m .25 .00625 L s [(0.1)] .25 -0.0125 0 1 Mshowa .5 0 m .5 .00625 L s [(0.2)] .5 -0.0125 0 1 Mshowa .75 0 m .75 .00625 L s [(0.3)] .75 -0.0125 0 1 Mshowa 1 0 m 1 .00625 L s [(0.4)] 1 -0.0125 0 1 Mshowa .125 Mabswid .05 0 m .05 .00375 L s .1 0 m .1 .00375 L s .15 0 m .15 .00375 L s .2 0 m .2 .00375 L s .3 0 m .3 .00375 L s .35 0 m .35 .00375 L s .4 0 m .4 .00375 L s .45 0 m .45 .00375 L s .55 0 m .55 .00375 L s .6 0 m .6 .00375 L s .65 0 m .65 .00375 L s .7 0 m .7 .00375 L s .8 0 m .8 .00375 L s .85 0 m .85 .00375 L s .9 0 m .9 .00375 L s .95 0 m .95 .00375 L s .25 Mabswid 0 0 m 1 0 L s gsave 1.025 0 -61 -10.4375 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.875 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Primary) show 105.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 .12361 m .00625 .12361 L s [(20)] -0.0125 .12361 1 0 Mshowa 0 .24721 m .00625 .24721 L s [(40)] -0.0125 .24721 1 0 Mshowa 0 .37082 m .00625 .37082 L s [(60)] -0.0125 .37082 1 0 Mshowa 0 .49443 m .00625 .49443 L s [(80)] -0.0125 .49443 1 0 Mshowa 0 .61803 m .00625 .61803 L s [(100)] -0.0125 .61803 1 0 Mshowa .125 Mabswid 0 .0309 m .00375 .0309 L s 0 .0618 m .00375 .0618 L s 0 .09271 m .00375 .09271 L s 0 .15451 m .00375 .15451 L s 0 .18541 m .00375 .18541 L s 0 .21631 m .00375 .21631 L s 0 .27812 m .00375 .27812 L s 0 .30902 m .00375 .30902 L s 0 .33992 m .00375 .33992 L s 0 .40172 m .00375 .40172 L s 0 .43262 m .00375 .43262 L s 0 .46353 m .00375 .46353 L s 0 .52533 m .00375 .52533 L s 0 .55623 m .00375 .55623 L s 0 .58713 m .00375 .58713 L s .25 Mabswid 0 0 m 0 .61803 L s gsave 0 .64303 -81.125 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.875 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (V) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 69.250 13.000 moveto (\\220) show 75.250 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Vmax) show 99.250 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid 0 .61803 m .01648 .61678 L .03445 .61544 L .05133 .61421 L .06756 .61305 L .08484 .61185 L .10147 .61072 L .11914 .60955 L .13617 .60845 L .15256 .60742 L .16999 .60635 L .18677 .60535 L .20291 .60442 L .22009 .60345 L .23663 .60254 L .25421 .60161 L .27115 .60074 L .28744 .59992 L .30477 .59909 L .32146 .59831 L .3392 .59751 L .35629 .59677 L .37273 .59608 L .39022 .59538 L .4062 .59477 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 177.938}, ImageMargins->{{0, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg7oo10001Woo0P001Goo1P00 >Woo10001Woo0P001Woo1000>goo10001Woo0P001goo1000@goo001SOol00`00Oomoo`02Ool00`00 Oomoo`03Ool20008Ool00`00Oomoo`0hOol00`00Oomoo`02Ool00`00Oomoo`03Ool20005Ool00`00 Oomoo`02Ool00`00Oomoo`0gOol00`00Oomoo`02Ool00`00Oomoo`03Ool20005Ool00`00Oomoo`02 Ool00`00Oomoo`0gOol00`00Oomoo`02Ool00`00Oomoo`03Ool20009Ool00`00Oomoo`12Ool006=o o`03001oogoo009oo`03001oogoo00eoo`03001oogoo03Qoo`03001oogoo009oo`03001oogoo00]o o`03001oogoo03]oo`03001oogoo009oo`03001oogoo00moo`03001oogoo03Moo`03001oogoo009o o`03001oogoo00ioo`03001oogoo049oo`00Hgoo00<007ooOol00Woo00<007ooOol03Goo00<007oo Ool0>7oo00<007ooOol00Woo00<007ooOol037oo00<007ooOol0>Woo00<007ooOol00Woo00<007oo Ool03goo00<007ooOol0=goo00<007ooOol00Woo00<007ooOol02Woo1P00@goo001SOol00`00Oomo o`02Ool00`00Oomoo`0=Ool00`00Oomoo`0hOol00`00Oomoo`02Ool00`00Oomoo`0=Ool00`00Oomo o`0iOol00`00Oomoo`02Ool00`00Oomoo`0=Ool2000jOol00`00Oomoo`02Ool00`00Oomoo`0;Ool0 1000Oomoo`00A7oo001SOol00`00Oomoo`02Ool00`00Oomoo`0=Ool00`00Oomoo`0hOol00`00Oomo o`02Ool00`00Oomoo`0>Ool00`00Oomoo`0hOol00`00Oomoo`02Ool00`00Oomoo`0?Ool00`00Oomo o`0gOol00`00Oomoo`02Ool00`00Oomoo`0;Ool01000Oomoo`00A7oo001SOol00`00Oomoo`02Ool0 0`00Oomoo`0=Ool00`00Oomoo`0hOol00`00Oomoo`02Ool00`00Oomoo`0:Ool00`00Oomoo`02Ool0 0`00Oomoo`0gOol00`00Oomoo`02Ool00`00Oomoo`0?Ool00`00Oomoo`0gOol00`00Oomoo`02Ool0 0`00Oomoo`0Goo10003Woo1000>goo10003Woo1000>goo1000 47oo0P00A7oo003oOonaOol00?moojIoo`<000Qoo`00ogooZ7oo00<007ooOol01Woo003oOonXOol0 0`00Oomoo`06Ool00?moofmoo`D000Eoo`D000=oo`L00005Ool00000001oo`0200000goo00000003 Ool50003Ool50006Ool20007Ool00?moog1oo`03001oogoo00Moo`03001oogoo00Moo`03001oogoo 00=oo`04001oogoo0002Ool01@00Oomoogoo00000goo00<007ooOol00goo00<007ooOol01goo0P00 1goo003oOom`Ool00`00Oomoo`07Ool00`00Oomoo`07Ool00`00Oomoo`03Ool01000Oomoo`000Woo 00D007ooOomoo`0000=oo`03001oogoo00=oo`03001oogoo00Ioo`04001oogoo0006Ool001moool0 04@000eoo`D000Eoo`03001oogoo00Moo`03001oogoo00=oo`04001oogoo0002Ool00`00Oomoo`02 Ool40005Ool00`00Oomoo`06Ool01000Oomoo`001Woo000OOol00`00Oomoo`0=Ool00`00Oomoo`0= Ool00`00Oomoo`0=Ool00`00Oomoo`0=Ool00`00Oomoo`0=Ool00`00Oomoo`0=Ool00`00Oomoo`0> Ool00`00Oomoo`0=Ool00`00Oomoo`0=Ool00`00Oomoo`0=Ool00`00Oomoo`0=Ool00`00Oomoo`0= Ool00`00Oomoo`0=Ool00`00Oomoo`0>Ool00`00Oomoo`0=Ool00`00Oomoo`0=Ool00`00Oomoo`0= Ool00`00Oomoo`0=Ool00`00Oomoo`0=Ool00`00Oomoo`0=Ool00`00Oomoo`0;Ool00`00Oomoo`02 Ool00`00Oomoo`02Ool20008Ool00`00Oomoo`03Ool200001Goo000007oo00000goo00D007ooOomo o`0000Eoo`8000Ioo`03001oogoo009oo`03001oogoo00=oo`007goo00<007ooOol0CGoo00<007oo Ool0CWoo00<007ooOol0CWoo00<007ooOol0CGoo00<007ooOol02goo00<007ooOol00Woo00@007oo Oomoo`800004Ool000000003Ool30004Ool200001Goo001oogoo00001Goo0`001Goo0P0000Aoo`00 0000009oo`<0009oo`<000Aoo`007goo00<007ooOol0ogooCWoo00<007ooOol00Woo00<007ooOol0 >Goo000OOol00`00Oomoo`3oOom=Ool6000lOol001moo`03001oogoo0?moof9oo`03001oogoo02Yo o`007goo00<007ooOol0ogooHWoo00<007ooOol0:Woo000OOol00`00Oomoo`3oOon?Ool001moo`03 001oogoo0?moohmoo`007goo00<007ooOol0ogooSgoo000OOol2003oOon@Ool001moo`03001oogoo 0?moohmoo`007goo00<007ooOol0ogooSgoo000OOol00`00Oomoo`3oOon?Ool001moo`03001oogoo 0?moohmoo`007goo00<007ooOol0ogooSgoo000OOol00`00Oomoo`3oOon?Ool001moo`03001oogoo 0?moohmoo`007goo00<007ooOol0ogooSgoo000OOol00`00Oomoo`3oOon?Ool001moo`800?mooi1o o`007goo00<007ooOol0ogooSgoo000OOol00`00Oomoo`3oOon?Ool001moo`03001oogoo0?moohmo o`007goo00<007ooOol0ogooSgoo000OOol00`00Oomoo`3oOon?Ool001moo`03001oogoo0?moohmo o`007goo00<007ooOol0ogooSgoo000OOol00`00Oomoo`3oOon?Ool001moo`03001oogoo0?moohmo o`007goo0P00ogooT7oo000OOol00`00Oomoo`3oOon?Ool001moo`03001oogoo0?moohmoo`007goo 00<007ooOol0ogooSgoo000OOol00`00Oomoo`3oOon?Ool001moo`03001oogoo0?moohmoo`002Woo 1P0017oo10001goo00<007ooOol0ogooSgoo000:Ool00`00Oomoo`02Ool01@00Oomoogoo000017oo 00<007ooOol017oo00<007ooOol0ogooSgoo000;Ool00`00Oomoo`05Ool00`00Oomoo`02Ool00`00 Oomoo`04Ool00`00Oomoo`3oOon?Ool000aoo`03001oogoo00Aoo`03001oogoo009oo`03001oogoo 00Aoo`03001oogoo0?moohmoo`003Goo00<007ooOol00goo00<007ooOol00Woo00<007ooOol017oo 0`00ogooSgoo000>Ool00`00Oomoo`02Ool00`00Oomoo`02Ool00`00Oomoo`04Ool00`00Oomoo`3o Oon?Ool000Yoo`03001oogoo009oo`05001oogooOol00004Ool00`00Oomoo`04Ool00`00Oomoo`3o Oon?Ool000Yoo`03001oogoo009oo`05001oogooOol00004Ool00`00Oomoo`04Ool00`00Oomoo`3o Oon?Ool000]oo`@000Eoo`@000Moo`03001oogoo0?moohmoo`007goo00<007ooOol0ogooSgoo000O Ool00`00Oomoo`3oOon?Ool001moo`03001oogoo0?moohmoo`007goo00<007ooOol0ogooSgoo000O Ool00`00Oomoo`3oOon?Ool001moo`800?mooi1oo`007goo00<007ooOol0ogooSgoo000OOol00`00 Oomoo`3oOon?Ool001moo`03001oogoo0?moohmoo`007goo00<007ooOol0ogooSgoo000OOol00`00 Oomoo`3oOon?Ool001moo`03001oogoo0?moohmoo`007goo00<007ooOol0ogooSgoo000OOol00`00 Oomoo`3oOon?Ool001moo`03001oogoo0?moohmoo`007goo0P00ogooT7oo000OOol00`00Oomoo`3o Oon?Ool001moo`03001oogoo0?moohmoo`007goo00<007ooOol0ogooSgoo000OOol00`00Oomoo`3o Oon?Ool001moo`03001oogoo0?moohmoo`007goo00<007ooOol0ogooSgoo000OOol00`00Oomoo`3o Oon?Ool001moo`03001oogoo0?moohmoo`007goo00<007ooOol0ogooSgoo000OOol2003oOon@Ool0 01moo`03001oogoo0?moohmoo`007goo00<007ooOol0ogooSgoo000OOol00`00Oomoo`3oOon?Ool0 01moo`03001oogoo0?moohmoo`007goo00<007ooOol0ogooSgoo000003oOol>Ool001moo`03001oogoo05eooaH00?mooaao o`007goo00<007ooOol0Agoo5P00ogoo"], ImageRangeCache->{{{0, 431}, {265.875, 0}} -> {-0.0384502, -14.1493, \ 0.00185823, 0.751669}}], Cell[BoxData[ TagBox[\(\[SkeletonIndicator] Graphics \[SkeletonIndicator]\), False, Editable->False]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(X = X1\)], "Input"], Cell[BoxData[ \(0.1624807680927192`\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(N[Vin[X1]]\)], "Input"], Cell[BoxData[ \(96.23548383506782`[0.1624807680927192`]\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[{ \(X1 = X1D1\), "\[IndentingNewLine]", \(B1 = 0. \), "\[IndentingNewLine]", \(Vo = 96.9112\), "\[IndentingNewLine]", \(X =. \)}], "Input"], Cell[BoxData[ \(0.15113561892764385`\)], "Output"], Cell[BoxData[ \(0.`\)], "Output"], Cell[BoxData[ \(96.9112`\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(X1Parent\)], "Input"], Cell[BoxData[ \(0.1624807680927192`\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(X1 = X1D1\)], "Input"], Cell[BoxData[ \(0.15113561892764385`\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(yb = Plot[Vin, {X, 0, X1}, PlotRange \[Rule] {{0, 0.4}, {0, 100}}, \ AxesLabel\ -> \ {"\", \ "\"}]\)], "Input"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -2.77556e-017 2.5 1.73472e-017 0.00618034 [ [.25 -0.0125 -9 -9 ] [.25 -0.0125 9 0 ] [.5 -0.0125 -9 -9 ] [.5 -0.0125 9 0 ] [.75 -0.0125 -9 -9 ] [.75 -0.0125 9 0 ] [1 -0.0125 -9 -9 ] [1 -0.0125 9 0 ] [1.025 0 0 -6.4375 ] [1.025 0 16 6.4375 ] [-0.0125 .12361 -12 -4.5 ] [-0.0125 .12361 0 4.5 ] [-0.0125 .24721 -12 -4.5 ] [-0.0125 .24721 0 4.5 ] [-0.0125 .37082 -12 -4.5 ] [-0.0125 .37082 0 4.5 ] [-0.0125 .49443 -12 -4.5 ] [-0.0125 .49443 0 4.5 ] [-0.0125 .61803 -18 -4.5 ] [-0.0125 .61803 0 4.5 ] [0 .64303 -20.125 0 ] [0 .64303 20.125 12.875 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .25 0 m .25 .00625 L s [(0.1)] .25 -0.0125 0 1 Mshowa .5 0 m .5 .00625 L s [(0.2)] .5 -0.0125 0 1 Mshowa .75 0 m .75 .00625 L s [(0.3)] .75 -0.0125 0 1 Mshowa 1 0 m 1 .00625 L s [(0.4)] 1 -0.0125 0 1 Mshowa .125 Mabswid .05 0 m .05 .00375 L s .1 0 m .1 .00375 L s .15 0 m .15 .00375 L s .2 0 m .2 .00375 L s .3 0 m .3 .00375 L s .35 0 m .35 .00375 L s .4 0 m .4 .00375 L s .45 0 m .45 .00375 L s .55 0 m .55 .00375 L s .6 0 m .6 .00375 L s .65 0 m .65 .00375 L s .7 0 m .7 .00375 L s .8 0 m .8 .00375 L s .85 0 m .85 .00375 L s .9 0 m .9 .00375 L s .95 0 m .95 .00375 L s .25 Mabswid 0 0 m 1 0 L s gsave 1.025 0 -61 -10.4375 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.875 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (D1) show 75.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 .12361 m .00625 .12361 L s [(20)] -0.0125 .12361 1 0 Mshowa 0 .24721 m .00625 .24721 L s [(40)] -0.0125 .24721 1 0 Mshowa 0 .37082 m .00625 .37082 L s [(60)] -0.0125 .37082 1 0 Mshowa 0 .49443 m .00625 .49443 L s [(80)] -0.0125 .49443 1 0 Mshowa 0 .61803 m .00625 .61803 L s [(100)] -0.0125 .61803 1 0 Mshowa .125 Mabswid 0 .0309 m .00375 .0309 L s 0 .0618 m .00375 .0618 L s 0 .09271 m .00375 .09271 L s 0 .15451 m .00375 .15451 L s 0 .18541 m .00375 .18541 L s 0 .21631 m .00375 .21631 L s 0 .27812 m .00375 .27812 L s 0 .30902 m .00375 .30902 L s 0 .33992 m .00375 .33992 L s 0 .40172 m .00375 .40172 L s 0 .43262 m .00375 .43262 L s 0 .46353 m .00375 .46353 L s 0 .52533 m .00375 .52533 L s 0 .55623 m .00375 .55623 L s 0 .58713 m .00375 .58713 L s .25 Mabswid 0 0 m 0 .61803 L s gsave 0 .64303 -81.125 -4 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.875 translate 1 -1 scale /g { setgray} bind def /k { setcmykcolor} bind def /p { gsave} bind def /r { setrgbcolor} bind def /w { setlinewidth} bind def /C { curveto} bind def /F { fill} bind def /L { lineto} bind def /rL { rlineto} bind def /P { grestore} bind def /s { stroke} bind def /S { show} bind def /N {currentpoint 3 -1 roll show moveto} bind def /Msf { findfont exch scalefont [1 0 0 -1 0 0 ] makefont setfont} bind def /m { moveto} bind def /Mr { rmoveto} bind def /Mx {currentpoint exch pop moveto} bind def /My {currentpoint pop exch moveto} bind def /X {0 rmoveto} bind def /Y {0 exch rmoveto} bind def 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 63.000 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (V) show %%IncludeResource: font Mathematica2Mono %%IncludeFont: Mathematica2Mono /Mathematica2Mono findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 69.250 13.000 moveto (\\220) show 75.250 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor (Vmax) show 99.250 13.000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000 0.000 0.000 setrgbcolor 0.000 0.000 rmoveto 1.000 setlinewidth grestore 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid 0 .59894 m .01533 .5984 L .03204 .59784 L .04774 .59734 L .06284 .59687 L .07891 .59641 L .09438 .59598 L .11083 .59555 L .12667 .59516 L .14191 .59481 L .15812 .59446 L .17373 .59414 L .18874 .59386 L .20472 .59359 L .22011 .59335 L .23646 .59312 L .25222 .59292 L .26737 .59275 L .28349 .59259 L .29902 .59246 L .31551 .59235 L .33141 .59227 L .3387 .59224 L .3467 .59221 L .35461 .59219 L .35894 .59219 L .36297 .59218 L .36488 .59218 L .36696 .59217 L .3688 .59217 L .37075 .59217 L .3725 .59217 L .3735 .59217 L .37443 .59217 L .37529 .59217 L .37607 .59217 L .37648 .59217 L .37693 .59217 L .3774 .59217 L .37784 .59217 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 177.938}, ImageMargins->{{0, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgOol40013Ool4000>Ool40013Ool4000@Ool2000MOol00?mook5oo`00ogoo/Goo003o OonaOol00?mook5oo`00ogoo/Goo003oOonFOol50004Ool7000;Ool00?mooiMoo`05001oogooOol0 0006Ool00`00Oomoo`0Ool00`00Oomoo`0?Ool00`00Oomoo`0?Ool00`00Oomoo`0?Ool00`00Oomoo`0>Ool00`00 Oomoo`0?Ool00`00Oomoo`0?Ool00`00Oomoo`0?Ool00`00Oomoo`0?Ool00`00Oomoo`0>Ool00`00 Oomoo`0?Ool00`00Oomoo`0?Ool00`00Oomoo`0?Ool00`00Oomoo`0>Ool00`00Oomoo`0?Ool00`00 Oomoo`0?Ool00`00Oomoo`0?Ool00`00Oomoo`0>Ool00`00Oomoo`0?Ool00`00Oomoo`0?Ool00`00 Oomoo`0;Ool00`00Oomoo`02Ool00`00Oomoo`03Ool00`00Oomoo`0"], ImageRangeCache->{{{0, 431}, {265.875, 0}} -> {-0.041643, -8.167, \ 0.00168762, 0.682658}}], Cell[BoxData[ TagBox[\(\[SkeletonIndicator] Graphics \[SkeletonIndicator]\), False, Editable->False]], "Output"] }, Open ]], Cell["\<\ Now need to figure out how voltage will decay along the other terminal \ dendrite. See if you can do it.\ \>", "Text"], Cell[BoxData[ TagBox[\(\[SkeletonIndicator] Graphics \[SkeletonIndicator]\), False, Editable->False]], "Output"] }, Open ]] }, FrontEndVersion->"5.2 for Microsoft Windows", ScreenRectangle->{{0, 1600}, {0, 1119}}, WindowToolbars->"RulerBar", WindowSize->{1017, 652}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, PrintingCopies->1, PrintingPageRange->{Automatic, Automatic}, Magnification->1.5, StyleDefinitions -> "Classroom.nb" ] (******************************************************************* Cached data follows. If you edit this Notebook file directly, not using Mathematica, you must remove the line containing CacheID at the top of the file. The cache data will then be recreated when you save this file from within Mathematica. *******************************************************************) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[1754, 51, 230, 8, 143, "Title", Evaluatable->False], Cell[1987, 61, 108, 2, 78, "Input"], Cell[2098, 65, 64, 1, 56, "Input"], Cell[CellGroupData[{ Cell[2187, 70, 136, 2, 78, "Input"], Cell[2326, 74, 488, 7, 92, "Message"] }, Open ]], Cell[CellGroupData[{ Cell[2851, 86, 77, 1, 97, "Subsection", Evaluatable->False], Cell[2931, 89, 114, 3, 33, "Text"], Cell[3048, 94, 6363, 134, 1249, "Input"], Cell[9414, 230, 54, 0, 33, "Text"], Cell[CellGroupData[{ Cell[9493, 234, 48, 1, 56, "Input"], Cell[9544, 237, 75, 2, 72, "Output"] }, Open ]], Cell[9634, 242, 112, 3, 33, "Text"], Cell[CellGroupData[{ Cell[9771, 249, 1536, 31, 273, "Input"], Cell[11310, 282, 93, 2, 72, "Output"], Cell[11406, 286, 88, 2, 72, "Output"], Cell[11497, 290, 81, 2, 72, "Output"], Cell[11581, 294, 81, 2, 72, "Output"], Cell[11665, 298, 80, 2, 72, "Output"], Cell[11748, 302, 81, 2, 72, "Output"], Cell[11832, 306, 81, 2, 72, "Output"], Cell[11916, 310, 81, 2, 72, "Output"], Cell[12000, 314, 81, 2, 72, "Output"], Cell[12084, 318, 37, 1, 72, "Output"], Cell[12124, 321, 37, 1, 72, "Output"] }, Open ]], Cell[12176, 325, 46, 3, 61, "Text"], Cell[CellGroupData[{ Cell[12247, 332, 93, 1, 78, "Input"], Cell[12343, 335, 101, 2, 72, "Output"] }, Open ]], Cell[12459, 340, 49, 0, 33, "Text"], Cell[CellGroupData[{ Cell[12533, 344, 109, 2, 93, "Input"], Cell[12645, 348, 91, 2, 72, "Output"] }, Open ]], Cell[12751, 353, 48, 0, 33, "Text"], Cell[CellGroupData[{ Cell[12824, 357, 69, 1, 56, "Input"], Cell[12896, 360, 89, 2, 72, "Output"] }, Open ]], Cell[13000, 365, 37, 0, 33, "Text"], Cell[CellGroupData[{ Cell[13062, 369, 65, 1, 56, "Input"], Cell[13130, 372, 96, 2, 72, "Output"] }, Open ]], Cell[13241, 377, 50, 0, 33, "Text"], Cell[13294, 379, 101, 4, 61, "Text"], Cell[CellGroupData[{ Cell[13420, 387, 112, 2, 84, "Input"], Cell[13535, 391, 94, 2, 72, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[13666, 398, 64, 1, 56, "Input"], Cell[13733, 401, 89, 2, 72, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[13859, 408, 82, 1, 84, "Input"], Cell[13944, 411, 94, 2, 72, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[14075, 418, 60, 1, 56, "Input"], Cell[14138, 421, 88, 2, 72, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[14263, 428, 82, 1, 84, "Input"], Cell[14348, 431, 94, 2, 72, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[14479, 438, 60, 1, 56, "Input"], Cell[14542, 441, 88, 2, 72, "Output"] }, Open ]], Cell[14645, 446, 82, 3, 61, "Text"], Cell[CellGroupData[{ Cell[14752, 453, 158, 4, 79, "Input"], Cell[14913, 459, 89, 2, 72, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[15039, 466, 123, 3, 79, "Input"], Cell[15165, 471, 89, 2, 72, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[15291, 478, 123, 3, 79, "Input"], Cell[15417, 483, 89, 2, 72, "Output"] }, Open ]], Cell[15521, 488, 40, 0, 33, "Text"], Cell[CellGroupData[{ Cell[15586, 492, 187, 3, 99, "Input"], Cell[15776, 497, 53, 1, 72, "Output"], Cell[15832, 500, 54, 1, 72, "Output"], Cell[15889, 503, 53, 1, 72, "Output"] }, Open ]], Cell[15957, 507, 130, 4, 61, "Text"], Cell[CellGroupData[{ Cell[16112, 515, 128, 3, 74, "Input"], Cell[16243, 520, 54, 1, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[16334, 526, 143, 4, 97, "Input"], Cell[16480, 532, 53, 1, 55, "Output"] }, Open ]], Cell[16548, 536, 73, 0, 33, "Text"], Cell[CellGroupData[{ Cell[16646, 540, 62, 1, 56, "Input"], Cell[16711, 543, 90, 2, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[16838, 550, 416, 8, 143, "Input"], Cell[17257, 560, 90, 2, 55, "Output"], Cell[17350, 564, 54, 1, 55, "Output"], Cell[17407, 567, 53, 1, 55, "Output"], Cell[17463, 570, 90, 2, 55, "Output"] }, Open ]], Cell[17568, 575, 111, 3, 33, "Text"], Cell[CellGroupData[{ Cell[17704, 582, 73, 1, 56, "Input"], Cell[17780, 585, 88, 2, 55, "Output"] }, Open ]], Cell[17883, 590, 50, 0, 33, "Text"], Cell[CellGroupData[{ Cell[17958, 594, 80, 1, 56, "Input"], Cell[18041, 597, 88, 2, 55, "Output"] }, Open ]], Cell[18144, 602, 85, 2, 33, "Text"], Cell[CellGroupData[{ Cell[18254, 608, 68, 1, 56, "Input"], Cell[18325, 611, 95, 2, 55, "Output"] }, Open ]], Cell[18435, 616, 56, 0, 33, "Text"], Cell[18494, 618, 120, 3, 33, "Text"], Cell[CellGroupData[{ Cell[18639, 625, 64, 1, 56, "Input"], Cell[18706, 628, 54, 1, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[18797, 634, 143, 3, 74, "Input"], Cell[18943, 639, 54, 1, 55, "Output"] }, Open ]], Cell[19012, 643, 149, 3, 55, "Text"], Cell[CellGroupData[{ Cell[19186, 650, 107, 2, 56, "Input"], Cell[19296, 654, 88, 2, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[19421, 661, 53, 1, 56, "Input"], Cell[19477, 664, 88, 2, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[19602, 671, 131, 3, 78, "Input"], Cell[19736, 676, 89, 2, 55, "Output"] }, Open ]], Cell[19840, 681, 32, 0, 33, "Text"], Cell[CellGroupData[{ Cell[19897, 685, 72, 1, 56, "Input"], Cell[19972, 688, 96, 2, 55, "Output"] }, Open ]], Cell[20083, 693, 196, 4, 61, "Text"], Cell[CellGroupData[{ Cell[20304, 701, 86, 1, 56, "Input"], Cell[20393, 704, 54, 1, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[20484, 710, 116, 2, 56, "Input"], Cell[20603, 714, 53, 1, 55, "Output"] }, Open ]], Cell[20671, 718, 63, 0, 33, "Text"], Cell[CellGroupData[{ Cell[20759, 722, 61, 1, 56, "Input"], Cell[20823, 725, 90, 2, 55, "Output"] }, Open ]], Cell[20928, 730, 61, 0, 33, "Text"], Cell[CellGroupData[{ Cell[21014, 734, 70, 1, 56, "Input"], Cell[21087, 737, 88, 2, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[21212, 744, 61, 1, 56, "Input"], Cell[21276, 747, 95, 2, 55, "Output"] }, Open ]], Cell[21386, 752, 26, 0, 33, "Text"], Cell[CellGroupData[{ Cell[21437, 756, 86, 1, 56, "Input"], Cell[21526, 759, 53, 1, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[21616, 765, 128, 3, 56, "Input"], Cell[21747, 770, 53, 1, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[21837, 776, 61, 1, 56, "Input"], Cell[21901, 779, 90, 2, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[22028, 786, 70, 1, 56, "Input"], Cell[22101, 789, 88, 2, 55, "Output"] }, Open ]], Cell[22204, 794, 37, 0, 33, "Text"], Cell[CellGroupData[{ Cell[22266, 798, 59, 1, 56, "Input"], Cell[22328, 801, 95, 2, 55, "Output"] }, Open ]], Cell[22438, 806, 30, 0, 33, "Text"], Cell[22471, 808, 142, 4, 69, "Text"], Cell[CellGroupData[{ Cell[22638, 816, 54, 1, 56, "Input"], Cell[22695, 819, 53, 1, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[22785, 825, 140, 3, 74, "Input"], Cell[22928, 830, 54, 1, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[23019, 836, 73, 1, 56, "Input"], Cell[23095, 839, 90, 2, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[23222, 846, 143, 3, 74, "Input"], Cell[23368, 851, 54, 1, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[23459, 857, 75, 1, 56, "Input"], Cell[23537, 860, 90, 2, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[23664, 867, 83, 1, 56, "Input"], Cell[23750, 870, 90, 2, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[23877, 877, 80, 1, 56, "Input"], Cell[23960, 880, 88, 2, 55, "Output"] }, Open ]], Cell[24063, 885, 55, 0, 33, "Text"], Cell[CellGroupData[{ Cell[24143, 889, 68, 1, 56, "Input"], Cell[24214, 892, 95, 2, 55, "Output"] }, Open ]], Cell[24324, 897, 306, 6, 104, "Text"], Cell[24633, 905, 160, 4, 121, "Input"], Cell[CellGroupData[{ Cell[24818, 913, 138, 3, 74, "Input"], Cell[24959, 918, 110, 2, 69, "Output"] }, Open ]], Cell[25084, 923, 107, 3, 33, "Text"], Cell[CellGroupData[{ Cell[25216, 930, 263, 5, 143, "Input"], Cell[25482, 937, 54, 1, 55, "Output"], Cell[25539, 940, 53, 1, 55, "Output"], Cell[25595, 943, 39, 1, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[25671, 949, 167, 3, 78, "Input"], Cell[25841, 954, 17955, 490, 278, 5919, 337, "GraphicsData", "PostScript", \ "Graphics"], Cell[43799, 1446, 130, 3, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[43966, 1454, 39, 1, 56, "Input"], Cell[44008, 1457, 53, 1, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[44098, 1463, 43, 1, 56, "Input"], Cell[44144, 1466, 73, 1, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[44254, 1472, 171, 4, 121, "Input"], Cell[44428, 1478, 54, 1, 55, "Output"], Cell[44485, 1481, 37, 1, 55, "Output"], Cell[44525, 1484, 42, 1, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[44604, 1490, 41, 1, 56, "Input"], Cell[44648, 1493, 53, 1, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[44738, 1499, 42, 1, 56, "Input"], Cell[44783, 1502, 54, 1, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[44874, 1508, 162, 3, 78, "Input"], Cell[45039, 1513, 17918, 502, 278, 6148, 352, "GraphicsData", "PostScript", \ "Graphics"], Cell[62960, 2017, 130, 3, 55, "Output"] }, Open ]], Cell[63105, 2023, 128, 3, 33, "Text"], Cell[63236, 2028, 130, 3, 55, "Output"] }, Open ]] } ] *) (******************************************************************* End of Mathematica Notebook file. *******************************************************************)