News

We use matplotlib for plotting in python. We also have to convert SymPy matrices to NumPy arrays prior to plotting. Therefore, we prefer to define vectors as NumPy arrays if we intend to just plot ...
In this package, there are two methods to define a quaternion: using a 4D array representing the elements of a quaternion q=[w,x,y,z]. Define the array using numpy's ndarray.