axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [#162 nested cross products for Vector Polynomial Inte


From: anonymous
Subject: [Axiom-developer] [#162 nested cross products for Vector Polynomial Integer probelm] (new)
Date: Sat, 28 May 2005 16:41:52 -0500

Changes 
http://page.axiom-developer.org/zope/mathaction/162NestedCrossProductsForVectorPolynomialIntegerProbelm/diff
--
I'm trying to produce a vector by several cross products
All variables and elements of the vectors are polynomial integers
All vectors are Vector Polynomial Integer

X := cross(A0, A1)
Y := cross(A2, A3)
B0 := A0 + a0*X + a0*Y
B1 := A1 + a1*X + a1*Y
B2 := A2 + a2*X + a2*Y
B3 := A3 + a3*X + a3*Y
C0 = cross(B0, B1)
C1 = cross(B2, B3)
D=cross(C0, C1)

On the last command Axiom stop working and hang.
Is there any workaround for this problem ?

--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]