aboutsummaryrefslogtreecommitdiff
path: root/src/interp/bc-solve.boot.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-10-14 08:53:35 +0000
committerdos-reis <gdr@axiomatics.org>2007-10-14 08:53:35 +0000
commit095703f8cc7439cddda478b12667c5ac8264b6d5 (patch)
treecc7a8dc987cd91ec29082900cac30c28e339b20b /src/interp/bc-solve.boot.pamphlet
parent80f5cef01abdaee3b8c818ea07f534570e94c6d4 (diff)
downloadopen-axiom-095703f8cc7439cddda478b12667c5ac8264b6d5.tar.gz
more work toward removing depsys
Diffstat (limited to 'src/interp/bc-solve.boot.pamphlet')
-rw-r--r--src/interp/bc-solve.boot.pamphlet6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/interp/bc-solve.boot.pamphlet b/src/interp/bc-solve.boot.pamphlet
index 56314441..78735cf1 100644
--- a/src/interp/bc-solve.boot.pamphlet
+++ b/src/interp/bc-solve.boot.pamphlet
@@ -46,6 +46,10 @@
<<*>>=
<<license>>
+import '"bc-matrix"
+import '"bc-misc"
+)package "BOOT"
+
-- HyperTeX basic Solve Command
$systemType := nil
$numberOfEquations := 0
@@ -343,7 +347,7 @@ finalExactRequest(equations,unknowns) ==
sayBrightly '" (3) more information on the meaning of the output"
tt := bcQueryInteger(1,3,true)
tt=1 => sayBrightly '"Bye Bye"
- tt=2 => moreExactSolution(equations,unknowns,flag)
+-- tt=2 => moreExactSolution(equations,unknowns,flag)
tt=3 => explainExact(equations,unknowns)
bcLinearSolveEqnsGen htPage ==