Skip to content

This is my first university project in which I used Python and its libraries such as Numpy and Turtle. This simple application resolves the Linear Transformation of a vector and demonstrate it visually in a two- dimensional Euclidean space(15x15 units).

Notifications You must be signed in to change notification settings

jhenals/Visualizing-Linear-Transformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Visualizing-Linear-Transformation

Overview

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.

How to use

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.

Technologies used

  • Python
  • Numpy
  • Turtle

About

This is my first university project in which I used Python and its libraries such as Numpy and Turtle. This simple application resolves the Linear Transformation of a vector and demonstrate it visually in a two- dimensional Euclidean space(15x15 units).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published