First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can apply the full_simplify() to every entry of the vector and turn it back to a vetor as follows:

sage: vector([e.full_simplify() for e in umrot]) (-(v1^2 - v2^2 - v3^2)/(v1^2 + v2^2 + v3^2), -2v1v2/(v1^2 + v2^2 + v3^2), -2v1*v3/(v1^2 + v2^2 + v3^2))

click to hide/show revision 2
No.2 Revision

You can apply the full_simplify() to every entry of the vector and turn it back to a vetor as follows:

sage: vector([e.full_simplify() for e in umrot])
u*mrot])
(-(v1^2 - v2^2 - v3^2)/(v1^2 + v2^2 + v3^2), -2v1v2/(v1^2 -2*v1*v2/(v1^2 + v2^2 + v3^2), -2v1*v3/(v1^2 -2*v1*v3/(v1^2 + v2^2 + v3^2))

v3^2))
click to hide/show revision 3
No.3 Revision

You can apply the full_simplify() to every entry of the vector and turn it back to a vetor as follows:

sage: vector([e.full_simplify() for e in u*mrot])
(-(v1^2 - v2^2 - v3^2)/(v1^2 + v2^2 + v3^2), -2*v1*v2/(v1^2 + v2^2 + v3^2), -2*v1*v3/(v1^2 + v2^2 + v3^2))

It does not seem to look equal to (1,0,0)` however :/

click to hide/show revision 4
No.4 Revision

You can apply the full_simplify() method to every entry of the vector and turn it back to a vetor as follows:

sage: vector([e.full_simplify() for e in u*mrot])
(-(v1^2 - v2^2 - v3^2)/(v1^2 + v2^2 + v3^2), -2*v1*v2/(v1^2 + v2^2 + v3^2), -2*v1*v3/(v1^2 + v2^2 + v3^2))

It does not seem to look equal to (1,0,0)` however :/

click to hide/show revision 5
No.5 Revision

You can apply the full_simplify() method to every entry of the vector and turn it back to a vetor as follows:

sage: vector([e.full_simplify() vector(e.full_simplify() for e in u*mrot])
u*mrot)
(-(v1^2 - v2^2 - v3^2)/(v1^2 + v2^2 + v3^2), -2*v1*v2/(v1^2 + v2^2 + v3^2), -2*v1*v3/(v1^2 + v2^2 + v3^2))

It does not seem to look equal to (1,0,0)` however :/