/CBE20255

Primary LanguageMATLABOtherNOASSERTION

<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=default"></script>

CBE20255

IPython Notebooks

These IPython notebooks can be downloaded individually. Click on the link to open the notebook in nbviewer, then click on the download button to save on your computer.

0. Getting Started

1. Stoichiometry

2. Process Flows and Balances

3. Material Balances

4. Reactors

5. Separations

6. Energy Balances

Matlab Functions and Scripts

These Matlab files can be downloaded individually. Click on the filename to show the Matlab file in the browser, then Save As.. in the browser File menu to save on your computer.

m-file Description
molweight.m Given a string representing a chemical formula, calculate the molecular weight of a species.
displaytable.m Format a matrix as a table with optional row and column labels, and optional export to plain text, latex, html, or csv output. Used to format output from many of the example scripts.