diff --git a/changelog b/changelog index 4921b44..50efc4a 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,4 @@ +20080323 tpd src/hyper/bookvol11 add menus 20080318 tpd src/input/kamke2.input check results using Maxima 20080317 tpd src/input/kamke2.input check results using Maple 20080316 tpd src/input/kamke2.input check results using Mathematica. diff --git a/src/hyper/bookvol11.pamphlet b/src/hyper/bookvol11.pamphlet index 6b600ba..e8c22b8 100644 --- a/src/hyper/bookvol11.pamphlet +++ b/src/hyper/bookvol11.pamphlet @@ -376,7 +376,104 @@ that you see in the browser pages. This is convention and is not required. The page hierarchy (used by the Makefile) is: <>= PAGES=rootpage.xhtml \ + testpage.xhtml \ commandline.xhtml \ + menufileopen.xhtml \ + menufileread.xhtml \ + menufilesave.xhtml \ + menufilesaveas.xhtml \ + menufileloadlibrary.xhtml \ + menufileinputfile.xhtml \ + menufiletogglespool.xhtml \ + menufileprint.xhtml \ + menufileexit.xhtml \ + menueditcopy.xhtml \ + menueditcopytext.xhtml \ + menueditcopytex.xhtml \ + menueditdeleteselection.xhtml \ + menueditcopyasimage.xhtml \ + menueditselectiontoimage.xhtml \ + menueditselectiontoinput.xhtml \ + menueditcut.xhtml \ + menueditpaste.xhtml \ + menuaxiominterrupt.xhtml \ + menuaxiomrestart.xhtml \ + menuaxiomclearmemory.xhtml \ + menuaxiomaddtopath.xhtml \ + menuaxiomshowfunctions.xhtml \ + menuaxiomshowdefinition.xhtml \ + menuaxiomshowvariables.xhtml \ + menuaxiomdeletefunction.xhtml \ + menuaxiomdeletevariable.xhtml \ + menuaxiomtoggletimedisplay.xhtml \ + menuaxiomset.xhtml \ + menuaxiomdisplay.xhtml \ + menuequationssolve.xhtml \ + menuequationssolvenumerically.xhtml \ + menuequationsrootsofpolynomial.xhtml \ + menuequationsrealrootsofpolynmial.xhtml \ + menuequationssolvelinearsystem.xhtml \ + menuequationssolvealgebraicsystem.xhtml \ + menuequationseliminatevariable.xhtml \ + menuequationssolveode.xhtml \ + menuequationsinitialvalueproblem1.xhtml \ + menuequationsinitialvalueproblem2.xhtml \ + menuequationsboundaryvalueproblem.xhtml \ + menuequationssolveodewithlaplace.xhtml \ + menuequationsatvalue.xhtml \ + menualgebrageneratematrix.xhtml \ + menualgebraentermatrix.xhtml \ + menualgebrainvertmatrix.xhtml \ + menualgebracharacteristicpolynomial.xhtml \ + menualgebradeterminant.xhtml \ + menualgebraeigenvalues.xhtml \ + menualgebraeigenvectors.xhtml \ + menualgebraadjointmatrix.xhtml \ + menualgebratransposematrix.xhtml \ + menualgebramakelist.xhtml \ + menualgebraapplytolist.xhtml \ + menualgebramaptolist.xhtml \ + menualgebrareducelist.xhtml \ + menualgebramaptomatrix.xhtml \ + menucalculuslevel3.xhtml \ + menucalculuslevel3a.xhtml \ + menucalculuslevel3b.xhtml \ + menucalculuslevel3c.xhtml \ + menucalculusintegrate.xhtml \ + menucalculusrischintegrate.xhtml \ + menucalculuschangevariable.xhtml \ + menucalculusdifferentiate.xhtml \ + menucalculusfindlimit.xhtml \ + menucalculusgetseries.xhtml \ + menucalculuspadeapproximation.xhtml \ + menucalculuscalculussum.xhtml \ + menucalculuscalculusproduct.xhtml \ + menucalculuslaplacetransform.xhtml \ + menucalculusinverselaplacetransform.xhtml \ + menucalculusgreatestcommondivisor.xhtml \ + menucalculusleastcommonmultiple.xhtml \ + menucalculusdividepolynomials.xhtml \ + menucalculuspartialfractions.xhtml \ + menucalculuscontinuedfractions.xhtml \ + menusimplifysimplifyexpression.xhtml \ + menusimplifysimplifyradicals.xhtml \ + menusimplifyfactorexpression.xhtml \ + menusimplifyfactorcomplex.xhtml \ + menusimplifyexpandexpression.xhtml \ + menusimplifyexpandlogarithms.xhtml \ + menusimplifycontractlogarithms.xhtml \ + menusimplifyfactorialsandgamma.xhtml \ + menusimplifytrigsimplification.xhtml \ + menusimplifycomplexsimplification.xhtml \ + menusimplifysubtitute.xhtml \ + menusimplifyevaluatenounform.xhtml \ + menusimplifytogglealgebraicflag.xhtml \ + menusimplifyaddalgebraicequality.xhtml \ + menusimplifymoduluscomputation.xhtml \ + menunumerictogglenumericoutput.xhtml \ + menunumerictofloat.xhtml \ + menunumerictobigfloat.xhtml \ + menunumericsetprecision.xhtml \ basiccommand.xhtml \ tutorial.xhtml \ jenks.xhtml \ @@ -909,6 +1006,7 @@ The {\bf div} section with {\bf id=``mathAns''} is replaced by the result sent from the server. \section{Cascading Style Sheet} +\subsection{Standard Style Sheet} This is the standard CSS style section that gets included with every page. We do this here but it could be a separate style sheet. It hardly matters either way as the style sheet is trivial. @@ -966,7 +1064,195 @@ hardly matters either way as the style sheet is trivial. } @ +\subsection{Menu style sheet} +<>= + +@ \section{standard head} This is the standard head section. It is used on pages that do not include javascript. Note that it does NOT include the so @@ -1219,6 +1505,7 @@ is currently ignored. \section{Pages} <>= <> +<> -<> +
+ +
+ + + + + +
+
+
+makeone

