Vortecs is a free, offline, and simple education tool for displaying 2D vectors and visualizing 2D linear transformations. It is designed to be used primarily by students who are being introduced to Linear Algebra concepts for the first time.
- Make and display 2D vectors on a coordinate plane
- Quickly negate, rotate, shear, and normalize individual vectors
- Easily zoom, pan, and re-center the coordinate plane
- Apply and visualize multiple 2D linear transformations on vectors
- Undo 2D linear transformations
A desktop version of this app is in development using Java, and its progress can be monitored here.
- Swift 5.0
- iOS 10 or newer
- Jack Rosen: Lead Programmer and Co-Designer
- Dennis Kats: Co-Designer and Math Consultant
Vortecs is licensed under the MIT License - see the LICENSE file for details
- 3Blue1Brown for his amazing Essence of Linear Algebra series that was the source of inspiration for this project.