Skip to content

Anastasios3/Mathematics_DTU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Math 1b Visualization Kit ๐Ÿš€

Welcome to your shiny new engine for the DTU Math 1b course! This setup fixes all those annoying "Module Not Found" and "Matrix" errors so you can focus on the cool graphs.

๐Ÿ› ๏ธ Step 1: The One-Time Setup

Open your Terminal (Mac) or Anaconda Prompt (Windows). Copy, paste, and hit Enter on these commands one by one. Watch the matrix code fly by.

conda create -n math1b python=3.10 -y
conda activate math1b
pip install dtumathtools sympy matplotlib jupyter
python -m ipykernel install --user --name=math1b --display-name "Python (math1b)"

๐ŸŽฎ Step 2: Let's Plot!

  1. Type jupyter notebook in your terminal.
  2. Open your exercise_5.ipynb file.
  3. Crucial Step: Go to the top menu: Kernel โ†’ Change Kernel โ†’ Python (math1b).
  4. Run your cells!

โš ๏ธ The Golden Rule

The plotting tool is a bit picky.

  • Do THIS: u = [x, y, z] (Simple Python List) โœ…
  • NOT THIS: u = Matrix([x, y, z]) (SymPy Matrix) โŒ

Happy Plotting! ๐Ÿ“ˆ

About

Mathematics course @dtu

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors