I'm new to maxima. And I have two questions:
1. Question I have a little problem with computing vector's magnitude. Now I'm using such form as
sqrt(v1.v1)
This code looks very ugly.
2. Question I thought vector cross product is expressed like a~b. but Maxima says ~ is not an infix operator
As far as I know, there is no built-in function to calculate a vector's magnitude, but you can easily define your own:
The cross product operator ~ is only available after loading 'vect':