alchemyst / Skogestad-Python

Python code for "Multivariable Feedback Control"
111 stars 88 forks source link

Add Exercises 3.8 and 3.9 #265

Closed 92215302 closed 7 years ago

92215302 commented 7 years ago

RGA number and iterative RGA exercises added

alchemyst commented 7 years ago

This fails tests on Python 2.7 with the message:

File "Exercise_03_09.py", line 9
    SyntaxError: Non-ASCII character '\xc9' in file Exercise_03_09.py on line 9, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

Please declare an encoding in the file and make sure you check the travis results before submitting a pull request.