This is my first university project for my Fundamentals of Computer Science class (AA 2019-2020). In this simple project, I used Python as a programming language, and Numpy and Turtle modules.
This simple application resolves the Linear Transformation of a vector and demonstrates the result visually in a two-dimensional Euclidean space.
In this application, the user will provide the coordinate values of the vector (preferably between (-5,5) and the 2x2 matrix. The value of the Linear transformation will be calculated using Numpy while the position of the result will be drawn using Turtle.
- Python
- Numpy
- Turtle