Type an input command line to Axiom:
+ value="integrate(sin(x),x)" + size="80" />

@@ -38981,6 +40574,966 @@ Enter search string (use * for wild card unless counter-indicated): <> @ +\subsection{menualgebraadjointmatrix.xhtml} +<>= +<> + + +<> +menualgebraadjointmatrix not implemented +<> +@ + +\subsection{menualgebraapplytolist.xhtml} +<>= +<> + + +<> +menualgebraapplytolist not implemented +<> +@ + +\subsection{menualgebracharacteristicpolynomial.xhtml} +<>= +<> + + +<> +menualgebracharacteristicpolynomial not implemented +<> +@ + +\subsection{menualgebradeterminant.xhtml} +<>= +<> + + +<> +menualgebradeterminant not implemented +<> +@ + +\subsection{menualgebraeigenvalues.xhtml} +<>= +<> + + +<> +menualgebraeigenvalues not implemented +<> +@ + +\subsection{menualgebraeigenvectors.xhtml} +<>= +<> + + +<> +menualgebraeigenvectors not implemented +<> +@ + +\subsection{menualgebraentermatrix.xhtml} +<>= +<> + + +<> +menualgebraentermatrix not implemented +<> +@ + +\subsection{menualgebrainvertmatrix.xhtml} +<>= +<> + + +<> +menualgebrainvertmatrix not implemented +<> +@ + +\subsection{menualgebrageneratematrix.xhtml} +<>= +<> + + +<> +menualgebrageneratematrix not implemented +<> +@ + +\subsection{menualgebramakelist.xhtml} +<>= +<> + + +<> +menualgebramakelist not implemented +<> +@ + +\subsection{menualgebramaptolist.xhtml} +<>= +<> + + +<> +menualgebramaptolist not implemented +<> +@ + +\subsection{menualgebramaptomatrix.xhtml} +<>= +<> + + +<> +menualgebramaptomatrix not implemented +<> +@ + +\subsection{menualgebrareducelist.xhtml} +<>= +<> + + +<> +menualgebrareducelist not implemented +<> +@ + +\subsection{menualgebratransposematrix.xhtml} +<>= +<> + + +<> +menualgebratransposematrix not implemented +<> +@ + +\subsection{menuaxiomaddtopath.xhtml} +<>= +<> + + +<> +menuaxiomaddtopath not implemented +<> +@ + +\subsection{menuaxiomclearmemory.xhtml} +<>= +<> + + +<> +menuaxiomclearmemory not implemented +<> +@ + +\subsection{menuaxiomdeletefunction.xhtml} +<>= +<> + + +<> +menuaxiomdeletefunction not implemented +<> +@ + +\subsection{menuaxiomdeletevariable.xhtml} +<>= +<> + + +<> +menuaxiomdeletevariable not implemented +<> +@ + +\subsection{menuaxiominterrupt.xhtml} +<>= +<> + + +<> +menuaxiominterrupt not implemented +<> +@ + +\subsection{menuaxiomrestart.xhtml} +<>= +<> + + +<> +menuaxiomrestart not implemented +<> +@ + +\subsection{menuaxiomshowdefinition.xhtml} +<>= +<> + + +<> +menuaxiomshowdefinition not implemented +<> +@ + +\subsection{menuaxiomdisplay.xhtml} +<>= +<> + + +<> +menuaxiomdisplay not implemented +<> +@ + +\subsection{menuaxiomset.xhtml} +<>= +<> + + +<> +menuaxiomset not implemented +<> +@ + +\subsection{menuaxiomshowfunctions.xhtml} +<>= +<> + + +<> +menuaxiomshowfunctions not implemented +<> +@ + +\subsection{menuaxiomshowvariables.xhtml} +<>= +<> + + +<> +menuaxiomshowvariables not implemented +<> +@ + +\subsection{menuaxiomtoggletimedisplay.xhtml} +<>= +<> + + +<> +menuaxiomtoggletimedisplay not implemented +<> +@ + +\subsection{menucalculuscalculussum.xhtml} +<>= +<> + + +<> +menucalculuscalculussum not implemented +<> +@ + +\subsection{menucalculuscalculusproduct.xhtml} +<>= +<> + + +<> +menucalculuscalculusproduct not implemented +<> +@ + +\subsection{menucalculuschangevariable.xhtml} +<>= +<> + + +<> +menucalculuschangevariable not implemented +<> +@ + +\subsection{menucalculuscontinuedfractions.xhtml} +<>= +<> + + +<> +menucalculuscontinuedfractions not implemented +<> +@ + +\subsection{menucalculusdifferentiate.xhtml} +<>= +<> + + +<> +menucalculusdifferentiate not implemented +<> +@ + +\subsection{menucalculusdividepolynomials.xhtml} +<>= +<> + + +<> +menucalculusdividepolynomials not implemented +<> +@ + +\subsection{menucalculusfindlimit.xhtml} +<>= +<> + + +<> +menucalculusfindlimit not implemented +<> +@ + +\subsection{menucalculusgetseries.xhtml} +<>= +<> + + +<> +menucalculusgetseries not implemented +<> +@ + +\subsection{menucalculusgreatestcommondivisor.xhtml} +<>= +<> + + +<> +menucalculusgreatestcommondivisor not implemented +<> +@ + +\subsection{menucalculusleastcommonmultiple.xhtml} +<>= +<> + + +<> +menucalculusleastcommonmultiple not implemented +<> +@ + +\subsection{menucalculusintegrate.xhtml} +<>= +<> + + +<> +menucalculusintegrate not implemented +<> +@ + +\subsection{menucalculusinverselaplacetransform.xhtml} +<>= +<> + + +<> +menucalculusinverselaplacetransform not implemented +<> +@ + +\subsection{menucalculuslaplacetransform.xhtml} +<>= +<> + + +<> +menucalculuslaplacetransform not implemented +<> +@ + +\subsection{menucalculuslevel3.xhtml} +<>= +<> + + +<> +menucalculuslevel3 not implemented +<> +@ + +\subsection{menucalculuslevel3a.xhtml} +<>= +<> + + +<> +menucalculuslevel3a not implemented +<> +@ + +\subsection{menucalculuslevel3b.xhtml} +<>= +<> + + +<> +menucalculuslevel3b not implemented +<> +@ + +\subsection{menucalculuslevel3c.xhtml} +<>= +<> + + +<> +menucalculuslevel3c not implemented +<> +@ + +\subsection{menucalculuspadeapproximation.xhtml} +<>= +<> + + +<> +menucalculuspadeapproximation not implemented +<> +@ + +\subsection{menucalculuspartialfractions.xhtml} +<>= +<> + + +<> +menucalculuspartialfractions not implemented +<> +@ + +\subsection{menucalculusrischintegrate.xhtml} +<>= +<> + + +<> +menucalculusrischintegrate not implemented +<> +@ + +\subsection{menueditcopy.xhtml} +<>= +<> + + +<> +menueditcopy not implemented +<> +@ + +\subsection{menueditcopyasimage.xhtml} +<>= +<> + + +<> +menueditcopyasimage not implemented +<> +@ + +\subsection{menueditcopytex.xhtml} +<>= +<> + + +<> +menueditcopytex not implemented +<> +@ + +\subsection{menueditcopytext.xhtml} +<>= +<> + + +<> +menueditcopytext not implemented +<> +@ + +\subsection{menueditcut.xhtml} +<>= +<> + + +<> +menueditcut not implemented +<> +@ + +\subsection{menueditpaste.xhtml} +<>= +<> + + +<> +menueditpaste not implemented +<> +@ + +\subsection{menueditdeleteselection.xhtml} +<>= +<> + + +<> +menueditdeleteselection not implemented +<> +@ + +\subsection{menueditselectiontoimage.xhtml} +<>= +<> + + +<> +menueditselectiontoimage not implemented +<> +@ + +\subsection{menueditselectiontoinput.xhtml} +<>= +<> + + +<> +menueditselectiontoinput not implemented +<> +@ + +\subsection{menuequationsrealrootsofpolynmial.xhtml} +<>= +<> + + +<> +menuequationsrealrootsofpolynmial not implemented +<> +@ + +\subsection{menuequationsatvalue.xhtml} +<>= +<> + + +<> +menuequationsatvalue not implemented +<> +@ + +\subsection{menuequationsboundaryvalueproblem.xhtml} +<>= +<> + + +<> +menuequationsboundaryvalueproblem not implemented +<> +@ + +\subsection{menuequationsinitialvalueproblem1.xhtml} +<>= +<> + + +<> +menuequationsinitialvalueproblem1 not implemented +<> +@ + +\subsection{menuequationsinitialvalueproblem2.xhtml} +<>= +<> + + +<> +menuequationsinitialvalueproblem2 not implemented +<> +@ + +\subsection{menuequationssolvealgebraicsystem.xhtml} +<>= +<> + + +<> +menuequationssolvealgebraicsystem not implemented +<> +@ + +\subsection{menuequationseliminatevariable.xhtml} +<>= +<> + + +<> +menuequationseliminatevariable not implemented +<> +@ + +\subsection{menuequationssolvelinearsystem.xhtml} +<>= +<> + + +<> +menuequationssolvelinearsystem not implemented +<> +@ + +\subsection{menuequationssolveode.xhtml} +<>= +<> + + +<> +menuequationssolveode not implemented +<> +@ + +\subsection{menuequationssolveodewithlaplace.xhtml} +<>= +<> + + +<> +menuequationssolveodewithlaplace not implemented +<> +@ + +\subsection{menuequationsrootsofpolynomial.xhtml} +<>= +<> + + +<> +menuequationsrootsofpolynomial not implemented +<> +@ + +\subsection{menuequationssolve.xhtml} +<>= +<> + + +<> +menuequationssolve not implemented +<> +@ + +\subsection{menuequationssolvenumerically.xhtml} +<>= +<> + + +<> +menuequationssolvenumerically not implemented +<> +@ + +\subsection{menufileexit.xhtml} +<>= +<> + + +<> +menufileexit not implemented +<> +@ + +\subsection{menufileinputfile.xhtml} +<>= +<> + + +<> +menufileinputfile not implemented +<> +@ + +\subsection{menufileloadlibrary.xhtml} +<>= +<> + + +<> +menufileloadlibrary not implemented +<> +@ + +\subsection{menufileopen.xhtml} +<>= +<> + + +<> +menufileopen not implemented +<> +@ + +\subsection{menufileprint.xhtml} +<>= +<> + + +<> +menufileprint not implemented +<> +@ + +\subsection{menufileread.xhtml} +<>= +<> + + +<> +menufileread not implemented +<> +@ + +\subsection{menufilesave.xhtml} +<>= +<> + + +<> +menufilesave not implemented +<> +@ + +\subsection{menufilesaveas.xhtml} +<>= +<> + + +<> +menufilesaveas not implemented +<> +@ + +\subsection{menufiletogglespool.xhtml} +<>= +<> + + +<> +menufiletogglespool not implemented +<> +@ + +\subsection{menunumericsetprecision.xhtml} +<>= +<> + + +<> +menunumericsetprecision not implemented +<> +@ + +\subsection{menunumerictobigfloat.xhtml} +<>= +<> + + +<> +menunumerictobigfloat not implemented +<> +@ + +\subsection{menunumerictofloat.xhtml} +<>= +<> + + +<> +menunumerictofloat not implemented +<> +@ + +\subsection{menunumerictogglenumericoutput.xhtml} +<>= +<> + + +<> +menunumerictogglenumericoutput not implemented +<> +@ + +\subsection{menusimplifyaddalgebraicequality.xhtml} +<>= +<> + + +<> +menusimplifyaddalgebraicequality not implemented +<> +@ + +\subsection{menusimplifycomplexsimplification.xhtml} +<>= +<> + + +<> +menusimplifycomplexsimplification not implemented +<> +@ + +\subsection{menusimplifycontractlogarithms.xhtml} +<>= +<> + + +<> +menusimplifycontractlogarithms not implemented +<> +@ + +\subsection{menusimplifyevaluatenounform.xhtml} +<>= +<> + + +<> +menusimplifyevaluatenounform not implemented +<> +@ + +\subsection{menusimplifyexpandexpression.xhtml} +<>= +<> + + +<> +menusimplifyexpandexpression not implemented +<> +@ + +\subsection{menusimplifyexpandlogarithms.xhtml} +<>= +<> + + +<> +menusimplifyexpandlogarithms not implemented +<> +@ + +\subsection{menusimplifyfactorialsandgamma.xhtml} +<>= +<> + + +<> +menusimplifyfactorialsandgamma not implemented +<> +@ + +\subsection{menusimplifyfactorcomplex.xhtml} +<>= +<> + + +<> +menusimplifyfactorcomplex not implemented +<> +@ + +\subsection{menusimplifyfactorexpression.xhtml} +<>= +<> + + +<> +menusimplifyfactorexpression not implemented +<> +@ + +\subsection{menusimplifymoduluscomputation.xhtml} +<>= +<> + + +<> +menusimplifymoduluscomputation not implemented +<> +@ + +\subsection{menusimplifysimplifyexpression.xhtml} +<>= +<> + + +<> +menusimplifysimplifyexpression not implemented +<> +@ + +\subsection{menusimplifysubtitute.xhtml} +<>= +<> + + +<> +menusimplifysubtitute not implemented +<> +@ + +\subsection{menusimplifysimplifyradicals.xhtml} +<>= +<> + + +<> +menusimplifysimplifyradicals not implemented +<> +@ + +\subsection{menusimplifytogglealgebraicflag.xhtml} +<>= +<> + + +<> +menusimplifytogglealgebraicflag not implemented +<> +@ + +\subsection{menusimplifytrigsimplification.xhtml} +<>= +<> + + +<> +menusimplifytrigsimplification not implemented +<> +@ + %%N \subsection{numbasicfunctions.xhtml} <>=