lukew3 / mathgenerator

A math problem generator, created for the purpose of giving self-studying students and teaching organizations the means to easily get access to high-quality, generated math problems to suit their needs.
https://lukew3.github.io/mathgenerator
MIT License
681 stars 176 forks source link

Add Orthogonal Projection Generator #417

Closed xdward closed 1 year ago

xdward commented 1 year ago

A new generator for orthogonal projection problems in $R^2$

Example Answer
Find the orthogonal projection of $[2, 3]$ onto $[4, -7]$ $[\frac{-4}{5}, \frac{7}{5}]$
lukew3 commented 1 year ago

Very nice. Works perfectly. Thanks!