11월, 2024의 게시물 표시

교재 소개

다음과 같은 자료들이 있다. 무료 교재 소개 https://open.umn.edu/opentextbooks/ http://bigbook.or.kr/ Green Tea Press – Free books by Allen B. Downey Gilbert Strang, Calculus  https://ocw.mit.edu/courses/res-18-001-calculus-fall-2023/pages/textbook/ Open Logic Project https://builds.openlogicproject.org/ Open Logic Text Complete Version (2024-12-01) 이상구, 선형대수 https://ibook.skku.edu/Viewer/LA-Texbook http://matrix.skku.ac.kr/LA/ David Cherney, Tom Denton, Rohit Thomas and Andrew Waldron, Linear Algebra https://www.math.ucdavis.edu/~linear/

elixir - 엘릭서 소개

특징 및 장점 함수형 프로그래밍 언어이다. 다중프로세스 지원이 끝내준다고 한다. https://elixir-lang.org/ 네트워크 연결 테스트 같은 때 활용하면 좋을 듯 하다. 웹서버인 phoenix Framework도 참고할 만 하다 https://www.phoenixframework.org/

LaTeX - 시작하기

왜 써야 하는가? - 논문 쓸때 필요하다. - 가장 오랫동안 널리 쓰여온 조판 시스템이다. - 프로그래밍을 하듯이 문서를 조판할 수 있다. 어떻게 시작하는가? - 일단 MiKTeX부터 설치한다. -  https://miktex.org/ - 필요한 패키지는 자동으로 설치하도록 설정한다. When \( a \ne 0 \), there are two solutions to \(ax^2 + bx + c = 0\) and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$