-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstack-utilities-mathematica-prettify.user.js
137 lines (118 loc) · 71.1 KB
/
stack-utilities-mathematica-prettify.user.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
// ==UserScript==
// @name SE Mathematica highlighter
// @description Adds Mathematica highlighting on SO and Mathematica as a POC
// @include http://stackoverflow.com/questions/*
// @include http://mathematica.stackexchange.com/questions/*
// @author @TimStone
// ==/UserScript==
function inject(f) {
if (!/^\/questions\/\d+/.test(window.location.pathname)) {
return;
}
var script = document.createElement('script');
script.type = 'text/javascript';
script.textContent = '(' + f.toString() + ')()';
document.body.appendChild(script);
}
inject(function () {
StackExchange.ready(function () {
var isMathematica = /^mathematica\./.test(window.location.host),
tags, i;
if (!isMathematica) {
tags = document.getElementsByClassName('post-tag');
for (i = 0; i < tags.length; ++i) {
if(isMathematica = tags[i].textContent === 'mathematica') {
break;
}
}
}
if (isMathematica && StackExchange.options.styleCode) {
StackExchange.using("prettify", function () {
var style = document.createElement('style'), blocks;
style.type = 'text/css';
style.textContent =
'.lang-mathematica .com {' +
' color: #777777;' +
'} ' +
'.lang-mathematica .atn {' +
' color: #080;' +
' font-style: italic;' +
'} ' +
'.lang-mathematica .str {' +
' color: #EB2AB7;' +
'} ' +
'.lang-mathematica .kwd {' +
' color: #0051FF;' +
'} ' +
'.lang-mathematica .dec {' +
' color: #000000;' +
' font-weight: bold;' +
'}';
document.getElementsByTagName('head')[0].appendChild(style);
MathematicaHighlighter();
document.getElementById('prettify-lang').textContent = 'lang-mathematica';
blocks = document.getElementsByClassName('prettyprint');
for (i = 0; i < blocks.length; ++i) {
blocks[i].className = 'prettyprint lang-mathematica';
}
StackExchange.prettify.applyCodeStyling();
});
}
});
function MathematicaHighlighter() {
var matcher, lang = 'lang-mathematica-fn', empty = /^$/,
tracker = {
'length': lang.length,
'substring': function (start, end) {
if (end) {
var args = RegExp.$1.match(/\[([^\]]+)\]/), variables = '';
args && args[1].replace(/(?:^|\s|,)([a-z]+)_{1,3}/g, function (whole, m1) {
if (m1 === 'sym') {
var x = true;
}
variables += (variables ? '|' : '') + m1;
});
matcher[1] = variables ? new RegExp("^(?:" + variables + ")") : empty;
}
return lang.substring.apply(lang, arguments);;
}
};
PR['registerLangHandler'](
PR['createSimpleLexer'](
[
[PR['PR_PLAIN'], /^[ \t\r\n\f]+/, null, ' \t\r\n\f']
],
[
[PR['PR_STRING'], /^"(\\"|[^"])*"/],
[tracker, /^[a-z][a-zA-Z0-9]*(\[(?:[A-Za-z]+_{1,3}(?:[a-zA-Z\?]+)?(?:,\s*)?)+\]\s*.?=[^\r\n]*)/],
[PR['PR_COMMENT'], /^(?:\(\*[\s\S]*?(?:\*\)|$))/],
[PR['PR_ATTRIB_NAME'], /^##?\d?|[A-Za-z]+_{1,3}(?:[a-zA-Z]+)?/],
['lang-mathematica-kw', /^([A-Z][A-Za-z0-9`\$]+)/],
(matcher = [PR['PR_ATTRIB_NAME'], empty]),
[PR['PR_KEYWORD'], /^[a-z][a-zA-Z0-9]*/],
]),
['mathematica']);
PR['registerLangHandler'](
PR['createSimpleLexer'](
[
[PR['PR_PLAIN'], /^[ \t\r\n\f]+/, null, ' \t\r\n\f']
],
[
[PR['PR_STRING'], /^"(\\"|[^"])*"/],
[PR['PR_COMMENT'], /^(?:\(\*[\s\S]*?(?:\*\)|$))/],
[PR['PR_ATTRIB_NAME'], /^##?\d?|[A-Za-z]+_{1,3}(?:[a-zA-Z]+)?/],
matcher,
['lang-mathematica-kw', /^([A-Z][A-Za-z0-9`\$]+)/],
[PR['PR_KEYWORD'], /^[a-z][a-zA-Z0-9]*/],
]),
['mathematica-fn']);
PR['registerLangHandler'](
PR['createSimpleLexer']([],
[
// Enabling this causes some relatively siginifcant overhead
[PR['PR_DECLARATION'], /NotebookSave|\\$FrontEndSession|\\[Integral]|\\[Product]|\\[Sum]|\\"WrapBoxesWithBoxData\\"|SortBy|AbelianGroup|Abort|AbortKernels|AbortProtect|Abs|AbsIJK|AbsoluteCurrentValue|AbsoluteDashing|AbsoluteFileName|AbsoluteOptions|AbsolutePointSize|AbsoluteThickness|AbsoluteTime|AbsoluteTiming|AccountingForm|Accumulate|Accuracy|AccuracyGoal|Action|ActionMenu|ActionMenuBoxOptions|ActivateWindow|Active|ActiveInputAliases|ActiveStyle|AcyclicGraphQ|AcyclicQ|AddEdge|AddEdges|AddEventHandler|AddInputAlias|AddPeriodical|Address|AddTo|AddToClassPath|AddVertex|AddVertices|AdjacencyGraph|AdjacencyMatrix|AdjustedSignIJK|AdjustmentBox|AdjustmentBoxOptions|AffineTransform|Agglomerate|Aggressive|AirWavelength|AiryAi|AiryAiPrime|AiryAiZero|AiryBi|AiryBiPrime|AiryBiZero|Albers|AlgebraicIntegerQ|AlgebraicNumber|AlgebraicNumberDenominator|AlgebraicNumberNorm|AlgebraicNumberPolynomial|AlgebraicNumberTrace|AlgebraicRules|Algebraics|AlgebraicUnitQ|Algorithm|Alignment|AlignmentPoint|AlphaChannel|AlternatingGroup|AlternatingGroupIndex|AlternatingPaths|AlternativeHypothesis|Alternatives|AmbientLight|AmplitudeModulation|Analytic|AnchoredSearch|And|AndersonDarlingTest|AngerJ|AngleBracket|Animate|AnimateGraph|AnimationCycleOffset|AnimationCycleRepetitions|AnimationDirection|AnimationDisplayTime|AnimationRate|AnimationRepetitions|AnimationRunning|Animator|AnimatorBox|AnimatorBoxOptions|Annotation|Annotations|Annuity|AnnuityDue|AnnuityType|ANOVA|ANOVA`|Antialiasing|AntiSymmetricQ|Apart|ApartSquareFree|Appearance|AppearanceElements|AppellF1|Append|AppendTo|AppletViewer|Apply|ApproximateIntervals|ApproximateVertexCover|ArcCos|ArcCosh|ArcCot|ArcCoth|ArcCsc|ArcCsch|ArcLengthFactor|ArcSec|ArcSech|ArcSin|ArcSinDistribution|ArcSinh|ArcTan|ArcTanh|Area|AreaPenalty|Arg|ArgMax|ArgMin|ArgumentCountQ|ArithmeticGeometricMean|Array|ArrayComponents|ArrayDepth|ArrayFlatten|ArrayPad|ArrayPlot|ArrayQ|ArrayRules|ArraySizeLimit|Arrow|Arrowheads|ArrowheadsSize|ArticulationVertices|AspectRatio|AspectRatioFixed|Assert|Assuming|Assumptions|AstronomicalData|Asynchronous|AtmosphericPlot|AtomicData|AtomQ|Attachments|AttributeQuoting|Attributes|AttributesDefaultNameSpace|Audio`|AugmentedSymmetricPolynomial|AutoAction|AutoDelete|AutoGeneratedPackage|AutoIndent|AutoItalicWords|AutomaticDelete|AutomaticImageSize|Automorphisms|AutoMultiplicationSymbol|AutoNumberFormatting|AutoQuoteCharacters|AutorunSequencing|AutoScroll|AutoSpacing|AutoStyleOptions|AutoStyleWords|Axes|AxesEdge|AxesLabel|AxesOrigin|AxesStyle|BabyMonsterGroupB|Background|Backslash|Backsubstitution|Backtrack|Band|BarabasiAlbertGraphDistribution|BarChart|BarChart3D|BarCharts`|BarEdges|BarEdgeStyle|BarGroupSpacing|BarLabels|BarnesG|BarOrientation|BarOrigin|BarSpacing|BarStyle|BarValues|BaseForm|BaselinePosition|BaseStyle|BasisNames|BatesDistribution|BattleLemarieWavelet|Bcc|Because|BeckmannDistribution|Beep|Begin|BeginDialogPacket|BeginJavaBlock|BeginNETBlock|BeginPackage|BellB|BellmanFord|BellY|Benchmark|Benchmarking`|BenchmarkReport|BenfordDistribution|BeniniDistribution|BenktanderGibratDistribution|BenktanderWeibullDistribution|BernoulliB|BernoulliDistribution|BernoulliGraphDistribution|BernsteinBasis|BesselI|BesselJ|BesselJZero|BesselK|BesselSimplify|BesselY|BesselYZero|Beta|BetaBinomialDistribution|BetaDistribution|BetaNegativeBinomialDistribution|BetaPrimeDistribution|BetaRegularized|BetweennessCentrality|Beveled|BezierCurve|BezierCurve3DBoxOptions|BezierCurveBoxOptions|BezierFunction|Bias|Bicomponents|BiconnectedComponents|BiconnectedQ|Biharmonic|BilateralFilter|Binarize|BinaryFormat|BinaryImageQ|BinaryRead|BinaryReadList|BinarySearch|BinarySubsets|BinaryWrite|BinCounts|BindEvent|BinLists|Binomial|BinomialDistribution|BinormalDistribution|BiorthogonalSplineWavelet|BipartiteGraphQ|BipartiteMatching|BipartiteMatchingAndCover|BipartiteQ|Bipolar|BirnbaumSaundersDistribution|Bispherical|BitAnd|BitClear|BitGet|BitLength|BitNot|BitOr|BitSet|BitShiftLeft|BitShiftRight|BitXor|BlackBodyProfile|BlackBodyRadiation`|Blank|BlankNullSequence|BlankSequence|Blend|BlinkingCellInsertionPoint|Block|BlockRandom|Blur|BodePlot|Body|Bookmarks|Boole|BooleanAlgebra|BooleanConvert|BooleanCountingFunction|BooleanFunction|BooleanGraph|BooleanMaxterms|BooleanMinimize|BooleanMinterms|BooleanTable|BooleanVariables|BorderComponents|BorderDimensions|BorelTannerDistribution|BottomHatTransform|BoundaryStyle|BoundedDiagram|BoundingBox|BoxBaselineShift|BoxData|Boxed|BoxesToMathML|BoxesToSymbolicMathML|BoxExpandable|BoxExtraSpacing|BoxFillingStyle|BoxForm`ActionFunction|BoxForm`CellChangeTimeMergeInterval|BoxForm`CellEditDuplicateMakesCopy|BoxForm`CellSplitCopiesTags|BoxForm`ClickRadius|BoxForm`ClosingSaveDialog|BoxForm`CreateCellID|BoxForm`DefaultNewGraphics|BoxForm`DefaultReturnCreatedCellStyle|BoxForm`GenerateImageCachesOnPlacement|BoxForm`GreekStyle|BoxForm`GroupName|BoxForm`LegacyGraphicsCompatibility|BoxForm`LocatorAutoReselect|BoxForm`LowerCaseStyle|BoxForm`MultiscriptBoxOptions|BoxForm`Name|BoxForm`owDebugging|BoxForm`PreserveOldOutputGraphicsAttributes|BoxForm`RecursionLimit|BoxForm`RenderingTarget|BoxForm`ReturnCreatesNewCell|BoxForm`SpeechNavigation|BoxForm`SpeedOfTime|BoxForm`StripStyleOnPaste|BoxForm`StyleEnvironment|BoxForm`TemporaryControlActiveInterval|BoxForm`TrackCellChangeTimes|BoxForm`WindowPersistentStyles|BoxFormats|BoxFrame|BoxLabels|BoxLineStyle|BoxMargins|BoxMatrix|BoxMedianStyle|BoxOrientation|BoxOutlierMarkers|BoxOutliers|BoxQuantile|BoxRatios|BoxRotation|BoxRotationPoint|BoxStyle|BoxWhiskerChart|BoxWhiskerPlot|BracketingBar|Brake|BrayCurtisDistance|BreadthFirstScan|BreadthFirstTraversal|Break|BrelazColoring|Bridges|BrownForsytheTest|BSplineBasis|BSplineCurve|BSplineCurve3DBoxOptions|BSplineCurveBoxOptions|BSplineFunction|BSplineSurface|BSplineSurface3DBoxOptions|BubbleChart|BubbleChart3D|BubbleScale|BubbleSizes|ButcherAlpha|ButcherBeta|ButcherBetaBar|ButcherColumnConditions|ButcherGamma|ButcherHeight|ButcherOrder|ButcherPhi|ButcherPlot|ButcherPrincipalError|ButcherQuadratureConditions|ButcherRowConditions|ButcherSigma|ButcherTreeCount|ButcherTreeQ|ButcherTrees|ButcherTreeSimplify|ButcherWidth|ButterflyGraph|Button|ButtonBar|ButtonBox|ButtonBoxOptions|ButtonData|ButtonFunction|ButtonMargins|ButtonMinHeight|ButtonNote|ButtonNotebook|ButtonSource|ByteCount|ByteOrdering|C|CachedValue|CacheGraphics|CageGraph|Calendar|Calendar`|CalendarChange|CallingConvention|CallPacket|CallsUnshare|CanberraDistance|Cancel|CancelButton|CandlestickChart|Cap|CapForm|CapitalDifferentialD|CaptureAction|CaptureRunning|CarmichaelLambda|Cartesian|CartesianProduct|Cases|CaseSensitiveCommandCompletion|Cashflow|Casoratian|CastNETObject|CatalanNumber|Catalog|Catch|CauchyDistribution|CayleyGraph|Cc|CDF|CDFWavelet|Ceiling|Cell|CellAutoOverwrite|CellBaseline|CellBracketOptions|CellChangeTimeMergeInterval|CellChangeTimes|CellContext|CellDingbat|CellDynamicExpression|CellEditDuplicate|CellEditDuplicateMakesCopy|CellElementSpacings|CellEpilog|CellEvaluationDuplicate|CellEvaluationFunction|CellEventActions|CellFrame|CellFrameColor|CellFrameLabelMargins|CellFrameLabels|CellFrameMargins|CellFrameStyle|CellGroup|CellGroupData|CellGrouping|CellGroupingRules|CellHorizontalScrolling|CellID|CellInformation|CellInsertionPointCell|CellInsertionPointColor|CellLabel|CellLabelAutoDelete|CellLabelMargins|CellLabelPositioning|CellMargins|CellMeans|CellOpen|CellPrint|CellProlog|CellSize|CellSplitCopiesTags|CellTags|CellularAutomaton|CensoredDistribution|Censoring|CenterDot|Centered|CentralMoment|CentralMomentGeneratingFunction|CentsToHertz|Certificate|CForm|CGS|ChampernowneNumber|ChangeEdges|ChangeVertices|ChanVeseBinarize|CharacterEncoding|Characteristic|CharacteristicFunction|CharacteristicPolynomial|CharacterRange|Characters|ChartBaseStyle|ChartElementFunction|ChartElements|Charting`DateFormat|ChartLabels|ChartLayout|ChartLegends|ChartStyle|ChebyshevDistance|ChebyshevT|ChebyshevU|Check|CheckAbort|Checkbox|CheckboxBar|CheckboxBox|CheckboxBoxOptions|CheckXML|ChemicalData|ChessboardDistance|ChiDistribution|ChineseRemainder|ChiSquareCI|ChiSquareDistribution|ChiSquarePValue|ChoiceButtons|ChoiceDialog|CholeskyDecomposition|Chop|ChromaticNumber|ChromaticPolynomial|Circle|CircleDot|CircleMinus|CirclePlus|CircleTimes|CirculantGraph|CircularEmbedding|CircularVertices|CircumscribedRadius|CityData|ClassName|ClassPath|Clear|ClearAttributes|ClearNotations|ClearSystemCache|ClebschGordan|Clickable|ClickPane|Clip|ClipFill|Clipping|ClippingStyle|ClipPlanes|CliqueQ|Clock|Close|ClosedForm|CloseFrontEnd|CloseGUIObject|CloseKernels|ClosenessCentrality|CloseOnClickOutside|CloseSQLConnection|Closing|ClosingAutoSave|ClosingEvent|ClosingSaveDialog|Cluster|ClusterFlatten|ClusteringComponents|ClusterSplit|CMYKColor|CoarserSetPartitionQ|CodeToLabeledTree|Coefficient|CoefficientArrays|CoefficientDomain|CoefficientList|CoefficientRules|Cofactor|CoifletWavelet|Collect|CollisionFrequency|Colon|ColonForm|ColorCombine|ColorConvert|ColorData|ColorDataFunction|ColorFunction|ColorFunctionScaling|Colorize|ColorNegate|ColorOutput|ColorQuantize|ColorRules|ColorSeparate|ColorSetter|ColorSetterBox|ColorSetterBoxOptions|ColorSlider|ColorSpace|Column|ColumnAlignments|ColumnBackgrounds|ColumnForm|ColumnLabels|ColumnLines|ColumnsEqual|ColumnSpacings|ColumnSymbols|ColumnWidths|Combinatorica`|CommandLine|CommonDefaultFormatTypes|Commonest|CommonestFilter|CommunityModularity|CommunityStructureAssignment|CommunityStructurePartition|CompilationOptions|CompilationTarget|Compile|Compiled|CompiledFunction|CompileEvaluate|Complement|CompleteBinaryTree|CompleteGraph|CompleteGraphQ|CompleteKaryTree|CompleteKPartiteGraph|CompleteQ|ComplexExpand|ComplexityFunction|ComponentMeasurements|ComponentwiseContextMenu|ComposeList|ComposeSeries|Composition|Compositions|CompoundExpression|Compress|ComputationalGeometry`|ComputerArithmetic`|ComputerNumber|Condition|ConditionalExpression|Conditioned|Cone|ConfidenceLevel|ConfocalEllipsoidal|ConfocalParaboloidal|Congruent|Conical|Conjugate|ConjugateTranspose|ConnectedComponents|ConnectedGraphQ|ConnectedQ|ConnectToFrontEnd|ConoverTest|ConstantArray|Constants|ConstrainedMax|ConstrainedMin|Constructors|ConstructTableau|ContentPadding|ContentSelectable|ContentSize|Context|ContextMenu|Contexts|ContextToFileName|Continue|ContinuedFraction|ContinuedFractionK|ContinuousAction|ContinuousTimeModelQ|ContinuousWaveletData|ContinuousWaveletTransform|ContourDetect|ContourGraphics|ContourLabels|ContourLines|ContourPlot|ContourPlot3D|Contours|ContourShading|ContourSmoothing|ContourStyle|Contract|ContraharmonicMean|Control|ControlActive|ControlAlignment|ControllabilityGramian|ControllabilityMatrix|ControllableDecomposition|ControllableModelQ|ControllerInformation|ControllerLinking|ControllerManipulate|ControllerMethod|ControllerPath|ControllerState|ControlPlacement|ControlsRendering|ControlType|Convergents|ConversionRules|Convert|ConvertTemperature|ConvexHull|ConvexHullArea|ConvexHullMedian|Convolve|ConwayGroupCo1|ConwayGroupCo2|ConwayGroupCo3|CoordinateRanges|Coordinates|CoordinatesFromCartesian|CoordinatesToCartesian|CoordinatesToolOptions|CoprimeQ|Coproduct|CopulaDistribution|Copyable|CopyDirectory|CopyFile|CopyToClipboard|CornerFilter|CornerNeighbors|Correlation|CorrelationDistance|Cos|Cosh|CoshIntegral|CosineDistance|CosIntegral|CostOfPath|Cot|Coth|Count|CounterAssignments|CounterBox|CounterBoxOptions|CounterFunction|CounterIncrements|CounterStyleMenuListing|CountRoots|CountryData|Covariance|CovarianceEstimatorFunction|CramerVonMisesTest|CreateArchive|CreateCellID|CreateCOMObject|CreateDialog|CreateDirectory|CreateDocument|CreateExtraLinks|CreateIntermediateDirectories|CreatePalette|CreateScheduledTask|CreateWindow|CriticalSection|Cross|CrossingDetect|CrossMatrix|CrossProduct|Csc|Csch|CubeConnectedCycle|Cubics|Cuboid|Cumulant|CumulantGeneratingFunction|Cup|CupCap|CurrentImage|CurrentValue|CursorTrackerParameters|CurvatureFlowFilter|CurveClosed|CutoffFrequency|Cycle|CycleGraph|CycleIndex|Cycles|CycleStructure|CyclicGroup|CyclicGroupIndex|Cyclotomic|Cylinder|Cylindrical|CylindricalDecomposition|D|DagumDistribution|DamerauLevenshteinDistance|DampingConstant|DampingFactor|Darker|Dashing|DatabaseExplorer|DatabaseLink`|DatabaseResourcesPath|DataCompression|DataDistribution|DataLabels|DataLength|DataRange|DataRanges|DataReversed|DataSourceNames|DataSources|DataSpacing|DataTicks|DataTypeName|Date|DateDelimiters|DateDifference|DateFunction|DateList|DateListLogPlot|DateListPlot|DatePattern|DatePlus|DateQ|DateRange|DateString|DateTicksFormat|DaubechiesWavelet|DawsonF|DayOfWeek|DaysBetween|DaysPlus|DeBruijnGraph|DeBruijnSequence|Debug|DebuggerSettings|DeclarePackage|Decompose|Decrement|DedekindEta|Default|DefaultAxesStyle|DefaultBaseStyle|DefaultBoxStyle|DefaultButton|DefaultColor|DefaultDuplicateCellStyle|DefaultDuration|DefaultElement|DefaultFaceGridsStyle|DefaultFieldHintStyle|DefaultFont|DefaultFontProperties|DefaultFormatType|DefaultFrameStyle|DefaultFrameTicksStyle|DefaultGridLinesStyle|DefaultInlineFormatType|DefaultLabelStyle|DefaultMenuStyle|DefaultNaturalLanguage|DefaultNewCellStyle|DefaultNewGraphics|DefaultNewGraphics3D|DefaultNewInlineCellStyle|DefaultNewInlineGraphics|DefaultNewInlineGraphics3D|DefaultOptions|DefaultReturnCreatedCellStyle|DefaultTicksStyle|DefaultTooltipStyle|DefaultValues|Defer|DefineDLLFunction|DefineNETDelegate|Definition|DefinitionList|DegreeCentrality|DegreeGraphDistribution|Degrees|DegreeSequence|DegreesOf2Neighborhood|Deinitialization|Del|DelaunayTriangulation|DelaunayTriangulationQ|Deletable|Delete|DeleteBorderComponents|DeleteCases|DeleteContents|DeleteCycle|DeleteDirectory|DeleteDuplicates|DeleteEdge|DeleteEdges|DeleteFile|DeleteFromTableau|DeleteSmallComponents|DeleteVertex|DeleteVertices|DeleteWithContents|DeletionWarning|DelimiterFlashTime|DelimiterMatching|Delimiters|DendrogramPlot|Denominator|DenominatorAlignment|DensityGraphics|DensityHistogram|DensityPlot|DependentVariables|Deploy|Deployed|Depth|DepthFirstScan|DepthFirstTraversal|DerangementQ|Derangements|Derivative|DerivativeFilter|Derivatives|Description|DesignedRegress|DesignMatrix|Det|DetailedGraphics|Developer`|Device|DGaussianWavelet|DiacriticalPositioning|Diagonal|DiagonalMatrix|DiagramPlot|Dialog|DialogInput|DialogNotebook|DialogProlog|DialogReturn|DialogSymbols|Diameter|Diamond|DiamondMatrix|DiceDissimilarity|DictionaryLookup|DifferenceDelta|DifferenceRoot|DifferenceRootReduce|Differences|DifferentialD|DifferentialEquationTrek|DifferentialRoot|DifferentialRootReduce|DigitBlock|DigitBlockMinimum|DigitCount|DigitQ|DihedralGroup|DihedralGroupIndex|Dijkstra|DilateVertices|Dilation|Dimensions|DiracComb|DiracDelta|DirectAgglomerate|Directed|DirectedEdge|DirectedEdges|DirectedGraph|DirectedGraphQ|Direction|Directive|Directory|DirectoryName|DirectoryQ|DirectoryStack|DirectVerbose|DirichletCharacter|DirichletConvolve|DirichletDistribution|DirichletL|DirichletTransform|DiscreteConvolve|DiscreteDelta|DiscreteIndicator|DiscreteLQEstimatorGains|DiscreteLQRegulatorGains|DiscreteLyapunovSolve|DiscretePlot|DiscretePlot3D|DiscreteRatio|DiscreteRiccatiSolve|DiscreteShift|DiscreteTimeModelQ|DiscreteUniformDistribution|DiscreteWaveletData|DiscreteWaveletPacketTransform|DiscreteWaveletTransform|Discriminant|Disjunction|Disk|DiskMatrix|Dispatch|DispersionEstimatorFunction|Display|DisplayEndPacket|DisplayForm|DisplayFunction|DisplayPacket|DisplaySteps|DisplayString|DistanceFunction|DistanceMatrix|Distances|DistanceTransform|Distinct|DistinctPermutations|Distribute|Distributed|DistributedContexts|DistributeDefinitions|Distribution|DistributionChart|DistributionFitTest|DistributionParameterAssumptions|DistributionParameterQ|Dithering|Div|Divide|DivideBy|Dividers|Divisible|Divisors|DivisorSigma|DivisorSum|DMSList|DMSString|Do|DockedCells|DockedCellsStyle|DocumentNotebook|DominatingIntegerPartitionQ|DominationLattice|DoModal|DoNETModal|DoNETModeless|DOSTextFormat|Dot|DotEqual|DotProduct|DoubleBracketingBar|DoubleDownArrow|DoubleLeftArrow|DoubleLeftRightArrow|DoubleLeftTee|DoubleLongLeftArrow|DoubleLongLeftRightArrow|DoubleLongRightArrow|DoubleRightArrow|DoubleRightTee|DoubleUpArrow|DoubleUpDownArrow|DoubleVerticalBar|DoublyInfinite|DownArrow|DownArrowBar|DownArrowUpArrow|DownLeftRightVector|DownLeftTeeVector|DownLeftVector|DownLeftVectorBar|DownRightTeeVector|DownRightVector|DownRightVectorBar|DownTee|DownTeeArrow|DownValues|Driver|Drop|DSolve|Dt|DTFourierTransform|DualLinearProgramming|DualSystemsModel|DumpGet|DumpSave|DurfeeSquare|Dynamic|DynamicBox|DynamicBoxOptions|DynamicEvaluationTimeout|DynamicModule|DynamicModuleBox|DynamicModuleBoxOptions|DynamicModuleParent|DynamicModuleValues|DynamicSetting|DynamicUpdating|DynamicViscosity|DynamicWrapper|DynamicWrapperBox|DynamicWrapperBoxOptions|EasterSunday|EasterSundayGreekOrthodox|Eccentricity|EconomizedRationalApproximation|EdgeAdd|EdgeChromaticNumber|EdgeColor|EdgeColoring|EdgeConnectivity|EdgeCount|EdgeCoverQ|EdgeDelete|EdgeDetect|EdgeDirection|EdgeForm|EdgeIndex|EdgeLabel|EdgeLabelColor|EdgeLabeling|EdgeLabelPosition|EdgeLabels|EdgeLabelStyle|EdgeList|EdgeQ|EdgeRenderingFunction|EdgeRules|Edges|EdgeShapeFunction|EdgeStyle|EdgeWeight|Edit|Editable|EditDefinition|EditDistance|EditIn|EffectiveInterest|Eigensystem|Eigenvalues|EigenvectorCentrality|Eigenvectors|Element|ElementAbsorptionMap|ElementData|ElementFormatting|ElementToPolynomial|Eliminate|Ellipsoid|EllipsoidProbability|EllipsoidQuantile|EllipsoidQuartiles|EllipticCylindrical|EllipticE|EllipticExp|EllipticExpPrime|EllipticF|EllipticK|EllipticLog|EllipticNomeQ|EllipticPi|EllipticReducedHalfPeriods|EllipticTheta|EllipticThetaPrime|EmitSound|EmphasizeSyntaxErrors|EmpiricalDistribution|EmptyGraph|EmptyGraphQ|EmptyQ|Enabled|Encode|EncodingStyleURI|EncroachingListSet|EncryptionProtocol|End|EndAdd|EndDialogPacket|EndJavaBlock|EndModal|EndNETBlock|EndPackage|EngineeringForm|EnterExpressionPacket|EnterTextPacket|Entities|Entropy|EntropyFilter|Environment|Epilog|Equal|EqualTilde|EqualVariances|EquatedTo|EquationTrekker|EquationTrekker`|EquationTrekkerState|Equilibrium|EquivalenceClasses|EquivalenceRelationQ|Equivalences|Equivalent|Erf|Erfc|Erfi|ErlangDistribution|Erosion|ErrorBar|ErrorBarFunction|ErrorBarPlots`|ErrorBox|ErrorBoxOptions|ErrorListPlot|EscapeProcessing|EstimatedDistribution|EstimatorGains|EstimatorRegulator|EuclideanDistance|EulerE|EulerEquations|Eulerian|EulerianCycle|EulerianGraphQ|EulerianQ|EulerPhi|EulerRatio|EulerSum|Evaluatable|Evaluate|Evaluated|EvaluatePacket|EvaluationCompletionAction|EvaluationElements|EvaluationMode|EvaluationMonitor|EvaluationNotebook|EvaluationObject|Evaluator|EvaluatorNames|EvenQ|EventHandler|EventLabels|ExactNumberQ|ExactRandomGraph|ExactRootIsolation|ExampleData|Except|ExcludedForms|ExcludePods|Exclusions|ExclusionsStyle|Exists|ExistsRealQ|Exit|Exp|Expand|ExpandDenominator|ExpandFileName|ExpandGraph|ExpandNumerator|ExpandRawXML|Expectation|ExpectedValue|Experimental`|ExpGammaDistribution|ExpIntegralE|ExpIntegralEi|Exponent|ExponentFunction|ExponentialDistribution|ExponentialFamily|ExponentialGeneratingFunction|ExponentialMovingAverage|ExponentialPowerDistribution|ExponentPosition|ExponentRange|ExponentStep|Export|ExportAutoReplacements|ExportString|ExposeWidgetReferences|ExpressionCell|ExpressionDepthLimit|ExpressionToMathML|ExpressionToSymbolicExpressionML|ExpressionToSymbolicMathML|ExpressionTreePlot|ExpToTrig|ExtendedGCD|Extension|ExtensionDegree|ExtentElementFunction|ExtentMarkers|ExtentSize|Extract|ExtractArchive|ExtractCycles|ExtraTerms|ExtremeValueDistribution|FaceForm|FaceGrids|FaceGridsStyle|Faces|Factor|Factorial|Factorial2|FactorialMoment|FactorialMomentGeneratingFunction|FactorialPower|FactorInteger|FactorList|FactorSquareFree|FactorSquareFreeList|FactorTerms|FactorTermsList|FeedbackType|FerrersDiagram|FetchDirection|FetchSize|Fibonacci|FibonacciSimplify|FieldExp|FieldHint|FieldHintStyle|FieldInd|FieldIrreducible|FieldMasked|Fields|FieldSize|FileBaseName|FileByteCount|FileChangeProtection|FileDate|FileExistsQ|FileExtension|FileFormat|FileHash|FileName|FileNameDepth|FileNameDrop|FileNameJoin|FileNames|FileNameSetter|FileNameSplit|FileNameTake|FilePrint|FilesDirectory|FileType|FilledCurve|FilledCurveBoxOptions|FillForm|Filling|FillingStyle|FillingTransform|Filter|FilterFunction|FilterRules|FinancialBond|FinancialData|FinancialDerivative|FinancialIndicator|Find|FindArgMax|FindArgMin|FindClique|FindClusters|FindCurvePath|FindCycle|FindDistributionParameters|FindDivisions|FindEdgeCover|FindEulerianCycle|FindFile|FindFit|FindGeneratingFunction|FindGeoLocation|FindGeometricTransform|FindGraphIsomorphism|FindHamiltonianCycle|FindIndependentEdgeSet|FindIndependentVertexSet|FindInstance|FindIntegerNullVector|FindIons|FindLibrary|FindLinearRecurrence|FindList|FindMaximum|FindMaxValue|FindMinimum|FindMinValue|FindRoot|FindSequenceFunction|FindSet|FindShortestPath|FindShortestTour|FindThreshold|FindVertexCover|FinishDynamic|FiniteAbelianGroupCount|FiniteFields`|FiniteGroupCount|FiniteGroupData|First|FirstIntegral|FirstIntegrals|FirstLexicographicTableau|FischerGroupFi22|FischerGroupFi23|FischerGroupFi24Prime|FisherHypergeometricDistribution|FisherRatioTest|FisherZDistribution|Fit|FittedModel|FixCRLF|FixedPoint|FixedPointList|Flatten|FlattenAt|FlipView|Floor|Fold|FoldList|FontColor|FontFamily|FontOpacity|FontProperties|FontSize|FontSlant|FontSubstitutions|FontTracking|FontVariations|FontWeight|For|For||||||2|"FortranForm"|ForceLaunch|Format|FormatType|FormatTypeAutoConvert|FormatValues|FormBox|FormBoxOptions|FormStartPosition|ForRealQ|Fourier|FourierCoefficient|FourierCosCoefficient|FourierCosSeries|FourierCosTransform|FourierDCT|FourierDST|FourierParameters|FourierSequenceTransform|FourierSeries|FourierSeries`|FourierSinCoefficient|FourierSinSeries|FourierSinTransform|FourierTransform|FourierTrigSeries|FractionalPart|FractionBox|FractionBoxOptions|FractionLine|Frame|FrameBox|FrameBoxOptions|Framed|FrameLabel|FrameMargins|FrameRate|FrameStyle|FrameTicks|FrameTicksStyle|FRatioCI|FRatioDistribution|FRatioPValue|FrechetDistribution|FreeQ|FrequencyData|FrequencyModulation|FresnelC|FresnelS|FrobeniusNumber|FrobeniusSolve|From|FromAdjacencyLists|FromAdjacencyMatrix|FromCharacterCode|FromCoefficientRules|FromContinuedFraction|FromCycles|FromDate|FromDigits|FromDMS|FromElementCode|FromInversionVector|FromOrderedPairs|FromPackedArray|FromQuaternion|FromServiceResponse|FromSymbolicXML|FromUnorderedPairs|FrontEndExecute|FrontEndLink|FrontEndSharedQ|FrontEndToken|FrontEndTokenExecute|FrontEndVersion|FullAxes|FullDefinition|FullForm|FullGraphics|FullName|FullReport|FullSimplify|Function|FunctionalGraph|FunctionApproximations`|FunctionExpand|FunctionInterpolation|FunctionOfCode|FunctionOfCoefficients|FunctionSpace|GaborWavelet|GainMargins|GainPhaseMargins|Gamma|GammaDistribution|GammaRegularized|GammaSimplify|GapPenalty|Gather|GatherBy|Gaussian|GaussianFilter|GaussianIntegers|GaussianMatrix|GaussianQuadratureError|GaussianQuadratureWeights|GCD|GegenbauerC|GeneralizedBarChart|GeneralizedBarChart3D|GeneralizedLinearModelFit|GeneralizedPetersenGraph|GeneralizedVariance|GeneralMiniMaxApproximation|GeneralRationalInterpolation|GenerateBitmapCaches|GenerateConditions|GeneratedCell|GeneratedCellStyles|GeneratedParameters|GenerateImageCachesOnPlacement|GeneratingFunction|GenericCylindricalDecomposition|GenomeData|GenomeLookup|Geodesate|GeodesicDilation|GeodesicErosion|GeoDestination|Geodesy`|GeodesyData|GeodeticToAuthalic|GeoDirection|GeoDistance|GeoGridPosition|GeometricDistribution|GeometricMean|GeometricMeanFilter|GeometricTransformation|GeometricTransformation3DBoxOptions|GeometricTransformationBoxOptions|GeoPosition|GeoPositionXYZ|GeoProjectionData|Get|GetActiveCOMObject|GetAssemblyObject|GetAsStrings|GetClass|GetComplexClass|GetComplexType|GetContext|GetEdgeLabels|GetEdgeWeights|GetGeneratedKeys|GetJavaException|GetJVM|GetNETException|GetTypeObject|GetVertexLabels|GetVertexWeights|GF|GhostCellInEmptyNotebook|Girth|Glow|GompertzMakehamDistribution|Goto|Grad|Gradient|GradientFieldPlot|GradientFieldPlot3D|GradientFilter|Graph|GraphCenter|GraphComplement|GraphComputation`LayerSizeFunction|GraphComputation`MultiedgeStyle|GraphComputation`PackingMethod|GraphComputation`SelfLoopStyle|GraphCoordinates|GraphCoordinates3D|GraphData|GraphDiameter|GraphDifference|GraphDisjointUnion|GraphDistance|GraphDistanceMatrix|GraphEdit|GraphHighlight|GraphHighlightStyle|GraphicQ|Graphics|Graphics3D|Graphics3DBox|Graphics3DBoxOptions|Graphics3DMode|GraphicsArray|GraphicsBox|GraphicsBoxOptions|GraphicsColumn|GraphicsComplex|GraphicsComplex3DBox|GraphicsComplex3DBoxOptions|GraphicsComplexBox|GraphicsComplexBoxOptions|GraphicsFormats|GraphicsGrid|GraphicsGroup|GraphicsGroup3DBox|GraphicsGroup3DBoxOptions|GraphicsGroupBox|GraphicsGroupBoxOptions|GraphicsRow|GraphicsSpacing|GraphIntersection|GraphJoin|GraphLayout|GraphOptions|GraphPath|GraphPeriphery|GraphPlot|GraphPlot3D|GraphPolynomial|GraphPower|GraphProduct|GraphQ|GraphRadius|GraphRoot|GraphStyle|GraphSum|GraphUnion|GraphUtilities`|GravityAcceleration|GrayCode|GrayCodeKSubsets|GrayCodeSubsets|GrayLevel|Greater|GreaterEqual|GreaterEqualLess|GreaterFullEqual|GreaterGreater|GreaterLess|GreaterSlantEqual|GreaterTilde|GreedyVertexCover|GreekStyle|Grid|GridBox|GridBoxAlignment|GridBoxBackground|GridBoxDividers|GridBoxFrame|GridBoxItemSize|GridBoxItemStyle|GridBoxOptions|GridBoxSpacings|GridDefaultElement|GridFrame|GridFrameMargins|GridGraph|GridLines|GridLinesStyle|GridSize|GroebnerBasis|GroupActionBase|GroupCentralizer|GroupElementPosition|GroupElementQ|GroupElements|GroupGenerators|GroupMultiplicationTable|GroupName|GroupOpenerColor|GroupOpenerInsideFrame|GroupOrbits|GroupOrder|GroupPageBreakWithin|GroupSetwiseStabilizer|GroupStabilizer|GroupStabilizerChain|Gudermannian|GUIInformation|GUIKit`|GUILoad|GUIObject|GUIObjectQ|GUIResolve|GUIRun|GUIRunModal|GUIScreenShot|GumbelDistribution|HaarWavelet|HalfNormalDistribution|HamiltonianCycle|HamiltonianFieldPlot|HamiltonianGraphQ|HamiltonianPath|HamiltonianQ|HammingDistance|HankelH1|HankelH2|HankelMatrix|HaradaNortonGroupHN|Harary|HararyGraph|HarmonicMean|HarmonicMeanFilter|HarmonicNumber|Hash|HasseDiagram|Haversine|HazardFunction|Head|HeadCompose|Heads|Heapify|HeapSort|HeavisideLambda|HeavisidePi|HeavisideTheta|HeldGroupHe|HermiteDecomposition|HermiteH|HermitianMatrixQ|HertzToCents|HessenbergDecomposition|HiddenSurface|HideCycles|HierarchicalClustering`|Highlight|HighlightedEdgeColors|HighlightedEdgeStyle|HighlightedVertexColors|HighlightedVertexStyle|HighlightGraph|HighlightLevel|HighlightStyle|HigmanSimsGroupHS|HilbertMatrix|Histogram|Histogram3D|HistogramCategories|HistogramDistribution|HistogramList|HistogramRange|Histograms`|HistogramScale|HitMissTransform|HITSCentrality|Hold|HoldComplete|HoldForm|HoldPattern|HornerForm|HotellingTSquareDistribution|HoytDistribution|HTMLSave|Hue|Hull|HumpDownHump|HumpEqual|HurwitzLerchPhi|HurwitzZeta|HyperbolicDistribution|Hypercube|HypercubeGraph|Hyperfactorial|Hypergeometric0F1|Hypergeometric0F1Regularized|Hypergeometric1F1|Hypergeometric1F1Regularized|Hypergeometric2F1|Hypergeometric2F1Regularized|HypergeometricDistribution|HypergeometricPFQ|HypergeometricPFQRegularized|HypergeometricU|Hyperlink|Hyphenation|HyphenationOptions|HypothesisTestData|HypothesisTesting`|IdealDivide|IdealDivision|IdenticalQ|Identity|IdentityMatrix|IdentityPermutation|If||||||1|IgnoreCase|Im|Image|ImageAdd|ImageAdjust|ImageAlign|ImageApply|ImageAspectRatio|ImageAssemble|ImageCapture|ImageChannels|ImageClip|ImageColorSpace|ImageCompose|ImageConvolve|ImageCooccurrence|ImageCorrelate|ImageCorrespondingPoints|ImageCrop|ImageData|ImageDeconvolve|ImageDifference|ImageDimensions|ImageEffect|ImageFilter|ImageForestingComponents|ImageForwardTransformation|ImageHistogram|ImageKeypoints|ImageLevels|ImageLines|ImageMargins|ImageMultiply|ImageOffset|ImagePad|ImagePadding|ImagePartition|ImagePerspectiveTransformation|ImageQ|ImageReflect|ImageRegion|ImageResize|ImageResolution|ImageRotate|ImageRotated|ImageScaled|ImageSize|ImageSizeAction|ImageSizeCache|ImageSizeMultipliers|ImageSizeRaw|ImageSizeRules|ImageSubtract|ImageTake|ImageTransformation|ImageTrim|ImageType|ImageValue|ImplementJavaInterface|Implies|ImpliesQ|ImpliesRealQ|Import|ImportAutoReplacements|ImportString|In|IncidenceGraph|IncidenceMatrix|IncludeConstant|IncludeConstantBasis|IncludeDefaultedAttributes|IncludedScriptContexts|IncludeEmbeddedObjects|IncludeEmptyStems|IncludeFileExtension|IncludeMarkupAnnotations|IncludeNamespaces|IncludePods|IncludeSingularTerm|IncludeStemCounts|IncludeStemUnits|Increment|InDegree|IndentMaxFraction|IndependentEdgeSetQ|IndependentSetQ|IndependentVertexSetQ|Index|IndexGraph|InduceSubgraph|InexactNumberQ|Infix|InfixNotation|Information|Inherited|InheritScope|InitialArguments|Initialization|InitializationCell|InitializationCellEvaluation|InitializationCellWarning|InitializationGroup|InitializeGenerator|InitializeUnionFind|InitializeXMLParser|Inner|Inpaint|Input|InputAliases|InputAssumptions|InputAutoReplacements|InputField|InputFieldBox|InputFieldBoxOptions|InputForm|InputNamePacket|InputNotebook|InputPacket|InputStream|InputString|InputStringPacket|InputToInputForm|InputToStandardForm|InscribedRadius|Insert|InsertIntoTableau|InsertResults|Inset|Inset3DBox|Inset3DBoxOptions|InsetBox|InsetBoxOptions|Install|InstallJava|InstallNET|InstallService|InstallServiceOperation|InstanceOf|InString|IntegerDigits|IntegerExponent|IntegerLength|IntegerLimit|IntegerPart|IntegerPartitions|IntegerQ|IntegerQuaternionQ|IntegerString|IntegralSign|Integrate|Interactive|InteractiveTradingChart|Interleaving|InternallyBalancedDecomposition|Interpolated|InterpolateRoot|InterpolatingFunction|InterpolatingPolynomial|Interpolation|InterpolationOrder|InterpolationPoints|InterpolationPrecision|Interpretation|InterpretationBox|InterpretationBoxOptions|InterpretationNote|InterquartileRange|Interrupt|Intersection|Interval|IntervalGraph|IntervalIntersection|IntervalMemberQ|IntervalUnion|InvariantFunctions|Invariants|Inverse|InverseBetaRegularized|InverseCDF|InverseChiSquareDistribution|InverseContinuousWaveletTransform|InverseDistanceTransform|InverseDTFourierTransform|InverseEllipticNomeQ|InverseErf|InverseErfc|InverseFourier|InverseFourierCoefficient|InverseFourierCosTransform|InverseFourierSequenceTransform|InverseFourierSinTransform|InverseFourierTransform|InverseFunction|InverseFunctions|InverseGammaDistribution|InverseGammaRegularized|InverseGaussianDistribution|InverseGudermannian|InverseHaversine|InverseJacobiCD|InverseJacobiCN|InverseJacobiCS|InverseJacobiDC|InverseJacobiDN|InverseJacobiDS|InverseJacobiNC|InverseJacobiND|InverseJacobiNS|InverseJacobiSC|InverseJacobiSD|InverseJacobiSN|InverseLaplaceTransform|InverseMaxIterations|InversePermutation|InverseRadon|InverseSeries|InverseSurvivalFunction|InverseVerbose|InverseWaveletTransform|InverseWeierstrassP|InverseZTransform|InversionPoset|Inversions|Invisible|InvokeMethod|InvokeServiceOperation|InvokeThread|InvokeWait|InvolutionQ|Involutions|IrreduciblePolynomial|IrreduciblePolynomialQ|IsolatingInterval|IsomorphicGraphQ|IsomorphicQ|Isomorphism|IsomorphismQ|IsotopeData|Item|ItemAspectRatio|ItemBoxOptions|ItemSize|ItemStyle|JaccardDissimilarity|JacobiAmplitude|Jacobian|JacobianDeterminant|JacobianMatrix|JacobiCD|JacobiCN|JacobiCS|JacobiDC|JacobiDN|JacobiDS|JacobiNC|JacobiND|JacobiNS|JacobiP|JacobiSC|JacobiSD|JacobiSN|JacobiSymbol|JacobiZeta|JankoGroupJ1|JankoGroupJ2|JankoGroupJ3|JankoGroupJ4|JarqueBeraALMTest|JavaBlock|JavaClass|JavaClassPath|JavaLink|JavaNew|JavaObject|JavaObjectQ|JavaObjectToExpression|JavaShow|JavaThrow|JavaUILink|JDBC|JDBCDriver|JDBCDriverNames|JDBCDrivers|JewishNewYear|JLink`|JLink`Package`AssertAction|JohnsonDistribution|Join|Joined|JoinedCurve|JoinedCurveBoxOptions|JoinForm|JordanDecomposition|JordanModelDecomposition|Josephus|JVMArguments|KagiChart|KalmanEstimator|KarhunenLoeveDecomposition|KaryTree|KatzCentrality|KCoreComponents|KDistribution|KeepJavaObject|KeepNETObject|KeepObjects|KelvinBei|KelvinBer|KelvinKei|KelvinKer|KendallRankCorrelation|KernelMixtureDistribution|KernelObject|Kernels|KinematicViscosity|KineticTemperature|KirchhoffGraph|KirchhoffMatrix|KleinInvariantJ|KnightsTourGraph|KnightTourGraph|KnotData|KnownVariance|KolmogorovSmirnovTest|KroneckerDelta|KroneckerProduct|KroneckerSymbol|KSetPartitions|KSubsetGroup|KSubsetGroupIndex|KSubsets|KuiperTest|KumaraswamyDistribution|Kurtosis|KuwaharaFilter|Label|Labeled|LabeledTreeToCode|LabelingFunction|LabelPoints|LabelStyle|LaguerreL|LandauDistribution|Language|LanguageCategory|LanguageSyntax|LaplaceDistribution|LaplaceTransform|Laplacian|LaplacianFilter|LaplacianGaussianFilter|Last|LastLexicographicTableau|Latitude|LatitudeLongitude|LatticeData|LatticeReduce|LaunchKernels|LayeredGraphPlot|LayerSizeFunction|LCM|LeafCount|LeafLabels|LeastSquares|Leaves|LeftArrow|LeftArrowBar|LeftArrowRightArrow|LeftAssociates|LeftDownTeeVector|LeftDownVector|LeftDownVectorBar|LeftGCD|LeftRightArrow|LeftRightVector|LeftTee|LeftTeeArrow|LeftTeeVector|LeftTriangle|LeftTriangleBar|LeftTriangleEqual|LeftUpDownVector|LeftUpTeeVector|LeftUpVector|LeftUpVectorBar|LeftVector|LeftVectorBar|LegacyGraphicsCompatibility|Legend|LegendAppearance|LegendBackground|LegendBorder|LegendBorderSpace|Legended|LegendLabel|LegendLabelSpace|LegendOrientation|LegendPosition|LegendreP|LegendreQ|LegendShadow|LegendSize|LegendSpacing|LegendTextDirection|LegendTextOffset|LegendTextSpace|Length|LengthPenalty|LengthWhile|LerchPhi|Less|LessEqual|LessEqualGreater|LessFullEqual|LessGreater|LessLess|LessSlantEqual|LessTilde|LetterQ|Level|LevelPenalty|LeveneTest|LeviCivitaTensor|LevyDistribution|Lexical|LexicographicPermutations|LexicographicSubsets|LibraryFunction|LibraryFunctionError|LibraryFunctionInformation|LibraryFunctionLoad|LibraryFunctionUnload|LibraryLoad|LibraryUnload|LicenseID|LiftingFilterData|LiftingWaveletTransform|Lighter|Lighting|LightingAngle|LightSources|Likelihood|Limit|LimitsPositioning|LimitsPositioningTokens|LindleyDistribution|Line|Line3DBox|Line3DBoxOptions|LinearFractionalTransform|LinearModelFit|LinearOffsetFunction|LinearProgramming|LinearRecurrence|LinearRegression`|LinearSolve|LinearSolveFunction|LineBox|LineBoxOptions|LinebreakAdjustments|LineBreakChart|LineBreakWithin|LineForm|LineGraph|LineIndent|LineIndentMaxFraction|LineIntegralConvolutionPlot|LineIntegralConvolutionScale|LineScaledCoordinate|LineSpacing|Linkage|LinkClose|LinkConnect|LinkCreate|LinkError|LinkFlush|LinkFunction|LinkHost|LinkInterrupt|LinkLaunch|LinkMode|LinkObject|LinkOpen|LinkOptions|LinkPatterns|LinkProtocol|LinkRankMatrix|LinkRanks|LinkRead|LinkReadHeld|LinkReadyQ|Links|LinkWrite|LinkWriteHeld|LiouvilleLambda|List|ListAnimate|ListContourPlot|ListContourPlot3D|ListConvolve|ListCorrelate|ListCurvePathPlot|ListDeconvolve|ListDensityPlot|ListGraphs|ListIntegrate|ListInterpolation|ListLineIntegralConvolutionPlot|ListLinePlot|ListLogLinearPlot|ListLogLogPlot|ListLogPlot|ListNecklaces|ListPlay|ListPlot|ListPlot3D|ListPointPlot3D|ListPolarPlot|ListQ|ListStreamDensityPlot|ListStreamPlot|ListSurfacePlot3D|ListVectorDensityPlot|ListVectorFieldPlot|ListVectorFieldPlot3D|ListVectorPlot|ListVectorPlot3D|ListWaveform|LNorm|LoadCOMTypeLibrary|LoadedJavaClasses|LoadedJavaObjects|LoadedNETAssemblies|LoadedNETObjects|LoadedNETTypes|LoadJavaClass|LoadNETAssembly|LoadNETType|LocalizeVariables|Location|LocationEquivalenceTest|LocationTest|Locator|LocatorAutoCreate|LocatorBox|LocatorBoxOptions|LocatorCentering|LocatorPane|LocatorPaneBoxOptions|LocatorRegion|Log|Log10|Log2|LogBarnesG|LogGamma|LogGammaDistribution|LogicalExpand|LogIntegral|LogisticDistribution|LogitModelFit|LogLikelihood|LogLinearPlot|LogLogisticDistribution|LogLogPlot|LogNormalDistribution|LogPlot|LogSeriesDistribution|Longest|LongestCommonSequence|LongestCommonSubsequence|LongestIncreasingSubsequence|LongForm|Longitude|LongLeftArrow|LongLeftRightArrow|LongRightArrow|LoopFreeGraphQ|LoopPosition|LowerCaseQ|LowerCaseStyle|LowerLeftArrow|LowerRightArrow|LowerStatisticalWeight|LowerTermFineStructureEnergy|LowerTriangularize|LQEstimatorGains|LQGRegulator|LQOutputRegulatorGains|LQRegulatorGains|LUBackSubstitution|LucasL|LUDecomposition|LyapunovSolve|LyonsGroupLy|M|MachineError|MachineID|MachineIntegerQ|MachineName|MachineNumberQ|Magnification|Magnify|MainSolve|MaintainDynamicCaches|Majority|MakeBoxes|MakeDirected|MakeExpression|MakeGraph|MakeJavaExpr|MakeJavaObject|MakeNETObject|MakeRules|MakeSimple|MakeUndirected|MangoldtLambda|ManhattanDistance|Manipulate|Manipulator|MannWhitneyTest|MantissaExponent|Map|MapAt|MapIndexed|MapThread|MarcumQ|MardiaCombinedTest|MardiaKurtosisTest|MardiaSkewnessTest|MarginalDistribution|MarshalStringsAs|Masking|MatchingDissimilarity|MatchLocalNames|MatchQ|MathAttributes|MathieuC|MathieuCharacteristicA|MathieuCharacteristicB|MathieuCharacteristicExponent|MathieuCPrime|MathieuGroupM11|MathieuGroupM12|MathieuGroupM22|MathieuGroupM23|MathieuGroupM24|MathieuS|MathieuSPrime|MathMLForm|MathMLToBoxes|MathMLToExpression|MatrixExp|MatrixForm|MatrixPlot|MatrixPower|MatrixQ|MatrixRank|Max|MaxArrowLength|MaxBend|MaxDetect|MaxExtraBandwidths|MaxExtraConditions|MaxFieldSize|MaxFilter|MaximalBipartiteMatching|MaximalIndependentEdgeSet|MaximalIndependentVertexSet|MaximalMatching|Maximize|MaximumActiveConnections|MaximumAntichain|MaximumClique|MaximumIdleConnections|MaximumIndependentSet|MaximumSpanningTree|MaxIterations|MaxMemoryUsed|MaxMixtureKernels|MaxPlotPoints|MaxPoints|MaxPower|MaxRecursion|MaxRows|MaxStableDistribution|MaxStepFraction|MaxSteps|MaxStepSize|MaxValue|MaxwellDistribution|McLaughlinGroupMcL|Mean|MeanCI|MeanConfidenceInterval|MeanDensity|MeanDeviation|MeanDifferenceCI|MeanDifferenceTest|MeanFilter|MeanFreePath|MeanMolecularWeight|MeanParticleSpeed|MeanShift|MeanShiftFilter|MeanTest|Median|MedianConfidenceInterval|MedianDeviation|MedianFilter|MedianMethod|MeijerG|MemberQ|MemoryConstrained|MemoryInUse|MenuAppearance|MenuCommandKey|MenuPacket|MenuSortingValue|MenuStyle|MenuView|MergeDifferences|Mesh|MeshFunctions|MeshRange|MeshShading|MeshStyle|Message|MessageDialog|MessageList|MessageOptions|MessagePacket|Messages|MetaCharacters|MetaInformation|Method|Methods|MexicanHatWavelet|MeyerWavelet|MicroscopePlot|MicroscopicErrorPlot|Min|MinCut|MinDetect|MinFilter|MinimalPolynomial|MinimalStateSpaceModel|MiniMaxApproximation|Minimize|MinimumBandwidthOrdering|MinimumChainPartition|MinimumChangePermutations|MinimumIdleConnections|MinimumSpanningTree|MinimumVertexColoring|MinimumVertexCover|Minors|MinRecursion|MinStableDistribution|Minus|MinusPlus|MinValue|Missing|MixedMode|MixtureDistribution|MKS|MLE|Mod|Modal|Mode|ModularLambda|ModulationType|Module|Modulus|MoebiusMu|Moment|MomentConvert|MomentEvaluate|MomentGeneratingFunction|Monitor|MonomialList|MonomialOrder|MonsterGroupM|MorletWavelet|MorphologicalBinarize|MorphologicalBranchPoints|MorphologicalComponents|MorphologicalEulerNumber|MorphologicalGraph|MorphologicalPerimeter|MorphologicalTransform|Most|MouseAnnotation|MouseAppearance|MouseButtons|Mouseover|MousePointerAppearance|MousePosition|MovingAverage|MovingMedian|MoyalDistribution|MultiedgeStyle|MultiLetterItalics|MultiLetterStyle|MultilineFunction|Multinomial|MultinomialDistribution|MultinormalDistribution|MultipleEdgesQ|MultiplicationTable|MultiplicativeOrder|Multiplicity|MultiPoissonDistribution|MultiscriptBoxOptions|MultivariateHypergeometricDistribution|MultivariateKurtosis|MultivariateMeanDeviation|MultivariateMedianDeviation|MultivariatePoissonDistribution|MultivariateSkewness|MultivariateStatistics`|MultivariateTDistribution|MultivariateTrimmedMean|Music`|MusicScale|MycielskiGraph|N|NakagamiDistribution|Name|NameQ|Names|NamespaceBoxOptions|NamespaceContexts|NamespacePrefixes|Nand|NArgMax|NArgMin|NBernoulliB|NCache|ND|NDSolve|NDTFourierTransform|Nearest|NearestFunction|NearestNeighbor|NecklacePolynomial|NeedlemanWunschSimilarity|Needs|Negative|NegativeBinomialDistribution|NegativeMultinomialDistribution|Neighborhood|NeighborhoodGraph|Nest|NestedGreaterGreater|NestedLessLess|NestList|NestWhile|NestWhileList|NETAssembly|NETBlock|NETLink|NETLink`|NETNew|NETNewDelegate|NETObjectQ|NETObjectToExpression|NETType|NETTypeInfo|NETUILink|NetworkFlow|NetworkFlowEdges|NevilleThetaC|NevilleThetaD|NevilleThetaN|NevilleThetaS|NewtonCotesError|NewtonCotesWeights|NExpectation|NextBinarySubset|NextComposition|NextGrayCodeSubset|NextKSubset|NextLexicographicSubset|NextPartition|NextPermutation|NextPrime|NextSubset|NextTableau|NFourierCoefficient|NFourierCosCoefficient|NFourierCosTransform|NFourierSeries|NFourierSinCoefficient|NFourierSinTransform|NFourierTransform|NFourierTrigSeries|NicholsGridLines|NicholsPlot|NIntegrate|NIntegrateInterpolatingFunction|NInverseDTFourierTransform|NInverseFourierCoefficient|NInverseFourierCosTransform|NInverseFourierSinTransform|NInverseFourierTransform|NLimit|NMaximize|NMaxValue|NMinimize|NMinValue|NominalVariables|NoncentralBetaDistribution|NoncentralChiSquareDistribution|NoncentralFRatioDistribution|NoncentralStudentTDistribution|NonCommutativeMultiply|NonConstants|NonlinearModelFit|NonlinearRegress|NonlinearRegression`|NonMaxSuppression|NonNegative|NonPositive|Nor|NorlundB|Norm|Normal|NormalCI|NormalDistribution|Normalize|NormalizedSquaredEuclideanDistance|NormalizeVertices|NormalizeWhitespace|NormalPValue|NormalsFunction|NormFunction|Not|Notation|Notation`|NotCongruent|NotCupCap|NotDoubleVerticalBar|Notebook|NotebookApply|NotebookAutoSave|NotebookClose|NotebookConvert|NotebookCreate|NotebookDelete|NotebookDirectory|NotebookDynamicExpression|NotebookEvaluate|NotebookEventActions|NotebookFileName|NotebookFind|NotebookGet|NotebookInformation|NotebookLocate|NotebookObject|NotebookOpen|NotebookPrint|NotebookPut|NotebookRead|Notebooks|NotebookSelection|NotebookToSymbolicNotebookML|NotebookWrite|NotElement|NotEqualTilde|NotExists|NotGreater|NotGreaterEqual|NotGreaterFullEqual|NotGreaterGreater|NotGreaterLess|NotGreaterSlantEqual|NotGreaterTilde|NotHumpDownHump|NotHumpEqual|NotLeftTriangle|NotLeftTriangleBar|NotLeftTriangleEqual|NotLess|NotLessEqual|NotLessFullEqual|NotLessGreater|NotLessLess|NotLessSlantEqual|NotLessTilde|NotNestedGreaterGreater|NotNestedLessLess|NotPrecedes|NotPrecedesEqual|NotPrecedesSlantEqual|NotPrecedesTilde|NotReverseElement|NotRightTriangle|NotRightTriangleBar|NotRightTriangleEqual|NotSquareSubset|NotSquareSubsetEqual|NotSquareSuperset|NotSquareSupersetEqual|NotSubset|NotSubsetEqual|NotSucceeds|NotSucceedsEqual|NotSucceedsSlantEqual|NotSucceedsTilde|NotSuperset|NotSupersetEqual|NotTilde|NotTildeEqual|NotTildeFullEqual|NotTildeTilde|NotVerticalBar|NProbability|NProduct|NProductFactors|NResidue|NRoots|NSeries|NSolve|NSum|NSumTerms|NthPair|NthPermutation|NthSubset|Nullable|NullRecords|NullSpace|NullWords|NumberDensity|NumberFieldClassNumber|NumberFieldDiscriminant|NumberFieldFundamentalUnits|NumberFieldIntegralBasis|NumberFieldNormRepresentatives|NumberFieldRegulator|NumberFieldRootsOfUnity|NumberFieldSignature|NumberForm|NumberFormat|NumberMarks|NumberMultiplier|NumberOf2Paths|NumberOfCompositions|NumberOfDerangements|NumberOfDirectedGraphs|NumberOfEdges|NumberOfFaces|NumberOfGraphs|NumberOfInvolutions|NumberOfKPaths|NumberOfNecklaces|NumberOfPartitions|NumberOfPermutationsByCycles|NumberOfPermutationsByInversions|NumberOfSpanningTrees|NumberOfTableaux|NumberOfVertices|NumberPadding|NumberPoint|NumberQ|NumberSeparator|NumberSigns|Numerator|NumeratorAlignment|NumericalCalculus`|NumericalIntegrationAnalysis`|NumericQ|NValues|NVariationalBound|NyquistGridLines|NyquistPlot|O|OblateSpheroidal|ObservabilityGramian|ObservabilityMatrix|ObservableDecomposition|ObservableModelQ|OddGraph|OddQ|Off|Offset|On|ONanGroupON|Opacity|OpenAppend|Opener|OpenerBox|OpenerBoxOptions|OpenerView|Opening|OpenRead|OpenSQLConnection|OpenTemporary|OpenTruncate|OpenWrite|Operate|OperatingSystem|OperationName|OperationStyle|Optional|OptionQ|Options|OptionsPattern|OptionValue|OptionValueBox|OptionValueBoxOptions|Or|OrbitInventory|OrbitRepresentatives|Orbits|Order|OrderDistribution|OrderedQ|Ordering|OrderStarInterpolation|OrderStarKind|OrderStarLegend|OrderStarPlot|OrderStarPoles|OrderStarSymbolSize|OrderStarSymbolThickness|OrderStarZeros|Orientation|OrientGraph|Orthogonalize|OscillatorStrength|Out|OutDegree|Outer|OutputAutoOverwrite|OutputControllabilityMatrix|OutputControllableModelQ|OutputForm|OutputNamePacket|OutputSizeLimit|OutputStream|OutputToOutputForm|OutputToStandardForm|OverBar|OverDot|Overflow|Overhang|OverHat|Overlaps|Overlay|OverlayBoxOptions|Overscript|OverscriptBox|OverscriptBoxOptions|OverTilde|Overtones|OverVector|owDataUpdates|owDebugging|owDocumentationUpdates|owedDimensions|OwenT|owGroupClose|owInlineCells|OwnValues|owRaggedArrays|owRemoteDTDAccess|owReverseGroupClose|owScriptLevelChange|owShortContext|owUnrecognizedEntities|PackedArrayForm|PackedArrayQ|PackingMethod|PaddedForm|Padding|PadeApproximant|PadLeft|PadRight|PageBreakAbove|PageBreakBelow|PageBreakWithin|PageFooterLines|PageFooters|PageHeaderLines|PageHeaders|PageHeight|PageRankCentrality|PageRanks|PageRankVector|PageWidth|PairedBarChart|PairedHistogram|PairedTTest|PairedZTest|PairGroup|PairGroupIndex|PairsShortestPath|PairwiseScatterPlot|PaletteNotebook|Pane|PaneBox|PaneBoxOptions|Panel|PanelBox|PanelBoxOptions|Paneled|PaneSelector|PaneSelectorBoxOptions|ParabolicCylinderD|ParabolicCylindrical|Paraboloidal|ParagraphIndent|ParagraphSpacing|Parallel`Developer`Scheduling|ParallelArray|ParallelCombine|ParallelDo|ParallelEvaluate|Parallelization|Parallelize|ParallelMap|ParallelNeeds|ParallelProduct|ParallelSubmit|ParallelSum|ParallelTable|ParallelTry|Parameter|ParameterEstimator|ParameterMixtureDistribution|ParameterRanges|Parameters|ParameterVariables|ParametricPlot|ParametricPlot3D|ParentClass|ParentDirectory|Parenthesize|ParentsToPaths|ParetoDistribution|ParetoPlot|Part|PartialOrderQ|ParticleData|Partition|PartitionLattice|PartitionMap|PartitionQ|Partitions|PartitionsP|PartitionsQ|PascalDistribution|PassEventsDown|PassEventsUp|Password|Paste|PasteAutoQuoteCharacters|PasteBoxFormInlineCells|PasteButton|Path|PathGraph|PathGraphQ|Paths|Pattern|PatternSequence|PatternTest|PauliMatrix|PaulWavelet|Pause|PausedTime|PDF|PeakWavelength|PearsonChiSquareTest|PearsonDistribution|PercentileBarChart|PerfectPowerQ|PerfectQ|PerformanceGoal|Periodical|Periodicals|PeriodicInterpolation|PermutationCycles|PermutationCyclesQ|PermutationGraph|PermutationGroup|PermutationGroupQ|PermutationLength|PermutationList|PermutationListQ|PermutationMax|PermutationMin|PermutationOrder|PermutationPower|PermutationProduct|PermutationQ|PermutationReplace|Permutations|PermutationSupport|PermutationToTableaux|PermutationType|PermutationWithCycle|Permute|PermuteSubgraph|PeronaMalikFilter|PERTDistribution|PetersenGraph|PhaseMargins|Pick|Piecewise|PiecewiseExpand|PieChart|PieChart3D|PieCharts`|PieEdgeStyle|PieExploded|PieLabels|PieOrientation|PieStyle|Pivoting|PixelConstrained|PixelValue|Placed|Placeholder|PlaceholderReplace|PlanarGraphPlot|PlanarQ|Play|PlayRange|Plot|Plot3D|Plot3Matrix|PlotDirection|PlotFlag|PlotLabel|PlotLayout|PlotLegends`|PlotMarkers|PlotPoints|PlotRange|PlotRangeClipping|PlotRangePadding|PlotRegion|PlotStyle|Plus|PlusMinus|Pochhammer|PodStates|PodWidth|PoincareSection|Point|Point3DBox|Point3DBoxOptions|PointBox|PointBoxOptions|PointFigureChart|PointForm|Points|PointSize|PoissonConsulDistribution|PoissonDistribution|PolarAxes|PolarAxesOrigin|PolarGridLines|PolarPlot|PolarTicks|PoleZeroMarkers|PollardPTest|PollardRhoTest|Polya|PolyaAeppliDistribution|PolyaFieldPlot|PolyGamma|PolyGammaSimplify|Polygon|Polygon3DBox|Polygon3DBoxOptions|PolygonBox|PolygonBoxOptions|PolyhedronData|PolyhedronOperations`|PolyLog|PolyLogSimplify|PolynomialExtendedGCD|PolynomialForm|PolynomialGCD|PolynomialLCM|PolynomialMod|PolynomialQ|PolynomialQuotient|PolynomialQuotientRemainder|PolynomialReduce|PolynomialRemainder|Polynomials|PolynomialToElement|Polytope|PolytopeQuantile|PolytopeQuartiles|Polytopes`|PopupMenu|PopupMenuBox|PopupMenuBoxOptions|PopupView|PopupWindow|Port|PortNumber|Position|Positive|PositiveDefiniteMatrixQ|PossibleZeroQ|Postfix|PostProcess|PostTests|Power|PowerDistribution|PowerExpand|PowerList|PowerListQ|PowerListToField|PowerMod|PowerModList|PowersRepresentations|PowerSymmetricPolynomial|PrecedenceForm|Precedes|PrecedesEqual|PrecedesSlantEqual|PrecedesTilde|Precision|PrecisionGoal|PreDecrement|PreemptProtect|Prefix|PreIncrement|Prepend|PrependTo|Presentation|PreserveCDATASections|PreserveImageOptions|PreserveOldOutputGraphicsAttributes|PreserveStyleSheet|Pressure|PressureScaleHeight|PriceGraphDistribution|PrimalityProving`|PrimaryLeftAssociate|PrimaryRightAssociate|Prime|PrimeNu|PrimeOmega|PrimePi|PrimePowerQ|PrimeQ|PrimeQCertificate|PrimeQCertificateCheck|PrimeQMessages|PrimeZetaP|PrimitiveRoot|PrincipalComponents|PrincipalValue|Print|PrintAction|PrintFlag|PrintingCopies|PrintingOptions|PrintingPageRange|PrintingStartingPageNumber|PrintingStyleEnvironment|PrintPrecision|PrintTemporary|PrivateCellOptions|PrivateEvaluationOptions|PrivateFontOptions|PrivateNotebookOptions|PrivatePaths|Probability|ProbabilityDistribution|ProbabilityPlot|ProbabilityScalePlot|ProbitModelFit|Product|ProductDistribution|ProductLog|ProgressIndicator|ProgressIndicatorBox|ProgressIndicatorBoxOptions|Projection|ProlateSpheroidal|Prolog|PromptForm|Properties|Property|PropertyList|PropertyValue|Proportion|Proportional|Protect|ProteinData|Protocol|ProvablePrimeQ|Pruning|PseudoDiameter|PseudographQ|PseudoInverse|Put|PutAppend|QBinomial|QFactorial|QGamma|QHypergeometricPFQ|QPochhammer|QPolyGamma|QRDecomposition|QuadraticFormDistribution|QuadraticIrrationalQ|Quantile|QuantilePlot|Quartics|QuartileDeviation|Quartiles|QuartileSkewness|Quaternion|QuaternionQ|Quaternions`|Quiet|Quit|Quotient|QuotientRemainder|RadialEmbedding|RadicalBox|RadicalBoxOptions|RadioButton|RadioButtonBar|RadioButtonBox|RadioButtonBoxOptions|Radius|Radon|RamanujanTau|RamanujanTauL|RamanujanTauTheta|RamanujanTauZ|Random|RandomChoice|RandomComplex|RandomComposition|RandomGraph|RandomHeap|RandomImage|RandomInteger|RandomKSetPartition|RandomKSubset|RandomPartition|RandomPermutation|RandomPrime|RandomReal|RandomRGF|RandomSample|RandomSeed|RandomSetPartition|RandomSubset|RandomTableau|RandomTree|RandomVariate|RandomVertices|Range|RangeFilter|RankBinarySubset|RankedEmbedding|RankedMax|RankedMin|RankGraph|RankGrayCodeSubset|RankKSetPartition|RankKSubset|RankPermutation|RankRGF|RankSetPartition|RankSubset|Raster|RasterArray|RasterBox|RasterBoxOptions|Rasterize|RasterPadding|RasterSize|RationalInterpolation|Rationalize|Ratios|Raw|RawBoxes|RawData|RawXML|Ray|RayleighDistribution|Re|Read|ReadDTD|ReadGraph|ReadList|ReadOnly|RealBlockDiagonalForm|RealDigits|RealExponent|RealizeDegreeSequence|RealPrecisionLimit|Reap|RecordLists|RecordSeparators|Rectangle|RectangleBox|RectangleBoxOptions|RectangleChart|RectangleChart3D|RecurrenceTable|RecursionMethod|Reduce|Reduced|ReduceElement|RefBoxOptions|ReferencedAssemblies|ReferenceLineStyle|Refine|RefinementMethod|ReflectionMatrix|ReflectionTransform|ReflexiveQ|Refresh|RefreshRate|RegionBinarize|RegionFunction|RegionPlot|RegionPlot3D|RegisterJavaInitialization|Regress|RegressionCommon`|RegressionReport|RegressionReportValues|RegularExpression|RegularGraph|Regularization|RegularQ|Reinstall|ReinstallJava|ReinstallNET|RelativePath|RelativeStrength|ReleaseCOMObject|ReleaseGUIObject|ReleaseHold|ReleaseJavaObject|ReleaseMethod|ReleaseNETObject|ReleaseXMLParser|ReliefImage|ReliefPlot|Remove|RemoveAlphaChannel|Removed|RemoveEventHandler|RemoveInfixNotation|RemoveMultipleEdges|RemoveNotation|RemovePeriodical|RemoveProperty|RemoveScheduledTask|RemoveSelfLoops|RemoveSinks|RemoveSymbolize|RenameDirectory|RenameFile|RenderingOptions|RenderingTarget|RenderSpline|RenkoChart|Repeated|RepeatedNull|Replace|ReplaceList|ReplacePart|ReplaceRepeated|ReplaceUnheld|ReplyTo|Resampling|Rescale|RescalingTransform|ResetDirectory|ResetScheduledTask|ResidualFlowGraph|Residue|Resolve|ResonanceAbsorptionLines`|Rest|Resultant|ResumePacket|Return|ReturnAsJavaObject|ReturnAsNETObject|ReturnCreatesNewCell|ReturnExpressionPacket|ReturnPacket|ReturnScript|ReturnTextPacket|ReturnType|RevealCycles|Reverse|ReverseBiorthogonalSplineWavelet|ReverseEdges|ReverseElement|ReverseEquilibrium|ReverseGraph|ReverseUpEquilibrium|RevolutionAxis|RevolutionPlot3D|RGBColor|RGFQ|RGFs|RGFToSetPartition|RiccatiSolve|RiceDistribution|RidgeFilter|RiemannR|RiemannSiegelTheta|RiemannSiegelZ|Riffle|RightArrow|RightArrowBar|RightArrowLeftArrow|RightAssociates|RightCosetRepresentative|RightDownTeeVector|RightDownVector|RightDownVectorBar|RightGCD|RightTee|RightTeeArrow|RightTeeVector|RightTriangle|RightTriangleBar|RightTriangleEqual|RightUpDownVector|RightUpTeeVector|RightUpVector|RightUpVectorBar|RightVector|RightVectorBar|RingModulation|RogersTanimotoDissimilarity|Root|RootApproximant|RootedEmbedding|RootIntervals|RootLocusPlot|RootMeanSquare|RootOfUnityQ|RootReduce|Roots|RootSum|Rotate|Rotated|RotateLabel|RotateLeft|RotateRight|RotateVertices|RotationAction|RotationBox|RotationBoxOptions|RotationMatrix|RotationTransform|Round|RoundingRadius|RoundingRule|Row|RowAlignments|RowBackgrounds|RowBox|RowHeights|RowLines|RowMinHeight|RowReduce|RowsEqual|RowSpacings|RSolve|RudvalisGroupRu|Rule|RuleDelayed|RulerUnits|Run|RungeKuttaOrderConditions|Runs|RunScheduledTask|RunThrough|RuntimeAttributes|RuntimeOptions|RussellRaoDissimilarity|SafeArrayAsArray|SamenessRelation|SameObjectQ|SameQ|SameTest|SampleDepth|SampledSoundFunction|SampledSoundList|SampleRate|SamplingPeriod|SatisfiabilityCount|SatisfiabilityInstances|SatisfiableQ|Save|Saveable|SaveAssemblyAs|SaveDefinitions|SawtoothWave|ScalarQ|ScalarTripleProduct|Scale|Scaled|ScaleFactor|ScaleFactors|ScaleFunction|ScalingFunctions|ScalingMatrix|ScalingTransform|Scan|Schema|SchemaContext|SchemaowShortContext|SchurDecomposition|ScientificForm|ScreenStyleEnvironment|Script|ScriptBaselineShifts|ScriptLevel|ScriptMinSize|ScriptSizeMultipliers|ScriptSource|Scrollbars|ScrollingOptions|ScrollPosition|Sec|Sech|SechDistribution|SectionCondition|SectionLocationMethod|SectionVariables|SectorChart|SectorChart3D|SectorOrigin|SectorSpacing|SecureSockets|SeedRandom|Segmented|Select|Selectable|SelectAfterDrawing|SelectComponents|SelectedNotebook|SelectionAnimate|SelectionCreateCell|SelectionEvaluate|SelectionEvaluateCreateCell|SelectionMove|SelectionSort|SelectWithContents|SelfComplementaryQ|SelfLoops|SelfLoopsQ|SelfLoopStyle|Semantics|SemialgebraicComponentInstances|SemimajorAxis|SendDelegateArguments|SendMail|Sequence|SequenceAlignment|SequenceForm|SequenceLimit|Series|SeriesCoefficient|SeriesData|Server|ServerAuthentication|SessionTime|Set|SetAccuracy|SetAlphaChannel|SetArithmetic|SetAttributes|SetComplexClass|SetComplexType|SetCoordinates|SetDelayed|SetDirectory|SetEdgeLabels|SetEdgeWeights|SetField|SetFieldFormat|SetFileDate|SetGraphOptions|SetInternetProxy|SetOptions|SetPartitionListViaRGF|SetPartitionQ|SetPartitions|SetPartitionToRGF|SetPeriodicalInterval|SetPrecision|SetProperty|SetPropertyValue|SetSelectedNotebook|SetSharedFunction|SetSharedVariable|SetStreamPosition|SetSystemOptions|Setter|SetterBar|SetterBox|SetterBoxOptions|Setting|SetVertexLabels|SetVertexWeights|SetWidgetReference|Shading|ShadowBackground|ShadowBorder|ShadowBox|ShadowForeground|ShadowOffset|ShakeGraph|Shallow|ShannonWavelet|ShapiroWilkTest|Share|ShareFrontEnd|SharingPrompt|Sharpen|ShearingMatrix|ShearingTransform|Short|ShortDownArrow|Shortest|ShortestMatch|ShortestPath|ShortestPathFunction|ShortestPathSpanningTree|ShortLeftArrow|ShortRightArrow|ShortUpArrow|Show|ShowAutoStyles|ShowCellBracket|ShowCellLabel|ShowCellTags|ShowClosedCellArea|ShowColumnHeadings|ShowContents|ShowCursorTracker|ShowGraph|ShowGraphArray|ShowGroupOpener|ShowInvisibleCharacters|ShowJavaConsole|ShowLabeledGraph|ShowLegend|ShowMissingStyles|ShowNETConsole|ShowNETWindow|ShowPageBreaks|ShowProgress|ShowSelection|ShowShortBoxForm|ShowSpecialCharacters|ShowStringCharacters|ShowSyntaxStyles|ShowSystemsModelLabels|ShowTooltips|ShrinkingDelay|ShuffleExchangeGraph|SI|SiegelTheta|SiegelTukeyTest|Sign|Signature|SignaturePermutation|SignedRankTest|SignificanceLevel|SignPadding|SignTest|SimilarityRules|SimpleGraph|SimpleGraphQ|SimpleQ|SimplexMedian|Simplify|Sin|Sinc|SinghMaddalaDistribution|SingleEvaluation|SingleLetterItalics|SingleLetterStyle|SingularValueDecomposition|SingularValueList|SingularValuePlot|SingularValues|Sinh|SinhIntegral|SinIntegral|SixJSymbol|Skeleton|SkeletonTransform|SkellamDistribution|Skewness|SkewNormalDistribution|Skip|Slider|Slider2D|Slider2DBox|Slider2DBoxOptions|SliderBox|SliderBoxOptions|SlideView|Slot|SlotSequence|SmallCircle|SmallPrime|SmithWatermanSimilarity|SmoothDensityHistogram|SmoothHistogram|SmoothHistogram3D|SmoothKernelDistribution|SOAPActionURI|SokalSneathDissimilarity|Solve|SolveAlways|SolveDelayed|Sort|SortingColumns|Sound|SoundNote|SoundSpeed|SoundVolume|Sow|SpaceForm|Spacer|Spacings|SpanAdjustments|SpanCharacterRounding|SpanLineThickness|SpanMaxSize|SpanMinSize|SpanSymmetric|SparseArray|SpatialMedian|Speak|SpearmanRankCorrelation|Spectrum|Specularity|SpeechNavigation|SpeechNavigationOptions|SpeedOfTime|SpellingCorrection|SpellingDictionaries|SpellingOptions|Sphere|Spherical|SphericalBesselJ|SphericalBesselY|SphericalDistance|SphericalHankelH1|SphericalHankelH2|SphericalHarmonicY|SphericalPlot3D|SphericalRegion|SpheroidalDistance|SpheroidalEigenvalue|SpheroidalJoiningFactor|SpheroidalPS|SpheroidalPSPrime|SpheroidalQS|SpheroidalQSPrime|SpheroidalRadialFactor|SpheroidalS1|SpheroidalS1Prime|SpheroidalS2|SpheroidalS2Prime|Splice|Spline|SplineClosed|SplineDegree|SplineDivision|SplineDots|SplineFit|SplineFunction|SplineKnots|SplinePoints|Splines`|SplineWeights|Split|SplitBy|SpokenString|SpringEmbedding|SQLArgument|SQLBeginTransaction|SQLBinary|SQLCatalogNames|SQLColumn|SQLColumnInformation|SQLColumnNames|SQLColumnPrivileges|SQLColumns|SQLCommitTransaction|SQLConnection|SQLConnectionInformation|SQLConnectionPool|SQLConnectionPoolClose|SQLConnectionPools|SQLConnections|SQLCreateTable|SQLDataTypeInformation|SQLDataTypeNames|SQLDateTime|SQLDelete|SQLDropTable|SQLExecute|SQLExpr|SQLInsert|SQLMemberQ|SQLResultSetClose|SQLResultSetColumnNames|SQLResultSetCurrent|SQLResultSetGoto|SQLResultSetOpen|SQLResultSetPosition|SQLResultSetRead|SQLResultSets|SQLResultSetShift|SQLResultSetTake|SQLRollbackTransaction|SQLSavepoint|SQLSchemaInformation|SQLSchemaNames|SQLSelect|SQLServer|SQLServerInformation|SQLServerLaunch|SQLServers|SQLServerShutdown|SQLSetSavepoint|SQLStringMatchQ|SQLTable|SQLTableExportedKeys|SQLTableImportedKeys|SQLTableIndexInformation|SQLTableInformation|SQLTableNames|SQLTablePrimaryKeys|SQLTablePrivileges|SQLTables|SQLTableTypeNames|SQLUpdate|Sqrt|SqrtBox|SqrtBoxOptions|Square|SquaredEuclideanDistance|SquareFreeQ|SquareIntersection|SquaresR|SquareSubset|SquareSubsetEqual|SquareSuperset|SquareSupersetEqual|SquareUnion|SquareWave|StabilityMargins|StabilityMarginsStyle|StableDistribution|StableMarriage|Stack|StackBegin|StackComplete|StackedBarChart|StackInhibit|StandardAtmosphere`|StandardDeviation|StandardDeviationFilter|StandardForm|Standardization|Standardize|Star|StarGraph|StartingStepSize|StartScheduledTask|StateFeedbackGains|StateOutputEstimator|StateResponse|StateSpaceModel|StateSpaceRealization|StateSpaceTransform|StaticsVisible|StationaryWaveletPacketTransform|StationaryWaveletTransform|StatisticalPlots`|StatusArea|Stellate|StemExponent|StemLeafPlot|StepMonitor|Steps|StieltjesGamma|StirlingFirst|StirlingS1|StirlingS2|StirlingSecond|StopScheduledTask|StraightEdges|StreamColorFunction|StreamColorFunctionScaling|StreamDensityPlot|StreamPlot|StreamPoints|StreamPosition|Streams|StreamScale|StreamStyle|StringByteCount|StringCases|StringCount|StringDrop|StringExpression|StringForm|StringFormat|StringFreeQ|StringInsert|StringJoin|StringLength|StringLengthLimit|StringMatchQ|StringPosition|StringQ|StringReplace|StringReplaceList|StringReplacePart|StringReverse|Strings|StringSkeleton|StringSplit|StringTake|StringToStream|StringTrim|StripBoxes|StripOnInput|StripStyleOnPaste|StripWrapperBoxes|StrongComponents|StronglyConnectedComponents|StructuredSelection|StruveH|StruveL|StudentTCI|StudentTDistribution|StudentTPValue|Style|StyleBox|StyleBoxAutoDelete|StyleData|StyleDefinitions|StyleEnvironment|StyleForm|StyleKeyMapping|StyleMenuListing|StylePrint|StyleSheets|Subfactorial|Subgraph|Subject|SubMinus|SubPlus|Subresultants|Subscript|SubscriptBox|SubscriptBoxOptions|Subset|SubsetEqual|Subsets|SubStar|Subsuperscript|SubsuperscriptBox|SubsuperscriptBoxOptions|Subtract|SubtractFrom|SubValues|Succeeds|SucceedsEqual|SucceedsSlantEqual|SucceedsTilde|Successor|SuchThat|Sum|SumConvergence|SumSign|SuperDagger|SuperMinus|SuperPlus|Superscript|SuperscriptBox|SuperscriptBoxOptions|Superset|SupersetEqual|SuperStar|SurfaceColor|SurfaceGraphics|SurvivalDistribution|SurvivalFunction|SuspendPacket|SuzukiDistribution|SuzukiGroupSuz|Switch|Symbol|SymbolicExpressionMLToExpression|SymbolicGUIKitXMLToWidget|SymbolicMathMLToBoxes|SymbolicMathMLToExpression|SymbolicNotebookMLToNotebook|SymbolicXMLErrors|SymbolicXMLQ|Symbolize|SymbolizeRootName|SymbolName|SymletWavelet|Symmetric|SymmetricGroup|SymmetricGroupIndex|SymmetricMatrixQ|SymmetricPolynomial|SymmetricQ|SymmetricReduction|SynchronousInitialization|SynchronousUpdating|SyntaxForm|SyntaxInformation|SyntaxLength|SyntaxPacket|SyntaxQ|System`|SystemDialogInput|SystemInformation|SystemOpen|SystemOptions|SystemsModelDelete|SystemsModelDimensions|SystemsModelExtract|SystemsModelFeedbackConnect|SystemsModelLabels|SystemsModelOrder|SystemsModelParallelConnect|SystemsModelSeriesConnect|SystemsModelStateFeedbackConnect|TabFilling|Table|TableAlignments|TableauClasses|TableauQ|Tableaux|TableauxToPermutation|TableDepth|TableDirections|TableForm|TableHeadings|TableSpacing|TableType|TabSpacings|TabView|TabViewBox|TabViewBoxOptions|TagBox|TagBoxNote|TagBoxOptions|TaggingRules|TagSet|TagSetDelayed|TagUnset|Take|TakeWhile|Tally|Tan|Tanh|TargetColor|TargetFunctions|TautologyQ|TeleportProbability|TemplateBoxOptions|TemporaryControlActiveInterval|Terms|TeXForm|TeXSave|Text|Text3DBox|Text3DBoxOptions|TextAlignment|TextCell|TextClipboardType|TextData|TextJustification|TextPacket|TextRecognize|TextStyle|Texture|TextureCoordinateFunction|TextureCoordinateScaling|Textures|Therefore|ThermalConductivityCoefficient|Thickness|Thinning|ThompsonGroupTh|Thread|ThreeJSymbol|Threshold|Through|Throw|Thumbnail|Ticks|TicksStyle|Tilde|TildeEqual|TildeFullEqual|TildeTilde|TileAreas|TimeConstrained|TimeConstraint|Timeout|Times|TimesBy|TimeUsed|TimeValue|TimeZone|Timing|TitsGroupT|To|ToAdjacencyLists|ToAdjacencyMatrix|ToAuthalicRadius|ToBoxes|ToCanonicalSetPartition|ToCharacterCode|ToColor|ToCombinatoricaGraph|ToCompactXML|ToContinuousTimeModel|ToCycles|ToDate|ToDegrees|ToDiscreteTimeModel|ToDMS|ToElementCode|ToeplitzMatrix|ToExpression|ToFileName|Together|Toggler|TogglerBar|TogglerBox|TogglerBoxOptions|ToInversionVector|TokenWords|Tolerance|ToLowerCase|ToNumberField|Tooltip|TooltipBox|TooltipBoxOptions|TooltipDelay|TooltipStyle|ToOrderedPairs|ToPackedArray|TopHatTransform|TopologicalSort|ToPostScriptOptions|ToQuaternion|ToRadicals|Toroidal|ToRules|ToServiceRequest|ToString|ToSymbolicXML|Total|TotalHeight|TotalPower|TotalVariation|TotalVariationFilter|TotalWidth|ToUnorderedPairs|ToUpperCase|ToVerboseXML|Tr|Trace|TraceAbove|TraceAction|TraceDepth|TraceDialog|TraceForward|TraceInternal|TraceLevel|TraceOff|TraceOn|TracePrint|TraceScan|TrackCellChangeTimes|TrackedSymbols|TradingChart|TraditionalForm|TraditionalFunctionNotation|TraditionalOrder|TransactionIsolationLevel|TransferFunctionCancel|TransferFunctionExpand|TransferFunctionFactor|TransferFunctionModel|TransferFunctionPoles|TransferFunctionZeros|Transformation|TransformationFunction|TransformationFunctions|TransformationMatrix|TransformedDistribution|TransitionProbability|TransitiveClosure|TransitiveQ|TransitiveReduction|Translate|TranslateVertices|TranslationTransform|TransportStyleURI|Transpose|TransposePartition|TransposeTableau|TravelingSalesman|TravelingSalesmanBounds|TreeForm|TreeGraph|TreeGraphQ|TreeIsomorphismQ|TreePlot|TreeQ|TreeToCertificate|TrekData|TrekGenerator|TrekParameters|TrendStyle|TrialDivisionLimit|TriangleInequalityQ|TriangleWave|TriangularDistribution|TriangularSurfacePlot|Trig|TrigExpand|TrigFactor|TrigFactorList|Trigger|TrigReduce|TrigToExp|TrigToRadicals|TrimmedMean|TrimPoints|TrueQ|Truncate|TruncatedDistribution|TruncateDendrogram|TTest|Tube|TubeBezierCurveBoxOptions|TubeBoxOptions|TubeBSplineCurveBoxOptions|TukeyLambdaDistribution|Tuples|Turan|TuranGraph|TuringMachine|TwoByteSyntaxCharacterAutoReplacement|TwoColoring|TwoSided|Type|Ulp|Uncompress|UnderBar|Underflow|Underoverscript|UnderoverscriptBox|UnderoverscriptBoxOptions|Underscript|UnderscriptBox|UnderscriptBoxOptions|UndirectedEdge|UndirectedGraph|UndirectedGraphQ|UndirectedQ|Unequal|Unevaluated|UniformDistribution|UniformGraphDistribution|UniformSumDistribution|Uninstall|UninstallJava|UninstallNET|Union|UnionPlus|UnionSet|Unique|UnitBox|Unitize|UnitQuaternionQ|Units`|UnitStep|UnitTriangle|UnitVector|Unprotect|UnrankBinarySubset|UnrankGrayCodeSubset|UnrankKSubset|UnrankPermutation|UnrankRGF|UnrankSetPartition|UnrankSubset|UnsameQ|UnsavedVariables|Unset|UnsetShared|UnsetWidgetReference|UntrackedVariables|UnweightedQ|UpArrow|UpArrowBar|UpArrowDownArrow|Update|UpdateInterval|UpdateNotebookStyles|UpDownArrow|UpEquilibrium|UpperCaseQ|UpperLeftArrow|UpperRightArrow|UpperStatisticalWeight|UpperTriangularize|UpSet|UpSetDelayed|UpTee|UpTeeArrow|UpValues|URL|UseConnectionPool|UseFrontEnd|UseGraphicsRange|UseJVM|Username|UseTypeChecking|UseUnicodePlane1Characters|Using|UsingFrontEnd|V|V2Get|VacuumWavelength|ValidateAgainstDTD|ValidationLength|Value|ValueBox|ValueBoxOptions|ValueFunction|ValueQ|VariableChangesAreEdits|Variables|Variance|VarianceCI|VarianceEquivalenceTest|VarianceEstimatorFunction|VarianceRatioCI|VarianceRatioTest|VarianceTest|VariationalBound|VariationalD|VariationalMethods`|VectorAnalysis`|VectorAngle|VectorColorFunction|VectorColorFunctionScaling|VectorDensityPlot|VectorFieldPlot|VectorFieldPlot3D|VectorFieldPlots`|VectorHeads|VectorPlot|VectorPlot3D|VectorPoints|VectorQ|VectorScale|VectorStyle|Vee|Verbatim|VerifyConvergence|VerifySolutions|VerifyTestAssumptions|Version|VertexAdd|VertexColor|VertexColoring|VertexColors|VertexComponent|VertexConnectivity|VertexConnectivityGraph|VertexCoordinateRules|VertexCoordinates|VertexCount|VertexCover|VertexCoverQ|VertexDegree|VertexDelete|VertexEccentricity|VertexInComponent|VertexInDegree|VertexIndex|VertexLabel|VertexLabelColor|VertexLabeling|VertexLabelPosition|VertexLabels|VertexLabelStyle|VertexList|VertexNormals|VertexNumber|VertexNumberColor|VertexNumberPosition|VertexOutComponent|VertexOutDegree|VertexQ|VertexRenderingFunction|VertexReplace|VertexShape|VertexShapeFunction|VertexSize|VertexStyle|VertexTextureCoordinates|VertexWeight|VerticalBar|VerticalSeparator|VerticalSlider|VerticalTilde|Vertices|ViewAngle|ViewCenter|ViewMatrix|ViewPoint|ViewRange|ViewVector|ViewVertical|VirtualGroupData|Visible|VonMisesDistribution|VoronoiDiagram|Wait|WaitNext|WakebyDistribution|WalleniusHypergeometricDistribution|WaringYuleDistribution|WatershedComponents|WatsonUSquareTest|WattsStrogatzGraphDistribution|Waveform|WavelengthAbsorptionMap|WaveletBestBasis|WaveletFilterCoefficients|WaveletImagePlot|WaveletListPlot|WaveletMapIndexed|WaveletMatrixPlot|WaveletPhi|WaveletPsi|WaveletScale|WaveletScalogram|WaveletThreshold|WeakComponents|WeaklyConnectedComponents|WeatherData|WeberE|WebServices`|Wedge|WeibullDistribution|WeierstrassHalfPeriods|WeierstrassInvariants|WeierstrassP|WeierstrassPPrime|WeierstrassSigma|WeierstrassZeta|Weighted|WeightedAdjacencyGraph|WeightedAdjacencyMatrix|WeightedGraphQ|WeightingFunction|WeightRange|Weights|Wheel|WheelGraph|Which|While|WhittakerM|WhittakerW|WholeCellGroupOpener|Widget|WidgetAlign|WidgetFill|WidgetGroup|WidgetLayout|WidgetReference|WidgetSpace|WidgetToSymbolicGUIKitXML|WienerFilter|WignerD|WignerSemicircleDistribution|WindowClickSelect|WindowElements|WindowFloating|WindowFrame|WindowFrameElements|WindowMargins|WindowMovable|WindowOpacity|WindowPersistentStyles|WindowSelected|WindowSize|WindowStatusArea|WindowTitle|WindowToolbars|WishartDistribution|With|WolframAlpha|WordData|WordSearch|WordSeparators|WorkingForm|WorkingPrecision|WorldBackground|WorldBorders|WorldClipping|WorldCountries|WorldDatabase|WorldFrame|WorldFrameParts|WorldGraphics|WorldGrid|WorldGridBehind|WorldGridStyle|WorldPlot|WorldPlot`|WorldPoints|WorldProjection|WorldRange|WorldRotatedRange|WorldRotation|WorldToGraphics|WrapInNETBlock|WrapperFunction|Write|WriteDataSource|WriteGraph|WriteString|Wronskian|WynnDegree|XML`|XMLElement|XMLGet|XMLGetString|XMLObject|XMLParser|Xnor|Xor|XSplineCurveBoxOptions|YuleDissimilarity|ZernikeR|ZeroQ|ZeroTest|ZeroWidthTimes|Zeta|ZetaSimplify|ZetaZero|ZipfDistribution|Zoom|ZTest|ZTransform/],
[PR['PR_PLAIN'], /^[A-Z][A-Za-z0-9`\$]+/]
]),
['mathematica-kw']);
}
});