Compare commits

..

2 Commits

Author SHA1 Message Date
2285284e91 Add link to pdf 2021-01-08 13:58:04 +01:00
222d0f7dbe Update gitignore 2021-01-08 13:57:07 +01:00
3 changed files with 401 additions and 372 deletions

11
.gitignore vendored
View File

@ -36,3 +36,14 @@ octave-workspace
# Simulink Cache # Simulink Cache
*.slxc *.slxc
## Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex(busy)
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
.auctex-auto/
_minted-index/

File diff suppressed because it is too large Load Diff

View File

@ -41,6 +41,12 @@
#+PROPERTY: header-args:latex+ :post pdf2svg(file=*this*, ext="png") #+PROPERTY: header-args:latex+ :post pdf2svg(file=*this*, ext="png")
:END: :END:
#+begin_export html
<hr>
<p>This report is also available as a <a href="./index.pdf">pdf</a>.</p>
<hr>
#+end_export
* Introduction :ignore: * Introduction :ignore:
In this document, the use of the Jacobian matrix and the Singular Value Decomposition to render a physical plant diagonal dominant is studied. In this document, the use of the Jacobian matrix and the Singular Value Decomposition to render a physical plant diagonal dominant is studied.