Skip to content

Lectures for MAE 281A: Nonlinear Systems at UCSD, Professor: Miroslav Krstic, Winter 2010

Notifications You must be signed in to change notification settings

tdenewiler/mae281a-lectures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAE 281A Lectures

Unit Tests

This repository contains lecture notes completed for MAE 281A at UC San Diego during Fall quarter 2009 and taught by Prof Krstic.

You can compile using

pdflatex mae281a_lectures.tex
bibtex mae281a_lectures.aux
pdflatex mae281a_lectures.tex
pdflatex mae281a_lectures.tex

After running those commands initially, further changes can be compiled just running a single pdflatex command.

Static Analysis

Statick is used to ensure consistent style and that certain classes of errors do not exist in this repository. To run Statick locally, do the following:

apt install chktex lacheck
pip install -r requirements.txt
statick . --user-paths statick_config --profile tex-profile.yaml --config tex-config.yaml

About

Lectures for MAE 281A: Nonlinear Systems at UCSD, Professor: Miroslav Krstic, Winter 2010

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published