vojes-enterprises / PreFOEP

Pre - Free and Open Education Project
Other
17 stars 5 forks source link

added to linear algebra section #21

Closed clbeggs closed 4 years ago

clbeggs commented 4 years ago

Added to the linear algebra README, still have things to do. Basic rough draft.

midirhee12 commented 4 years ago

<script src="//yihui.org/js/math-code.js"></script> <script async src="//mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML"> </script> This line and some LaTeX like things are broken. Please use stardard markdown for README. Thanks for your contributions. Check the markdown preview here on github to see.

Other than that, it looks really good.

midirhee12 commented 4 years ago

Also, keep the existing links as [foo](url) format instead of foo: [](url). I'd rather embed the links straight into the text.

clbeggs commented 4 years ago

There we go. Should have fixed all the latex issues, but could still use some formatting.

For future reference, I used this website: https://www.codecogs.com/latex/eqneditor.php

To render the latex equations to html to put in the readme.

Apropheci commented 4 years ago

Everything is looking really good! The only change I'd like to make is that instead of direct URLs in the md file, can you switch them to the [foo](url) format? For example:

MIT course: https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/ Great intro to linear algebra. Should be very similar to any undergraduate course taken at a college.

Could be turned into something like this:

[MIT Open Courseware](https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/) is a great intro to linear algebra.

MIT Open Courseware is a great intro to linear algebra. Should be very similar to any undergraduate course taken at a college.

clbeggs commented 4 years ago

Should have everything fixed.