Skip to main content
Back to top
Ctrl
+
K
Modelling and Simulation TTK4130
Search
Ctrl
+
K
Contents:
Introduction
Installation
Quick introduction to Jupyter Notebooks
Sympy and CAS
Explicit Euler (ERK)
Implicit Euler (IRK)
Runge-Kutta Methods
Numerical Instability
Simulation
Rotations
Reference frames
Assignment 1
Quaternions
SymPy Live
Notation
References
.rst
.pdf
Sympy and CAS
Sympy and CAS
#
Python
print
(
"something"
)
Matlab/Octave
A
=
[
12
,
13
;
14
,
15
]