Skip to content
Tor Olav Kristensen edited this page Jun 19, 2019 · 9 revisions

Wiki for the scikit-vectors Python library

Link to this wiki: https://github.com/t-o-k/scikit-vectors/wiki

Link to the library: https://github.com/t-o-k/scikit-vectors

Link to example files for the library: https://github.com/t-o-k/scikit-vectors_examples

Image created within one of the examples

Important functions in this library

  • create_class_Fundamental_Vector
  • create_class_Simple_Vector
  • create_class_Vector
  • create_class_Cartesian_Vector
  • create_class_Cartesian_2D_Vector
  • create_class_Cartesian_3D_Vector
  • create_class_Versatile_Vector
  • create_class_Tolerant_Cartesian_Vector
  • create_class_Tolerant_Cartesian_2D_Vector
  • create_class_Tolerant_Cartesian_3D_Vector
  • create_class_Tolerant_Versatile_Vector

These functions can be used to create classes for 2D, 3D and n-dimensional vectors.

Created vector classes inherits methods and properties from all the classes below them in the hierarchy shown in the diagram above.

How to use some of the functions and the vector classes they create

PDF-files

Jupyter notebooks