Skip to content

maksyche/useful-theory

Repository files navigation

Useful Theory

This is an overview of basic math, electronics, physics, and some other science stuff that a Software/Computer Engineer may require.

Contents

Generate Contents Table

python3 toc_generator.py

Graphics

I use Manim CE to generate images and videos.

  • Render and save an image (last frame of the scene):
manim -spqk <filename> MyScene
  • Render and save a gif (low quality):
manim -ipql <filename> MyScene
  • Render and save a video (high quality):
manim -pqk <filename> MyScene

About

This is an overview of basic math, electronics, physics, and some other science stuff that a Software/Computer Engineer may require.

Topics

Resources

License

Stars

Watchers

Forks

Languages