login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for Jet Figure 5 revision 5 of 6

1 2 3 4 5 6
Editor: 127.0.0.1
Time: 2007/11/11 19:21:10 GMT-8
Note: transferred from axiom-developer

changed:
-!\begin{axiom}
--- complete euler
-\\end{axiom}
-
Fix::

  !\begin{axiom}
  -- complete euler
  \end{axiom}


axiom
)lib JBC JBFC JBC- JBFC- BFC BFC- JB JBX JBLF DE SEM  DIFF JBE IJB CK
)library cannot find the file JBLF. JetBundleCategory is now explicitly exposed in frame initial JetBundleCategory will be automatically loaded when needed from /var/aw/var/LatexWiki/JBC.NRLIB/JBC JetBundleFunctionCategory is now explicitly exposed in frame initial
JetBundleFunctionCategory will be automatically loaded when needed from /var/aw/var/LatexWiki/JBFC.NRLIB/JBFC JetBundleCategory& is now explicitly exposed in frame initial JetBundleCategory& will be automatically loaded when needed from /var/aw/var/LatexWiki/JBC-.NRLIB/JBC- JetBundleFunctionCategory& is now explicitly exposed in frame initial JetBundleFunctionCategory& will be automatically loaded when needed from /var/aw/var/LatexWiki/JBFC-.NRLIB/JBFC- BaseFunctionCategory is now explicitly exposed in frame initial BaseFunctionCategory will be automatically loaded when needed from /var/aw/var/LatexWiki/BFC.NRLIB/BFC BaseFunctionCategory& is now explicitly exposed in frame initial BaseFunctionCategory& will be automatically loaded when needed from /var/aw/var/LatexWiki/BFC-.NRLIB/BFC- JetBundle is now explicitly exposed in frame initial JetBundle will be automatically loaded when needed from /var/aw/var/LatexWiki/JB.NRLIB/JB JetBundleXExpression is now explicitly exposed in frame initial JetBundleXExpression will be automatically loaded when needed from /var/aw/var/LatexWiki/JBX.NRLIB/JBX DifferentialEquation is now explicitly exposed in frame initial DifferentialEquation will be automatically loaded when needed from /var/aw/var/LatexWiki/DE.NRLIB/DE SparseEchelonMatrix is now explicitly exposed in frame initial SparseEchelonMatrix will be automatically loaded when needed from /var/aw/var/LatexWiki/SEM.NRLIB/SEM Differential is now explicitly exposed in frame initial Differential will be automatically loaded when needed from /var/aw/var/LatexWiki/DIFF.NRLIB/DIFF JetBundleExpression is now explicitly exposed in frame initial JetBundleExpression will be automatically loaded when needed from /var/aw/var/LatexWiki/JBE.NRLIB/JBE IndexedJetBundle is now explicitly exposed in frame initial IndexedJetBundle will be automatically loaded when needed from /var/aw/var/LatexWiki/IJB.NRLIB/IJB CartanKuranishi is now explicitly exposed in frame initial CartanKuranishi will be automatically loaded when needed from /var/aw/var/LatexWiki/CK.NRLIB/CK

axiom
jb:=IJB('x,'u,'p,4,3);
Type: Type
axiom
jbe:=JBE jb;
Type: Type
axiom
de:=DE(jb,jbe);
Type: Type
axiom
ck:=CK(jb,jbe);
Type: Type

axiom
eq1:jbe := P(1,[4]) + U(1)*P(1,[1]) + U(2)*P(1,[2]) + U(3)*P(1,[3])
>> System error: #<SB-SYS:FD-STREAM for "file /var/aw/var/LatexWiki/IJB.NRLIB/IJB.fasl" {1005014B23}> is a fasl file compiled with SBCL 1.0.31, and can't be loaded into SBCL 1.1.1.

axiom
euler:de := generate [eq1,eq2,eq3,eq4]
Line 1: euler:de := generate [eq1,eq2,eq3,eq4] ............A Error A: syntax error at top level Error A: Improper syntax. 2 error(s) parsing

axiom
setOutMode(14)$ck
>> System error: #<SB-SYS:FD-STREAM for "file /var/aw/var/LatexWiki/IJB.NRLIB/IJB.fasl" {1005054CE3}> is a fasl file compiled with SBCL 1.0.31, and can't be loaded into SBCL 1.1.1.

Fix:

  \begin{axiom}
  -- complete euler
  \end{axiom}