junghan0611/emacs-calc-tutorials

(JunghanKim [2023] 2023)

  • A series of tutorials about emacs-calc

TODO ahyatt:와 casual-calc:의 통합 어떻게?!

  • ahyatt : "junghan0611/emacs-calc-tutorials"

  • A series of tutorials about emacs-calc

  • </home/junghan/sync/emacs/git/junghan0611/emacs-calc-tutorials>

LICENSE        bit_manipulation.org  fractional_arithmetic.org  random.org
README-ko.org  calculus.org          hex.org                    strings.org
README.org     date.org              more_algebra.org           time.org
algebra.org    financial.org         pi_and_precision.org       unit_conversion.org
(base) ~/emacs/git/junghan0611/emacs-calc-tutorials ko

우분투 패키지 설치

 tlmgr update --self
 tlmgr install dvipng l3packages xcolor soul adjustbox collectbox amsmath amssymb siunitx

calctex

/home/junghan/sync/man/dotsamples/doom/mho-dot-doom/config.el

여기 핵심에 mho-dot-doom이 있다. 유튜브에서 계산기 전문가 였다. 강력하다. 이 분이 답이다. 생각의 도구. 좋구나.

 
;; /home/junghan/sync/man/dotsamples/doom/mho-dot-doom/config.el
;; cape-daabrev가 t 라서 뭔가 줏어 온다.
(setq cape-dabbrev-check-other-buffers nil)
 
(package! calctex :recipe (:host github
                           :repo "johnbcoughlin/calctex"
                           :files ("*.el" "calctex/*.el" "calctex-contrib/*.el" "org-calctex/*.el" "vendor")))
 

TODO #실용수학 : Emacs and Calculator 오픈소스

[2024-01-08 Mon 14:19]

실용적인 수학 학습에 대해서 ->

calc 제외하고 수학 도구들과 연동하거나 다른 무엇이든간에 수식 입력 - 계산 그래프 등을 자유롭게 표현할 수 있는 방법에 대해서 고민하고 있다.

맥시마와 연동하는 그림도 있다. 이건 모르겠고 일단 Emacs 기본으로

Emacs 계산기 여기 문서 시리즈가 있다. 기본 계산 모드부터

/home/junghan/sync/emacs/forked-pkgs/emacs-calc-tutorials/README-ko.org:9 https://github.com/junghan0611/emacs-calc-tutorials

TODO 수학 Emacs 어떻게 활용 가능한가

[2024-01-08 Mon 14:42]

글쓰기에도 수식 입력해야 하니까. 통일하는게 가장 좋을 것이다.

파이썬은 Numpy, google Colab 이야기를 한다. 대부분 책들이 이런 구조.

원하는 것은 이맥스로 컨트롤 할 수 있으며 그래프 표기까지 다 가능해야 한다.

잠시 검색해보니. 이맥스에서 하려면 수학 도구는 수학도구가 필요할 것 같다.

수학을 다루는 이야기. 수학과 Emacs. 하나로 통합

Related-Notes

References

JunghanKim. (2023) 2023. “Junghan0611/Emacs-Calc-Tutorials.” https://github.com/junghan0611/emacs-calc-tutorials.