You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
897 B

  1. @misc{reedsolomon,
  2. title = {{Reed-Solomon Codes paper}},
  3. author = {I. S. Reed, G. Solomon},
  4. howpublished = "\url{https://faculty.math.illinois.edu/~duursma/CT/RS-1960.pdf}",
  5. }
  6. @misc{reedsolomon-bruce,
  7. title = {Reed-Solomon},
  8. author = {Bruce Maggs},
  9. howpublished = "\url{https://courses.cs.duke.edu/spring10/cps296.3/rs_scribe.pdf}",
  10. }
  11. @misc{vanddetproof,
  12. title = {Vandermonde determinant proof},
  13. author = {Pedro Tamaroff},
  14. howpublished = "\url{https://math.stackexchange.com/questions/525334/vandermonde-determinant-by-induction}",
  15. }
  16. @misc{vanddetproof2,
  17. title = {Abstract Algebra, Theory and Applications. \emph{sec.22.2}},
  18. author = {Thomas W. Judson},
  19. }
  20. @misc{cyclotomicpolyroots,
  21. title = {Lagrange bases in subgroups of Fp*: a hands-on introduction},
  22. author = {Alex Kampa},
  23. howpublished = "\url{https://github.com/aragon/research/blob/main/blog/001_Lagrange/lagrange.pdf}",
  24. }