Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #861
| Newsgroups | comp.soft-sys.math.maple |
|---|---|
| Date | 2014-01-18 02:55 -0800 |
| Message-ID | <ccc17021-407e-4514-bf7a-b05593946d0b@googlegroups.com> (permalink) |
| Subject | Error, (in LinearAlgebra:-Basis) invalid input |
| From | galeomaga@gmail.com |
with(Groebner):
with(LinearAlgebra):
T := lexdeg([x1,x2,x3],[e1,e2,e3]);
GB := Basis([e1+.999987406876435, e2-.999919848203811],T):
Error, (in LinearAlgebra:-Basis) invalid input: LinearAlgebra:-Basis expects its 1st argument, V, to be of type {Vector, {set(Vector), list(Vector)}} but received [e1+HFloat(0.9999874068764352), e2-HFloat(0.9999198482038109)]
with(Groebner):
with(LinearAlgebra):
T := lexdeg([x1,x2,x3,x4,x5,x6,x7,x8],[e1,e2]);
GB := Basis([e1-x4*x2^3*x5/(x3*x1^4*x6), e2-x1*x8/(x3*x7)],T):
Error, (in LinearAlgebra:-Basis) invalid input: LinearAlgebra:-Basis expects its 1st argument, V, to be of type {Vector, {set(Vector), list(Vector)}} but received [e1-x4*x2^3*x5/(x3*x1^4*x6), e2-x1*x8/(x3*x7)]
Back to comp.soft-sys.math.maple | Previous | Next | Find similar
Error, (in LinearAlgebra:-Basis) invalid input galeomaga@gmail.com - 2014-01-18 02:55 -0800
csiph-web