|
axiom )lib JBC JBFC JBC- JBFC- BFC BFC- JB JBX JBLF DE SEM DIFF JBE CK
JetBundleCategory is now explicitly exposed in frame initial
JetBundleCategory will be automatically loaded when needed from
/var/zope2/var/LatexWiki/JBC.NRLIB/code
JetBundleFunctionCategory is now explicitly exposed in frame initial
JetBundleFunctionCategory will be automatically loaded when needed
from /var/zope2/var/LatexWiki/JBFC.NRLIB/code
JetBundleCategory& is now explicitly exposed in frame initial
JetBundleCategory& will be automatically loaded when needed from
/var/zope2/var/LatexWiki/JBC-.NRLIB/code
JetBundleFunctionCategory& is now explicitly exposed in frame
initial
JetBundleFunctionCategory& will be automatically loaded when needed
from /var/zope2/var/LatexWiki/JBFC-.NRLIB/code
BaseFunctionCategory is now explicitly exposed in frame initial
BaseFunctionCategory will be automatically loaded when needed from
/var/zope2/var/LatexWiki/BFC.NRLIB/code
BaseFunctionCategory& is now explicitly exposed in frame initial
BaseFunctionCategory& will be automatically loaded when needed from
/var/zope2/var/LatexWiki/BFC-.NRLIB/code
JetBundle is now explicitly exposed in frame initial
JetBundle will be automatically loaded when needed from
/var/zope2/var/LatexWiki/JB.NRLIB/code
JetBundleXExpression is now explicitly exposed in frame initial
JetBundleXExpression will be automatically loaded when needed from
/var/zope2/var/LatexWiki/JBX.NRLIB/code
JetBundleLinearFunction is now explicitly exposed in frame initial
JetBundleLinearFunction will be automatically loaded when needed
from /var/zope2/var/LatexWiki/JBLF.NRLIB/code
DifferentialEquation is now explicitly exposed in frame initial
DifferentialEquation will be automatically loaded when needed from
/var/zope2/var/LatexWiki/DE.NRLIB/code
SparseEchelonMatrix is now explicitly exposed in frame initial
SparseEchelonMatrix will be automatically loaded when needed from
/var/zope2/var/LatexWiki/SEM.NRLIB/code
Differential is now explicitly exposed in frame initial
Differential will be automatically loaded when needed from
/var/zope2/var/LatexWiki/DIFF.NRLIB/code
JetBundleExpression is now explicitly exposed in frame initial
JetBundleExpression will be automatically loaded when needed from
/var/zope2/var/LatexWiki/JBE.NRLIB/code
CartanKuranishi is now explicitly exposed in frame initial
CartanKuranishi will be automatically loaded when needed from
/var/zope2/var/LatexWiki/CK.NRLIB/code
axiom jb:=JB(['x,'y,'z],['u]);
Type: Domain
axiom jbx:=JBX jb;
Type: Domain
axiom jbl:=JBLF(jb,jbx);
Type: Domain
axiom de:=DE(jb,jbl);
Type: Domain
axiom ck:=CK(jb,jbl);
Type: Domain
axiom eq1:jbl := D('u,['z,'z]) + 'y * D('u,['x,'x])
axiom eq2:jbl := D('u,['y,'y])
axiom printSys [eq1,eq2]
axiom janet:de := generate [eq1,eq2]
Type: DifferentialEquation ?( JetBundle([x,y,z] ?,[u] ?),JetBundleLinearFunction ?( JetBundle([x,y,z] ?,[u] ?),JetBundleXExpression ? JetBundle([x,y,z] ?,[u] ?)))
axiom setOutMode(14)$ck
axiom setRedMode(1)$ck
Fix:
\begin{axiom}
complete janet
\end{axiom}
|